Re: [Qemu-devel] [PATCH 2/2] PCI-e device multi-function hot-add support

2015-09-15 Thread Cao jin
Hi Igor, sorry I missed you mail. On 09/11/2015 10:35 PM, Igor Mammedov wrote: On Thu, 10 Sep 2015 20:12:23 +0800 Cao jin wrote: In case user regret when hot-add multi-function, we should roll back, device_del the function added but still not worked. Signed-off-by: Cao jin --- hw/pci/

Re: [Qemu-devel] [PATCH 2/2] PCI-e device multi-function hot-add support

2015-09-11 Thread Igor Mammedov
On Thu, 10 Sep 2015 20:12:23 +0800 Cao jin wrote: > In case user regret when hot-add multi-function, we should roll back, > device_del the function added but still not worked. > > Signed-off-by: Cao jin > --- > hw/pci/pcie.c | 28 +++- > 1 file changed, 23 insertions(+)

Re: [Qemu-devel] [PATCH 2/2] PCI-e device multi-function hot-add support

2015-09-10 Thread Alex Williamson
On Thu, 2015-09-10 at 20:12 +0800, Cao jin wrote: > In case user regret when hot-add multi-function, we should roll back, > device_del the function added but still not worked. > > Signed-off-by: Cao jin > --- > hw/pci/pcie.c | 28 +++- > 1 file changed, 23 insertions(+),

[Qemu-devel] [PATCH 2/2] PCI-e device multi-function hot-add support

2015-09-10 Thread Cao jin
In case user regret when hot-add multi-function, we should roll back, device_del the function added but still not worked. Signed-off-by: Cao jin --- hw/pci/pcie.c | 28 +++- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index