Re: [PATCH 4/6] vhost-user: Implement suspend/resume

2023-07-18 Thread Stefan Hajnoczi
On Tue, Jul 11, 2023 at 05:52:26PM +0200, Hanna Czenczek wrote: > Implement SUSPEND/RESUME like vDPA does, by automatically using it in > vhost_user_dev_start(). (Though our vDPA code does not implement RESUME > yet, so there, the device is reset when it is to be resumed.) > > Signed-off-by: Hann

[PATCH 4/6] vhost-user: Implement suspend/resume

2023-07-11 Thread Hanna Czenczek
Implement SUSPEND/RESUME like vDPA does, by automatically using it in vhost_user_dev_start(). (Though our vDPA code does not implement RESUME yet, so there, the device is reset when it is to be resumed.) Signed-off-by: Hanna Czenczek --- hw/virtio/vhost-user.c | 99 +