Re: [libvirt] [PATCH 06/13] qemu: add exceptions for alias names of primary sata/ide controllers

2015-05-11 Thread Ján Tomko
On Tue, May 05, 2015 at 02:03:11PM -0400, Laine Stump wrote: > If a machine is Q35, the primary sata controller is hardcoded in qemu > to have the id "ide" (with no index in the name). Likewise on > 440fx-based machinetypes, the primary ide controller is called > "ide". All other SATA controllers w

Re: [libvirt] [PATCH 06/13] qemu: add exceptions for alias names of primary sata/ide controllers

2015-05-08 Thread John Ferlan
On 05/08/2015 02:12 PM, Laine Stump wrote: > On 05/08/2015 01:47 PM, John Ferlan wrote: >> >> On 05/05/2015 02:03 PM, Laine Stump wrote: >>> If a machine is Q35, the primary sata controller is hardcoded in qemu >>> to have the id "ide" (with no index in the name). Likewise on >>> 440fx-based mach

Re: [libvirt] [PATCH 06/13] qemu: add exceptions for alias names of primary sata/ide controllers

2015-05-08 Thread Laine Stump
On 05/08/2015 01:47 PM, John Ferlan wrote: > > On 05/05/2015 02:03 PM, Laine Stump wrote: >> If a machine is Q35, the primary sata controller is hardcoded in qemu >> to have the id "ide" (with no index in the name). Likewise on >> 440fx-based machinetypes, the primary ide controller is called >> "i

Re: [libvirt] [PATCH 06/13] qemu: add exceptions for alias names of primary sata/ide controllers

2015-05-08 Thread John Ferlan
On 05/05/2015 02:03 PM, Laine Stump wrote: > If a machine is Q35, the primary sata controller is hardcoded in qemu > to have the id "ide" (with no index in the name). Likewise on > 440fx-based machinetypes, the primary ide controller is called > "ide". All other SATA controllers will have the sta

[libvirt] [PATCH 06/13] qemu: add exceptions for alias names of primary sata/ide controllers

2015-05-05 Thread Laine Stump
If a machine is Q35, the primary sata controller is hardcoded in qemu to have the id "ide" (with no index in the name). Likewise on 440fx-based machinetypes, the primary ide controller is called "ide". All other SATA controllers will have the standard name "sata%d", where %d is the index of the con