Re: [libvirt] [PATCH 2/2] qemu: allow multiple buses in PCI address alocation

2013-02-22 Thread Ján Tomko
On 02/21/13 17:12, Laine Stump wrote: On 02/15/2013 03:22 AM, Ján Tomko wrote: Allow allocating addresses with non-zero bus numbers. while not actually allowing it :-) (since maxbus is never set to anything 0, as you say in Patch 0/2). How/when do you envision that being changed? liguang's

Re: [libvirt] [PATCH 2/2] qemu: allow multiple buses in PCI address alocation

2013-02-21 Thread Laine Stump
On 02/15/2013 03:22 AM, Ján Tomko wrote: Allow allocating addresses with non-zero bus numbers. while not actually allowing it :-) (since maxbus is never set to anything 0, as you say in Patch 0/2). How/when do you envision that being changed? liguang's patches allow devices with any bus number

[libvirt] [PATCH 2/2] qemu: allow multiple buses in PCI address alocation

2013-02-15 Thread Ján Tomko
Allow allocating addresses with non-zero bus numbers. --- src/qemu/qemu_command.c | 41 ++--- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index b50e779..f747cfb 100644 ---