diff options
author | Jagannathan Raman | 2021-01-29 17:46:13 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2021-02-10 10:23:28 +0100 |
commit | ed5d001916dd46ceed6d8850e453bcd7b5db2acb (patch) | |
tree | 3ed54d07ea3667e4d86101d6aa33e5df510d2f7e /MAINTAINERS | |
parent | multi-process: Associate fd of a PCIDevice with its object (diff) | |
download | qemu-ed5d001916dd46ceed6d8850e453bcd7b5db2acb.tar.gz qemu-ed5d001916dd46ceed6d8850e453bcd7b5db2acb.tar.xz qemu-ed5d001916dd46ceed6d8850e453bcd7b5db2acb.zip |
multi-process: setup memory manager for remote device
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>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 7d2d1831d812e85f681e7a8ab99e032cf4704689.1611938319.git.jag.raman@oracle.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bcbb5a100c..00ea834ed0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3215,6 +3215,8 @@ F: hw/remote/mpqemu-link.c F: include/hw/remote/mpqemu-link.h F: hw/remote/message.c F: hw/remote/remote-obj.c +F: include/hw/remote/memory.h +F: hw/remote/memory.c Build and test automation ------------------------- |