Re: [libvirt] [PATCH v3 1/3] Introduce QEMU_CAPS_ARM_VIRT_PCI

2015-07-07 Thread Pavel Fedin
Hello! > Is there a way how we could detect this according to the actual presence > of the PCI bus for the ARM machine? A certain device type that can be > queried rather than relying on a version check. I looked at the code you suggested. As far as i could understand, it actually parses an ou

Re: [libvirt] [PATCH v3 1/3] Introduce QEMU_CAPS_ARM_VIRT_PCI

2015-07-07 Thread Peter Krempa
On Mon, Jul 06, 2015 at 15:59:25 +0300, Pavel Fedin wrote: > This capability specifies that "virt" machine on ARM has PCI controller. > Enabled when qemu version is at least 2.3.0. > > Signed-off-by: Pavel Fedin > --- > src/qemu/qemu_capabilities.c | 5 + > src/qemu/qemu_capabilities.h | 1 +

[libvirt] [PATCH v3 1/3] Introduce QEMU_CAPS_ARM_VIRT_PCI

2015-07-06 Thread Pavel Fedin
This capability specifies that "virt" machine on ARM has PCI controller. Enabled when qemu version is at least 2.3.0. Signed-off-by: Pavel Fedin --- src/qemu/qemu_capabilities.c | 5 + src/qemu/qemu_capabilities.h | 1 + 2 files changed, 6 insertions(+) diff --git a/src/qemu/qemu_capabiliti