Re: [libvirt] [PATCH 2/4] qemu: add function to fill capabilities cache

2014-02-26 Thread Eric Blake
On 01/17/2014 08:31 AM, Francesco Romani wrote: extract and export the code to add the capabilities for a given QEMU binary in the capabilities cache. The intended use case is for testing, and make writing more test easier. --- src/qemu/qemu_capabilities.c | 31

[libvirt] [PATCH 2/4] qemu: add function to fill capabilities cache

2014-01-17 Thread Francesco Romani
extract and export the code to add the capabilities for a given QEMU binary in the capabilities cache. The intended use case is for testing, and make writing more test easier. --- src/qemu/qemu_capabilities.c | 31 +-- src/qemu/qemu_capabilities.h | 2 ++ 2 files