Re: [PATCH v8 4/5] vdpa-dev: mark the device as unmigratable

2022-11-11 Thread longpeng2--- via
在 2022/11/8 16:46, Stefano Garzarella 写道: On Tue, Nov 08, 2022 at 08:41:56AM +0800, Longpeng(Mike) wrote: From: Longpeng The generic vDPA device doesn't support migration currently, so mark it as unmigratable temporarily. Signed-off-by: Longpeng --- hw/virtio/vdpa-dev.c | 1 + 1 file chang

Re: [PATCH v8 4/5] vdpa-dev: mark the device as unmigratable

2022-11-08 Thread Stefano Garzarella
On Tue, Nov 08, 2022 at 08:41:56AM +0800, Longpeng(Mike) wrote: From: Longpeng The generic vDPA device doesn't support migration currently, so mark it as unmigratable temporarily. Signed-off-by: Longpeng --- hw/virtio/vdpa-dev.c | 1 + 1 file changed, 1 insertion(+) Is there a particular rea

Re: [PATCH v8 4/5] vdpa-dev: mark the device as unmigratable

2022-11-07 Thread Jason Wang
On Tue, Nov 8, 2022 at 8:42 AM Longpeng(Mike) wrote: > > From: Longpeng > > The generic vDPA device doesn't support migration currently, so > mark it as unmigratable temporarily. > > Signed-off-by: Longpeng Acked-by: Jason Wang > --- > hw/virtio/vdpa-dev.c | 1 + > 1 file changed, 1 insertio

[PATCH v8 4/5] vdpa-dev: mark the device as unmigratable

2022-11-07 Thread Longpeng(Mike)
From: Longpeng The generic vDPA device doesn't support migration currently, so mark it as unmigratable temporarily. Signed-off-by: Longpeng --- hw/virtio/vdpa-dev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/virtio/vdpa-dev.c b/hw/virtio/vdpa-dev.c index 2885d06cbe..62d83d3423 1006