1. 11 4月, 2007 1 次提交
  2. 04 4月, 2007 1 次提交
  3. 31 3月, 2007 2 次提交
  4. 27 3月, 2007 1 次提交
  5. 23 3月, 2007 1 次提交
  6. 14 3月, 2007 1 次提交
  7. 07 3月, 2007 1 次提交
  8. 06 3月, 2007 2 次提交
  9. 24 2月, 2007 1 次提交
  10. 23 2月, 2007 5 次提交
    • M
      Fri Feb 23 12:46:44 IST 2007 Mark McLoughlin <markmc@redhat.com> · d758313d
      Mark McLoughlin 提交于
              * qemud/qemud.c: add --pid-file and default to writing
              out a PID file to /var/run/libvirt_qemud.pid in daemon
              mode.
      
              * configure.in: add --with-pid-file arg
      d758313d
    • M
      Fri Feb 23 09:03:19 IST 2007 Mark McLoughlin <markmc@redhat.com> · 08cfcae9
      Mark McLoughlin 提交于
              * qemud/internal.h: put the config directory paths in
              an array in order to make them easier to initialize,
              but still expose pointers to each of them as members
              in the server struct.
      
              * qemud/qemud.c: cleanup the config directory path
              initialization.
      08cfcae9
    • 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
  11. 21 2月, 2007 2 次提交
  12. 20 2月, 2007 3 次提交
  13. 17 2月, 2007 4 次提交
  14. 16 2月, 2007 2 次提交
  15. 15 2月, 2007 7 次提交
  16. 14 2月, 2007 5 次提交