You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devices/vhost: Add config space support for vhost-user devices
Implement read_config() for vhost-user devices using the
VHOST_USER_GET_CONFIG protocol message. This enables vhost-user
devices to expose their configuration space to the guest.
This provides a general mechanism for any vhost-user device that
needs to expose configuration to the guest (e.g., virtio-snd).
Signed-off-by: Dorinda Bassey <dbassey@redhat.com>
0 commit comments