
On 03.08.2012 22:33, rmarwah@linux.vnet.ibm.com wrote:
From: Richa Marwaha <rmarwah@linux.vnet.ibm.com>
This patch adds the capability in libvirt to check if -netdev bridge option is supported or not.
Signed-off-by: Richa Marwaha <rmarwah@linux.vnet.ibm.com> Signed-off-by: Corey Bryant<coreyb@linux.vnet.ibm.com> --- v2 -This is a new patch that helps libvirt to check if -netdev bridge option is supported in the qemu version that is being used to run the guest. In v1 we didnot have the capability to check if qemu version we are using supported -netdev bridge or not.
v3 -Fixed the QEMU_CAPS_NETDEV_BRIDGE capabilities, now it supports QEMU_CAPS_NETDEV which was missing earlier. -Updated the tests/qemuhelptest.c
AUTHORS | 1 + src/qemu/qemu_capabilities.c | 13 +++++++++---- src/qemu/qemu_capabilities.h | 1 + tests/qemuhelptest.c | 3 ++- 4 files changed, 13 insertions(+), 5 deletions(-)
ACK Michal