1. 12 7月, 2007 1 次提交
  2. 27 6月, 2007 9 次提交
  3. 11 6月, 2007 1 次提交
    • R
      Mon Jun 11 12:49:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 9172d0ec
      Richard W.M. Jones 提交于
      	* qemud/Makefile.am, qemud/dispatch.c, qemud/dispatch.h,
      	  qemud/internal.h, qemud/protocol.c,
      	  qemud/protocol.h, qemud/protocol.x, qemud/qemud.c:
      	  libvirt_qemud server-side modifications to use
      	  XDR-based protocol instead of homebrew (Dan Berrange).
      	  QEMUD server modified to dispatch calls from remote
      	  clients (Richard Jones).  Added TLS support (Richard Jones).
      	  Added TCP & IPv6 support (Richard Jones).
      	  Additional configuration file, command-line handling, and
      	  usage (Richard Jones).
      	* qemud/conf.c: Remove unnecessary header file.
      9172d0ec
  4. 19 5月, 2007 1 次提交
  5. 14 5月, 2007 1 次提交
  6. 04 5月, 2007 1 次提交
  7. 16 4月, 2007 1 次提交
  8. 11 4月, 2007 1 次提交
  9. 31 3月, 2007 1 次提交
    • M
      Wed Mar 30 17:21:08 IST 2007 Mark McLoughlin <markmc@redhat.com> · 42d4b85d
      Mark McLoughlin 提交于
              * qemud/iptables.c: Remove the target interface parameter
              from iptablesPhysdevForward(). This rule is intended to
              allow frames to be forwarded across the bridge from the
              supplied bridge port. In this context, the --out parameter
              would match the outgoing bridge port, which will never
              be network->def->forwardDev.
      42d4b85d
  10. 27 3月, 2007 1 次提交
  11. 24 3月, 2007 1 次提交
  12. 21 3月, 2007 1 次提交
  13. 16 3月, 2007 2 次提交
    • D
      * qemud/conf.c qemud/driver.h qemud/internal.h src/internal.h · 9e170a88
      Daniel Veillard 提交于
        src/sexpr.h src/test.c src/xm_internal.c src/xml.c src/xml.h:
        applied patch from Richard Jones adding check to printf-like
        functions and fixing the problems raised
      Daniel
      9e170a88
    • D
      * include/libvirt/libvirt.h[.in] include/libvirt/virterror.h · 635ae389
      Daniel Veillard 提交于
        proxy/libvirt_proxy.c qemud/Makefile.am qemud/conf.c qemud/conf.h
        qemud/dispatch.c qemud/internal.h qemud/protocol.h
        src/driver.h src/internal.h src/libvirt.c src/libvirt_sym.version
        src/proxy_internal.c src/proxy_internal.h src/qemu_internal.c
        src/test.c src/virsh.c src/virterror.c src/xen_internal.c
        src/xen_internal.h src/xend_internal.c src/xm_internal.c
        src/xml.h src/xs_internal.c: applied patch from Richard Jones
        adding virConnectGetCapabilities(), plus various small little
        fixes
      * docs/*: fixed the api extractor script and regenerated
      Daniel
      635ae389
  14. 14 3月, 2007 1 次提交
  15. 09 3月, 2007 1 次提交
  16. 06 3月, 2007 1 次提交
  17. 26 2月, 2007 4 次提交
  18. 24 2月, 2007 1 次提交
  19. 23 2月, 2007 5 次提交
    • M
      Fri Feb 23 14:32:54 IST 2007 Mark McLoughlin <markmc@redhat.com> · fb9f90c9
      Mark McLoughlin 提交于
              * qemud/conf.c: don't load config files unless they have
              a ".xml" suffix, e.g. backup files ... we spew a warning
              later if we do.
      fb9f90c9
    • M
      Fri Feb 23 09:11:53 IST 2007 Mark McLoughlin <markmc@redhat.com> · 91e461ff
      Mark McLoughlin 提交于
              * qemud/conf.c: actually autostart guests/networks at startup
              as appropriate.
      91e461ff
    • M
      Fri Feb 23 09:03:19 IST 2007 Mark McLoughlin <markmc@redhat.com> · 56d2857f
      Mark McLoughlin 提交于
              * qemud/driver.c: maintain the autostart flag on disk
              using symlinks from the "autostart" directories to
              the corresponding config files.
      
              * qemud/internal.h: add paths to the autostart links
              to the vm/network structures and paths to the autostart
              dirs to the server struct.
      
              * qemud/qemud.c: initialize the server autostart dir
              patches.
      
              * qemud/conf.h: expose qemudEnsureDir()
      
              * qemud/conf.c: check the autostart symlinks when
              loading config files at startup.
      56d2857f
    • M
      Fri Feb 23 08:41:34 IST 2007 Mark McLoughlin <markmc@redhat.com> · d9544808
      Mark McLoughlin 提交于
              * qemud/conf.[ch]: significantly re-factor qemudLoadConfigXML()
              so that "parse the XML", "assign the def to a VM" and
              "save the XML" operations are in separate functions.
              Add qemudRemoveInactiveVM() and qemudRemoveInactiveNetwork().
              Report errors when loading config files at startup. Check
              that a domain/network's name matches the config filename.
      
              * qemud/driver.c: update the Create() and Define() functions
              to explicitly parse/assign/save. Also, fix bug where if
              Create() failed, we would free the VM without removing it
              from the inactive list.
      
              * qemud/qemud.c: use qemudRemoveInactiveVM/Network()
      d9544808
    • M
      Fri Feb 22 08:37:23 IST 2007 Mark McLoughlin <markmc@redhat.com> · 6ecd4045
      Mark McLoughlin 提交于
              * qemud/conf.c, qemud/driver.c, qemud/internal.h,
              qemud/qemud.c: Merge the ->activevms and ->inactivevms
              into a single ->vms list in order to make things
              easier to manage. Likewise for networks. Also add
              qemudIsActiveVM() and qemudIsActiveNetwork() inline
              functions.
      6ecd4045
  20. 22 2月, 2007 1 次提交
  21. 21 2月, 2007 4 次提交