Re: [libvirt] [PATCH v2 4/4] qemu: Add check for PCI bridge placement if there are too many PCI devices

2015-01-23 Thread Erik Skultety
On 01/23/2015 02:38 PM, Ján Tomko wrote: >> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c >> index a3dedbf..870771f 100644 >> --- a/src/qemu/qemu_command.c >> +++ b/src/qemu/qemu_command.c >> @@ -1982,6 +1982,25 @@ qemuDomainAssignPCIAddresses(virDomainDefPtr def, >>

Re: [libvirt] [PATCH v2 4/4] qemu: Add check for PCI bridge placement if there are too many PCI devices

2015-01-23 Thread Ján Tomko
On 01/23/2015 01:17 PM, Erik Skultety wrote: > Previous patch of this series fixed the issue with adding a new PCI bridge > when all the slots were reserved by devices with user specified addresses. > In case there are still some PCI devices waiting to get a slot reserved > by qemuAssignDevicePCISl

[libvirt] [PATCH v2 4/4] qemu: Add check for PCI bridge placement if there are too many PCI devices

2015-01-23 Thread Erik Skultety
Previous patch of this series fixed the issue with adding a new PCI bridge when all the slots were reserved by devices with user specified addresses. In case there are still some PCI devices waiting to get a slot reserved by qemuAssignDevicePCISlots, this means a new bus needs to be created along w