]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com>
authorMark McLoughlin <markmc@redhat.com>
Wed, 14 Feb 2007 16:20:38 +0000 (16:20 +0000)
committerMark McLoughlin <markmc@redhat.com>
Wed, 14 Feb 2007 16:20:38 +0000 (16:20 +0000)
commit8356c43e42dc6d86905f63176caded55bffb4515
treea2dc12785e0e644baec0190fdf64c83ab218db4a
parentd4a9a0d607d2ee8a806df5269df7c3754f88bbdb
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.
ChangeLog
include/libvirt/libvirt.h.in
qemud/dispatch.c
qemud/driver.c
qemud/driver.h
qemud/protocol.h
src/driver.h
src/libvirt.c
src/libvirt_sym.version
src/qemu_internal.c