On Wed, Oct 12, 2016 at 02:12:47PM +0200, Pavel Hrdina wrote:
We generally uses QEMU_CASP_DEVICE_$NAME to probe for existence of
some
s/CASP/CAPS/
device and QEMU_CAPS_$NAME_$PROP to probe for existence of some
property
of that device.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
Changes in v2:
- no it only renames the capability
src/qemu/qemu_capabilities.c | 2 +-
src/qemu/qemu_capabilities.h | 2 +-
src/qemu/qemu_command.c | 2 +-
tests/qemuxml2argvtest.c | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
ACK
Jan