Re: [libvirt] [PATCH 4/6] conf: new element for hotpluggable devices

2016-08-10 Thread Daniel P. Berrange
On Tue, Aug 09, 2016 at 02:14:15PM -0400, Laine Stump wrote: > On 08/09/2016 04:05 AM, Daniel P. Berrange wrote: > > On Mon, Aug 08, 2016 at 12:41:48PM -0400, Laine Stump wrote: > > > On 08/08/2016 04:56 AM, Laine Stump wrote: > > > > When faced with a guest device that requires a PCI address but d

Re: [libvirt] [PATCH 4/6] conf: new element for hotpluggable devices

2016-08-09 Thread Laine Stump
On 08/09/2016 03:54 AM, Daniel P. Berrange wrote: On Mon, Aug 08, 2016 at 04:56:55AM -0400, Laine Stump wrote: When faced with a guest device that requires a PCI address but doesn't have one manually assigned in the config, libvirt has always insisted (well... *tried* to insist) on auto-assignin

Re: [libvirt] [PATCH 4/6] conf: new element for hotpluggable devices

2016-08-09 Thread Laine Stump
On 08/09/2016 04:05 AM, Daniel P. Berrange wrote: On Mon, Aug 08, 2016 at 12:41:48PM -0400, Laine Stump wrote: On 08/08/2016 04:56 AM, Laine Stump wrote: When faced with a guest device that requires a PCI address but doesn't have one manually assigned in the config, libvirt has always insisted

Re: [libvirt] [PATCH 4/6] conf: new element for hotpluggable devices

2016-08-09 Thread Daniel P. Berrange
On Mon, Aug 08, 2016 at 12:41:48PM -0400, Laine Stump wrote: > On 08/08/2016 04:56 AM, Laine Stump wrote: > > When faced with a guest device that requires a PCI address but doesn't > > have one manually assigned in the config, libvirt has always insisted > > (well... *tried* to insist) on auto-assi

Re: [libvirt] [PATCH 4/6] conf: new element for hotpluggable devices

2016-08-09 Thread Daniel P. Berrange
On Mon, Aug 08, 2016 at 04:56:55AM -0400, Laine Stump wrote: > When faced with a guest device that requires a PCI address but doesn't > have one manually assigned in the config, libvirt has always insisted > (well... *tried* to insist) on auto-assigning an address that is on a > PCI controller that

Re: [libvirt] [PATCH 4/6] conf: new element for hotpluggable devices

2016-08-08 Thread Laine Stump
On 08/08/2016 04:56 AM, Laine Stump wrote: When faced with a guest device that requires a PCI address but doesn't have one manually assigned in the config, libvirt has always insisted (well... *tried* to insist) on auto-assigning an address that is on a PCI controller that supports hotplug. One b

[libvirt] [PATCH 4/6] conf: new element for hotpluggable devices

2016-08-08 Thread Laine Stump
When faced with a guest device that requires a PCI address but doesn't have one manually assigned in the config, libvirt has always insisted (well... *tried* to insist) on auto-assigning an address that is on a PCI controller that supports hotplug. One big problem with this is that it prevents auto