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

2015-10-21 Thread Michael S. Tsirkin
On Wed, Oct 21, 2015 at 04:32:17PM +0800, Cao jin wrote: > Hello Michael > > On 10/13/2015 09:10 PM, Michael S. Tsirkin wrote: > >On Tue, Oct 13, 2015 at 07:54:07PM +0800, Cao jin wrote: > >> > >> > >>On 10/13/2015 04:49 PM, Michael S. Tsirkin wrote: > >>>On Tue, Oct 13, 2015 at 04:41:33PM +0800,

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

2015-10-21 Thread Cao jin
Hello Michael On 10/13/2015 09:10 PM, Michael S. Tsirkin wrote: On Tue, Oct 13, 2015 at 07:54:07PM +0800, Cao jin wrote: On 10/13/2015 04:49 PM, Michael S. Tsirkin wrote: On Tue, Oct 13, 2015 at 04:41:33PM +0800, Cao jin wrote: Support PCI-e device hot-add multi-function via device_add, jus

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

2015-10-13 Thread Cao jin
On 10/13/2015 09:10 PM, Michael S. Tsirkin wrote: On Tue, Oct 13, 2015 at 07:54:07PM +0800, Cao jin wrote: On 10/13/2015 04:49 PM, Michael S. Tsirkin wrote: On Tue, Oct 13, 2015 at 04:41:33PM +0800, Cao jin wrote: Support PCI-e device hot-add multi-function via device_add, just ensure add

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

2015-10-13 Thread Michael S. Tsirkin
On Tue, Oct 13, 2015 at 07:54:07PM +0800, Cao jin wrote: > > > On 10/13/2015 04:49 PM, Michael S. Tsirkin wrote: > >On Tue, Oct 13, 2015 at 04:41:33PM +0800, Cao jin wrote: > >>Support PCI-e device hot-add multi-function via device_add, just ensure > >>add the function 0 is added last. While allo

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

2015-10-13 Thread Cao jin
On 10/13/2015 04:49 PM, Michael S. Tsirkin wrote: On Tue, Oct 13, 2015 at 04:41:33PM +0800, Cao jin wrote: Support PCI-e device hot-add multi-function via device_add, just ensure add the function 0 is added last. While allow user to roll back in the middle via device_del, in case user regret.

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

2015-10-13 Thread Michael S. Tsirkin
On Tue, Oct 13, 2015 at 04:41:33PM +0800, Cao jin wrote: > Support PCI-e device hot-add multi-function via device_add, just ensure > add the function 0 is added last. While allow user to roll back in the > middle via device_del, in case user regret. s/regret/cancels the operation/ > changelog: >

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

2015-10-13 Thread Michael S. Tsirkin
On Tue, Oct 13, 2015 at 04:41:33PM +0800, Cao jin wrote: > Support PCI-e device hot-add multi-function via device_add, just ensure > add the function 0 is added last. While allow user to roll back in the > middle via device_del, in case user regret. This patch doesn't seem to account of AIR though