Re: [libvirt] Libvirt error in Openstack Tempest attaching disk on arm64 system

2015-08-04 Thread Clark Laughlin
-provided libvirt on trusty and vivid. Would this be new enough to have what I need? Thank you, Clark On Wed, Jul 22, 2015 at 3:58 PM, Daniel P. Berrange wrote: > On Wed, Jul 22, 2015 at 02:53:31PM -0500, Clark Laughlin wrote: > > I am running Openstack Tempest on an arm64 platform and am se

[libvirt] Libvirt error in Openstack Tempest attaching disk on arm64 system

2015-07-22 Thread Clark Laughlin
I am running Openstack Tempest on an arm64 platform and am seeing some test failures related to attaching volumes to an instance. This is an example of the disk XML generated by one of the tests: 5a204339-80cb-4d06-aecf-2a8a2c970b0e The test is failing with the error "XML error: No PCI buses ava

[libvirt] [RESEND PATCH] qemu: Add support for virt machine type with virtio-mmio devices on armv7

2013-11-19 Thread Clark Laughlin
These changes allow the correct virtio-blk-device and virtio-net-device devices to be used for the 'virt' machine type for armv7 rather than the PCI virtio devices. A test case was added to qemuxml2argvtest for this change. Signed-off-by: Clark Laughlin --- Resend with test case adde

[libvirt] [RESEND PATCH] qemu: Add support for virt machine type with virtio-mmio devices on armv7

2013-11-15 Thread Clark Laughlin
These changes allow the correct virtio-blk-device and virtio-net-device devices to be used for the 'virt' machine type for armv7 rather than the PCI virtio devices. Signed-off-by: Clark Laughlin --- Resend, with signed-off-by added and updated subject. --- src/qemu/qemu_command.c | 4

[libvirt] [PATCH] Add support for virt machine with virtio-mmio devices

2013-11-11 Thread Clark Laughlin
These changes allow the correct virtio-blk-device and virtio-net-device devices to be used for the 'virt' machine type rather than the PCI virtio devices. --- src/qemu/qemu_command.c | 4 +++- src/qemu/qemu_domain.c | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/qemu/q