libvirt/qemud
Mark McLoughlin d954480892 Fri Feb 23 08:41:34 IST 2007 Mark McLoughlin <markmc@redhat.com>
* 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()
2007-02-23 08:48:02 +00:00
..
.cvsignore Added QEMU support 2007-02-14 01:40:09 +00:00
bridge.c Fri Feb 20 09:56:35 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-20 09:57:47 +00:00
bridge.h Tue Feb 14 16:02:23 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:02:40 +00:00
conf.c Fri Feb 23 08:41:34 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-23 08:48:02 +00:00
conf.h Fri Feb 23 08:41:34 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-23 08:48:02 +00:00
dispatch.c Fri Feb 23 08:40:52 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-23 08:41:23 +00:00
dispatch.h Added QEMU support 2007-02-14 01:40:09 +00:00
driver.c Fri Feb 23 08:41:34 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-23 08:48:02 +00:00
driver.h Fri Feb 23 08:40:52 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-23 08:41:23 +00:00
internal.h Fri Feb 22 08:37:23 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-23 08:39:49 +00:00
iptables.c Fri Feb 20 17:49:22 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-20 17:51:41 +00:00
iptables.h Tue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:26:42 +00:00
Makefile.am * libvirt.spec.in: spec cleanup and missing BuildRequires 2007-02-14 18:54:26 +00:00
protocol.h Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:20:38 +00:00
qemud.c Fri Feb 23 08:41:34 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-23 08:48:02 +00:00