Re: [libvirt] [PATCHv2 11/17] qemu: support new pci controller model "pcie-root-port"

2015-07-24 Thread Laine Stump
On 07/24/2015 12:14 PM, Martin Kletzander wrote: > On Fri, Jul 17, 2015 at 02:43:38PM -0400, Laine Stump wrote: >> This is backed by the qemu device ioh3420. >> >> chassis and port from the subelement are used to store/set the >> respective qemu device options for the ioh3420. Currently, chassis i

Re: [libvirt] [PATCHv2 11/17] qemu: support new pci controller model "pcie-root-port"

2015-07-24 Thread Martin Kletzander
On Fri, Jul 17, 2015 at 02:43:38PM -0400, Laine Stump wrote: This is backed by the qemu device ioh3420. chassis and port from the subelement are used to store/set the respective qemu device options for the ioh3420. Currently, chassis is set to be the index of the controller, and port is set to

Re: [libvirt] [PATCHv2 11/17] qemu: support new pci controller model "pcie-root-port"

2015-07-22 Thread John Ferlan
On 07/17/2015 02:43 PM, Laine Stump wrote: > This is backed by the qemu device ioh3420. > > chassis and port from the subelement are used to store/set the > respective qemu device options for the ioh3420. Currently, chassis is > set to be the index of the controller, and port is set to > "(slot

[libvirt] [PATCHv2 11/17] qemu: support new pci controller model "pcie-root-port"

2015-07-17 Thread Laine Stump
This is backed by the qemu device ioh3420. chassis and port from the subelement are used to store/set the respective qemu device options for the ioh3420. Currently, chassis is set to be the index of the controller, and port is set to "(slot << 3) + function" (per suggestion from Alex Williamson).