Re: [PATCH RFC 00/15] vhost-user: isolated memory
Connor Kite <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu.block,gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <CA+spn3p519J-ZPFUiiHZYy05n6p=8Eu-sgvkAQJYBcg=WvOXMg@mail.gmail.com> |
On Tue, Jul 28, 2026 at 12:08 AM Demi Marie Obenour <[email protected]> wrote: > Does this approach work for a generic vhost-user device, as opposed to > one that knows it is a block/network/etc device? Also, how much overhead > is there compared to the normal case? The idea is for this approach to be agnostic to the specific device in use. As noted on the cover letter, I am still working through some rough edges on the implementation still, but when the project is more stable, I will be benchmarking the effects of memory isolation on performance.