Re: [RFC PATCH v9 14/23] vhost: add vhost_svq_poll

2022-07-11 Thread Eugenio Perez Martin
On Mon, Jul 11, 2022 at 11:19 AM Jason Wang wrote: > > > 在 2022/7/7 02:39, Eugenio Pérez 写道: > > It allows the Shadow Control VirtQueue to wait the device to use the > > commands > > that restore the net device state after a live migration. > > > > Signed-off-by: Eugenio Pérez > > --- > >

Re: [RFC PATCH v9 14/23] vhost: add vhost_svq_poll

2022-07-11 Thread Jason Wang
在 2022/7/7 02:39, Eugenio Pérez 写道: It allows the Shadow Control VirtQueue to wait the device to use the commands that restore the net device state after a live migration. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.h | 1 + hw/virtio/vhost-shadow-virtqueue.c | 54

[RFC PATCH v9 14/23] vhost: add vhost_svq_poll

2022-07-06 Thread Eugenio Pérez
It allows the Shadow Control VirtQueue to wait the device to use the commands that restore the net device state after a live migration. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.h | 1 + hw/virtio/vhost-shadow-virtqueue.c | 54 -- 2 files