]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
multi-process: Synchronize remote memory
authorJagannathan Raman <jag.raman@oracle.com>
Fri, 29 Jan 2021 16:46:18 +0000 (11:46 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 10 Feb 2021 09:23:28 +0000 (09:23 +0000)
commitc746b74a7d881c7da4afdd7b29353a90c445a8ab
tree798a89b7087a39b793d5800582d633a6659f6e0b
parent7ee3f82384f07e84f1d2e26a0ab1e5efa7e7f822
multi-process: Synchronize remote memory

Add ProxyMemoryListener object which is used to keep the view of the RAM
in sync between QEMU and remote process.
A MemoryListener is registered for system-memory AddressSpace. The
listener sends SYNC_SYSMEM message to the remote process when memory
listener commits the changes to memory, the remote process receives
the message and processes it in the handler for SYNC_SYSMEM message.

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: 04fe4e6a9ca90d4f11ab6f59be7652f5b086a071.1611938319.git.jag.raman@oracle.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
MAINTAINERS
hw/remote/meson.build
hw/remote/message.c
hw/remote/proxy-memory-listener.c [new file with mode: 0644]
hw/remote/proxy.c
include/hw/remote/proxy-memory-listener.h [new file with mode: 0644]
include/hw/remote/proxy.h