Re: [PATCH Linux v6 10/10] xen/privcmd: Add new ABI to allow copying foreign memory
Frediano Ziglio <[email protected]>
| Newsgroups | org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <CAHt6W4cQZRfwdWSOzf8vkBgn+m2N+tp+aOA6YKnD1ndA8rObCQ@mail.gmail.com> |
On Mon, 10 Aug 2026 at 11:30, Frediano Ziglio <[email protected]> wrote: > > This new ABI allows to copy foreign domain memory to/from a buffer. > This avoids having to map/copy/unmap foreign memory which is > expensive. > This operation is done particularly when migrating VMs. > > Signed-off-by: Frediano Ziglio <[email protected]> Typo in subject line, it's v10, not v6. Frediano