Re: [libvirt] [PATCH 2/5] qemu: prefer 00:1D.x and 00:1A.x for USB2 controllers on Q35

2016-01-11 Thread Laine Stump
On 12/09/2015 08:16 AM, John Ferlan wrote: On 11/19/2015 01:24 PM, Laine Stump wrote: The real Q35 machine puts the first USB controller set (EHCI+(UHCIx4)) on bus 0 slot 0x1D, and the 2nd USB controller set on bus 0 slot 0x1A, so let's attempt to make the virtual machine match that for

Re: [libvirt] [PATCH 2/5] qemu: prefer 00:1D.x and 00:1A.x for USB2 controllers on Q35

2015-12-13 Thread John Ferlan
On 11/19/2015 01:24 PM, Laine Stump wrote: > The real Q35 machine puts the first USB controller set (EHCI+(UHCIx4)) > on bus 0 slot 0x1D, and the 2nd USB controller set on bus 0 slot 0x1A, > so let's attempt to make the virtual machine match that for > controllers with auto-assigned addresses

[libvirt] [PATCH 2/5] qemu: prefer 00:1D.x and 00:1A.x for USB2 controllers on Q35

2015-11-19 Thread Laine Stump
The real Q35 machine puts the first USB controller set (EHCI+(UHCIx4)) on bus 0 slot 0x1D, and the 2nd USB controller set on bus 0 slot 0x1A, so let's attempt to make the virtual machine match that for controllers with auto-assigned addresses when possible. Three test cases were added to assure