qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v9 10/20] multi-process: setup memory manager for remote devi


From: Stefan Hajnoczi
Subject: Re: [PATCH v9 10/20] multi-process: setup memory manager for remote device
Date: Wed, 23 Sep 2020 16:03:45 +0100

On Thu, Aug 27, 2020 at 11:12:21AM -0700, elena.ufimtseva@oracle.com wrote:
> From: Jagannathan Raman <jag.raman@oracle.com>
> 
> SyncSysMemMsg message format is defined. It is used to send
> file descriptors of the RAM regions to remote device.
> RAM on the remote device is configured with a set of file descriptors.
> Old RAM regions are deleted and new regions, each with an fd, is
> added to the RAM.
> 
> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
> Signed-off-by: John G Johnson <john.g.johnson@oracle.com>
> Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
> ---
>  MAINTAINERS                     |  2 ++
>  hw/i386/meson.build             |  1 +
>  hw/i386/remote-memory.c         | 58 +++++++++++++++++++++++++++++++++
>  include/hw/i386/remote-memory.h | 19 +++++++++++
>  include/io/mpqemu-link.h        | 13 ++++++++
>  io/mpqemu-link.c                | 11 +++++++
>  6 files changed, 104 insertions(+)
>  create mode 100644 hw/i386/remote-memory.c
>  create mode 100644 include/hw/i386/remote-memory.h

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]