On 01/22/2016 02:09 PM, Cole Robinson wrote:
libvirt only supports qemu 0.12.0+ nowadays, which means that the
qemu binary always provides the -device/QEMU_CAPS_DEVICE option. This
patch series is a step towards dropping support for that flag.
Patch #1 is a test suite improvement, not strictly related
Patch #2-5 adjust the test suite for -device always being present
Remaining patches drop a bunch of qemu driver code.
After this the only real remaining uses are in qemu_command.c which
deserve a closer inspection, so that will be a separate series.
I'm concentrating on getting the test changes committed first, so please
ignore the qemu side of this. I'll repost eventually
- Cole