]> xenbits.xensource.com Git - libvirt.git/commit
Tue Aug 21 09:56:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Aug 2007 09:03:55 +0000 (09:03 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Aug 2007 09:03:55 +0000 (09:03 +0000)
commit19e21d867253df6e49d48bf6b8530402c8eb03ed
tree4ccea555a1025f8e63795e508c458bc6a1672e9a
parent9201909064500cd836aa07aa5c8c84850a6bd229
Tue Aug 21 09:56:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>

        * qemud/remote.c, qemud/remote_protocol.x, src/driver.h,
          src/internal.h, src/libvirt.c, src/libvirt_sym.version,
          src/qemu_driver.c, src/remote_internal.c, src/test.c:
          Add a private interface so that libvirt.c coordination
          functions can detect the availability of features in
          underlying drivers, using the VIR_DRV_SUPPORTS_FEATURE
          macro.
16 files changed:
ChangeLog
docs/hvsupport.html
qemud/remote.c
qemud/remote_dispatch_localvars.h
qemud/remote_dispatch_proc_switch.h
qemud/remote_dispatch_prototypes.h
qemud/remote_protocol.c
qemud/remote_protocol.h
qemud/remote_protocol.x
src/driver.h
src/internal.h
src/libvirt.c
src/libvirt_sym.version
src/qemu_driver.c
src/remote_internal.c
src/test.c