Re: [libvirt-users] avoiding PCI bus 8 / using PCI function / virt-install

2019-01-02 Thread b f31415
Thanks-- i get this eco-system setup isn't mainstream (yet). just wanted to double check to see if there was some pre-existing way to use the function aspect. B On Wed, Jan 2, 2019 at 9:29 AM Laine Stump wrote: > On 12/26/18 6:59 PM, b f31415 wrote: > > Thanks. Maybe I'm missing something

Re: [libvirt-users] avoiding PCI bus 8 / using PCI function / virt-install

2019-01-02 Thread Laine Stump
On 12/26/18 6:59 PM, b f31415 wrote: Thanks.  Maybe I'm missing something but when I try virt-install --dry-run --print-xml it generates this snippet of XML: but what i need (and get from virsh dumpxml) has this extra PCI line. Did I miss something?  Do you see PCI

Re: [libvirt-users] avoiding PCI bus 8 / using PCI function / virt-install

2018-12-26 Thread b f31415
Thanks. Maybe I'm missing something but when I try virt-install --dry-run --print-xml it generates this snippet of XML: but what i need (and get from virsh dumpxml) has this extra PCI line. Did I miss

Re: [libvirt-users] avoiding PCI bus 8 / using PCI function / virt-install

2018-12-26 Thread Peter Crowther
On Wed, 26 Dec 2018 at 16:26, b f31415 wrote: > If not, is there a way with one of the virt command line tools to create > the XML (with the PCI addresses specified) so that I can process that XML > and re-write the PCI addressing values? Right now the only way I’ve been > able to get that

[libvirt-users] avoiding PCI bus 8 / using PCI function / virt-install

2018-12-26 Thread b f31415
I’m using virt-install to spin up VMs. At times I have a need to spin up VMs which have 100s of interfaces. I ran into the PCI issue mentioned in this previous thread based on how virt-install assigns PCI addresses to interfaces: