Re: [libvirt] [PATCH 2/7] prevent hot unplugging multi function PCI device

2011-06-09 Thread shu ming
Wen Congyang: At 06/09/2011 04:37 PM, shu ming Write: Hi I applied these pacches to libvirt tree 8077d64f964705c1034555abeea38773532b762f And built a qemu-kvm from the upstream qemu-kvm tree version 0.14. I tested these new binaries on my Redhat Enterprise Linux 6.1 GA. Now I can have mu

Re: [libvirt] [PATCH 2/7] prevent hot unplugging multi function PCI device

2011-06-09 Thread Wen Congyang
At 06/09/2011 04:37 PM, shu ming Write: > Hi >I applied these pacches to libvirt tree > > 8077d64f964705c1034555abeea38773532b762f > > And built a qemu-kvm from the upstream qemu-kvm tree version 0.14. I > tested these new binaries on my Redhat Enterprise Linux 6.1 GA. > > Now I can have mu

Re: [libvirt] [PATCH 2/7] prevent hot unplugging multi function PCI device

2011-06-09 Thread shu ming
Hi I applied these pacches to libvirt tree 8077d64f964705c1034555abeea38773532b762f And built a qemu-kvm from the upstream qemu-kvm tree version 0.14. I tested these new binaries on my Redhat Enterprise Linux 6.1 GA. Now I can have multiple function devices after I changed the VM XML con

Re: [libvirt] [PATCH 2/7] prevent hot unplugging multi function PCI device

2011-06-03 Thread Daniel P. Berrange
On Fri, May 27, 2011 at 06:20:10PM +0800, Wen Congyang wrote: > We do not support to hot unplug multi function PCI device now. If the device > is > one function of multi function PCI device, we shoul not allow to hot unplugg > it. > --- > src/qemu/qemu_hotplug.c | 52 >

[libvirt] [PATCH 2/7] prevent hot unplugging multi function PCI device

2011-05-27 Thread Wen Congyang
We do not support to hot unplug multi function PCI device now. If the device is one function of multi function PCI device, we shoul not allow to hot unplugg it. --- src/qemu/qemu_hotplug.c | 52 +++ 1 files changed, 52 insertions(+), 0 deletions(-) di