vdpa-dev: mark the device as unmigratable
The generic vDPA device doesn't support migration currently, so mark it as unmigratable temporarily. Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Longpeng <longpeng2@huawei.com> Message-Id: <20221215134944.2809-5-longpeng2@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
fedda61746
commit
dd18a23002
@ -327,6 +327,7 @@ static Property vhost_vdpa_device_properties[] = {
|
||||
|
||||
static const VMStateDescription vmstate_vhost_vdpa_device = {
|
||||
.name = "vhost-vdpa-device",
|
||||
.unmigratable = 1,
|
||||
.minimum_version_id = 1,
|
||||
.version_id = 1,
|
||||
.fields = (VMStateField[]) {
|
||||
|
Loading…
Reference in New Issue
Block a user