libvirt/qemud
Mark McLoughlin 8356c43e42 Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com>
* include/libvirt/libvirt.h.in, src/libvirt.c: add
        virNetworkGetBridgeName() to allow finding out what
        bridge to connect to in order to join a network.

        * src/driver.h: add networkGetBridgeName() to vtable.

        * qemud/protocol.h: add the request and reply to
        the qemud protocol.

        * qemud/dispatch.c, qemud/driver.[ch]: handle them
        here.

        * src/qemu_internal.c: implement GetBridgeName()
        in the qemu driver.

        * src/libvirt_sym.version: add new symbol.
2007-02-14 16:20:38 +00:00
..
.cvsignore Added QEMU support 2007-02-14 01:40:09 +00:00
Makefile.am Tue Feb 14 16:02:23 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:02:40 +00:00
bridge.c Tue Feb 14 16:02:23 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:02:40 +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 Tue Feb 14 16:08:55 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:09:37 +00:00
conf.h Tue Feb 14 15:07:26 EST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:07:27 +00:00
dispatch.c Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:20:38 +00:00
dispatch.h Added QEMU support 2007-02-14 01:40:09 +00:00
driver.c Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:20:38 +00:00
driver.h Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:20:38 +00:00
internal.h Tue Feb 14 16:08:55 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:09:37 +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 Tue Feb 14 16:08:55 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:09:37 +00:00