Re: [libvirt] [PATCH 4/5] qemu: move PCI slot assignment for PIIX3, Q35 into a separate function

2015-01-23 Thread Erik Skultety
On 01/22/2015 05:00 PM, Ján Tomko wrote: > On 01/21/2015 05:50 PM, Erik Skultety wrote: >> In order to be able to test for fully reserved PCI buses, assignment of >> PCI slots for integrated devices needs to be moved to a separate function. >> This also might be a good preparation if we decide to

Re: [libvirt] [PATCH 4/5] qemu: move PCI slot assignment for PIIX3, Q35 into a separate function

2015-01-22 Thread Ján Tomko
On 01/21/2015 05:50 PM, Erik Skultety wrote: > In order to be able to test for fully reserved PCI buses, assignment of > PCI slots for integrated devices needs to be moved to a separate function. > This also might be a good preparation if we decide to add support for > other chipsets as well. > ---

[libvirt] [PATCH 4/5] qemu: move PCI slot assignment for PIIX3, Q35 into a separate function

2015-01-21 Thread Erik Skultety
In order to be able to test for fully reserved PCI buses, assignment of PCI slots for integrated devices needs to be moved to a separate function. This also might be a good preparation if we decide to add support for other chipsets as well. --- src/qemu/qemu_command.c | 45