Re: [libvirt] [PATCH 4/7] Reimplement qemuDomainPCIAddressReserveSlot(): reserve all functions in the slot

2011-06-03 Thread Daniel P. Berrange
On Fri, May 27, 2011 at 06:21:43PM +0800, Wen Congyang wrote: > We will support multi function PCI device. So we should reserve all functions > in > the slot if we want to reserve a slot. > --- > src/qemu/qemu_command.c | 37 ++--- > src/qemu/qemu_command.h |

[libvirt] [PATCH 4/7] Reimplement qemuDomainPCIAddressReserveSlot(): reserve all functions in the slot

2011-05-27 Thread Wen Congyang
We will support multi function PCI device. So we should reserve all functions in the slot if we want to reserve a slot. --- src/qemu/qemu_command.c | 37 ++--- src/qemu/qemu_command.h |4 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/src