Re: [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature

2023-01-16 Thread Eugenio Perez Martin
On Mon, Jan 16, 2023 at 7:48 AM Jason Wang wrote: > > > 在 2023/1/13 16:45, Eugenio Perez Martin 写道: > > On Fri, Jan 13, 2023 at 5:39 AM Jason Wang wrote: > >> On Fri, Jan 13, 2023 at 1:25 AM Eugenio Pérez wrote: > >>> This is needed for qemu to know it can suspend the device to retrieve > >>> it

Re: [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature

2023-01-15 Thread Jason Wang
在 2023/1/13 16:45, Eugenio Perez Martin 写道: On Fri, Jan 13, 2023 at 5:39 AM Jason Wang wrote: On Fri, Jan 13, 2023 at 1:25 AM Eugenio Pérez wrote: This is needed for qemu to know it can suspend the device to retrieve its status and enable SVQ with it, so all the process is transparent to th

Re: [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature

2023-01-13 Thread Eugenio Perez Martin
On Fri, Jan 13, 2023 at 5:39 AM Jason Wang wrote: > > On Fri, Jan 13, 2023 at 1:25 AM Eugenio Pérez wrote: > > > > This is needed for qemu to know it can suspend the device to retrieve > > its status and enable SVQ with it, so all the process is transparent to > > the guest. > > > > Signed-off-by

Re: [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature

2023-01-12 Thread Jason Wang
On Fri, Jan 13, 2023 at 1:25 AM Eugenio Pérez wrote: > > This is needed for qemu to know it can suspend the device to retrieve > its status and enable SVQ with it, so all the process is transparent to > the guest. > > Signed-off-by: Eugenio Pérez Acked-by: Jason Wang We probably need to add th