On Wed, Jun 3, 2026 at 6:35 PM ConKite <[email protected]> wrote: > > In support of future work to add a memory isolation mode to vhost-user > devices, a > qdev property, "memory-isolation", is added to all vhost-user devices. This is > simply a bool representing whether the mode is active or not. > > Signed-of-by: Connor Kite <[email protected]> > > --- > hw/block/vhost-user-blk.c | 1 + > hw/display/vhost-user-gpu.c | 1 + > hw/scsi/vhost-user-scsi.c | 1 + > hw/virtio/vhost-user-base.c | 3 ++- > hw/virtio/vhost-user-fs.c | 1 + > hw/virtio/vhost-user-scmi.c | 1 + > hw/virtio/vhost-user-vsock.c | 1 + > include/hw/virtio/vhost-user-base.h | 1 + > include/hw/virtio/vhost-user-blk.h | 1 + > include/hw/virtio/vhost-user-fs.h | 1 + > include/hw/virtio/vhost-user-scmi.h | 1 + > include/hw/virtio/vhost-user-vsock.h | 1 + > include/hw/virtio/virtio-gpu.h | 1 + > include/hw/virtio/virtio-scsi.h | 1 + > 14 files changed, 15 insertions(+), 1 deletion(-)
This patch can be applied after the memory isolation internals are merged in the future. For now it should stay out-of-tree because it's a user-visible option that is currently unimplemented. Reviewed-by: Stefan Hajnoczi <[email protected]>
