mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-19 16:12:40 -06:00
qmp: update vhost-user protocol feature maps
Add VHOST_USER_PROTOCOL_F_SHARED_OBJECT and VHOST_USER_PROTOCOL_F_DEVICE_STATE protocol feature maps to the virtio introspection. Cc: jonah.palmer@oracle.com Fixes:1609476662
("vhost-user: add shared_object msg") Cc: aesteve@redhat.com Fixes:cda83adc62
("vhost-user: Interface for migration state transfer") Cc: hreitz@redhat.com Signed-off-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
8ee904b3a4
commit
1e3d4d9a1a
1 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,12 @@ static const qmp_virtio_feature_map_t vhost_user_protocol_map[] = {
|
||||||
FEATURE_ENTRY(VHOST_USER_PROTOCOL_F_STATUS, \
|
FEATURE_ENTRY(VHOST_USER_PROTOCOL_F_STATUS, \
|
||||||
"VHOST_USER_PROTOCOL_F_STATUS: Querying and notifying back-end "
|
"VHOST_USER_PROTOCOL_F_STATUS: Querying and notifying back-end "
|
||||||
"device status supported"),
|
"device status supported"),
|
||||||
|
FEATURE_ENTRY(VHOST_USER_PROTOCOL_F_SHARED_OBJECT, \
|
||||||
|
"VHOST_USER_PROTOCOL_F_SHARED_OBJECT: Backend shared object "
|
||||||
|
"supported"),
|
||||||
|
FEATURE_ENTRY(VHOST_USER_PROTOCOL_F_DEVICE_STATE, \
|
||||||
|
"VHOST_USER_PROTOCOL_F_DEVICE_STATE: Backend device state transfer "
|
||||||
|
"supported"),
|
||||||
{ -1, "" }
|
{ -1, "" }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue