]> xenbits.xensource.com Git - libvirt.git/commit
Fix QEMU test with 1.2.0 help output
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Sep 2012 15:48:58 +0000 (16:48 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Sep 2012 15:50:31 +0000 (16:50 +0100)
commit72574808d6ab06d7093f3695c0ba6e14616adea5
treeeb2fc2d2123a0517a80a8dd900a2632ccbdf7d8e
parent2d0a777b3dc16cd85eac95d7b52c36b16c7a1d2c
Fix QEMU test with 1.2.0 help output

The help output for QEMU 1.2.0 changed 'pci-assign' to 'kvm-pci-assign'.
Since the new capabilities code does exact device name matching
instead of substring matching, this caused the capabilities to go
missing.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_capabilities.c