Re: [libvirt] [PATCH 0/2] qemu: Fix is ignored for USB disks

2012-10-30 Thread Vladislav Bogdanov
29.10.2012 17:31, Daniel P. Berrange wrote: > On Fri, Oct 26, 2012 at 09:08:41AM +0000, Vladislav Bogdanov wrote: >> This is a follow-up to https://bugzilla.redhat.com/show_bug.cgi?id=861309 >> >> If one has USB disks configured for domain with explicit , libvirtd >

[libvirt] [PATCH 0/2] qemu: Fix is ignored for USB disks

2012-10-26 Thread Vladislav Bogdanov
have explicit - ports they should be connected to may be already occupied by disks. With first patch applied, if one has USB disk connected to the USB hub, qemu fails to start, because it does not know anything about hubs yet (when parsing disks). That's why second patch is needed. Vlad

[libvirt] [PATCH 1/2] qemu: Do not ignore address for USB disks

2012-10-26 Thread Vladislav Bogdanov
--- src/qemu/qemu_command.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 898c4c0..9fb7144 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -2624,6 +2624,9 @@ qemuBuildDriveDevStr(virDomainDef