Re: [PATCH RFC 02/15] vhost-user: Add memory-isolation qdev property to vhost-user devices
Connor Kite <[email protected]> Tue, 28 Jul 2026 11:30:41 -0700
| Newsgroups | dev.linux.lists.virtio-fs,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CA+spn3pModAB5vom-x16hLbnUhR0BbMqfk3aX7KK7RZ5SJ8jMg@mail.gmail.com> |
On Fri, Jul 24, 2026 at 3:57=E2=80=AFAM Akihiko Odaki <[email protected]> wrote: > > On 2026/07/24 7:30, ConKite 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-off-by: Connor Kite <[email protected]> > > Reviewed-by: Stefan Hajnoczi <[email protected]> > > This and the next patch add interfaces before implementation. Perhaps > it's better reversed. Agreed! I will move these for the next rev of the patch series. Thanks, Connor