Re: [PATCH RFC 05/15] vhost-user: add memory_isolation to VhostUserState

Connor Kite <[email protected]> Wed, 5 Aug 2026 16:45:51 -0700
Newsgroups gmane.comp.emulators.qemu.block,gmane.comp.emulators.qemu
Message-ID <CA+spn3ouZF2kRnvsBrasxdCwfmuXfK25mqgCcvpe0Oc3Y_aRwA@mail.gmail.com>
On Mon, Aug 3, 2026 at 5:29 AM Hanna Czenczek <[email protected]> wrote:
>
> > -           netdev->u.passt.memory_isolation) {
> > +            netdev->u.passt.memory_isolation) {
> >               memory_isolation = true;
> >           }
>
> I think this part of the hunk should be squashed into HEAD^.
>
> Hanna
>

And squashed!  This patch has also been swapped with the previous one to
avoid dead code.