Re: [libvirt] [PATCH 5/7] assign the whole slot to the PCI device that has no address

2011-06-03 Thread Daniel P. Berrange
On Fri, May 27, 2011 at 06:22:08PM +0800, Wen Congyang wrote: If user does not specify the PCI address, we should auto assign an unused slot. --- src/qemu/qemu_command.c | 36 1 files changed, 32 insertions(+), 4 deletions(-) diff --git

[libvirt] [PATCH 5/7] assign the whole slot to the PCI device that has no address

2011-05-27 Thread Wen Congyang
If user does not specify the PCI address, we should auto assign an unused slot. --- src/qemu/qemu_command.c | 36 1 files changed, 32 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 48834f1..6f9540c 100644