]> Git Repo - qemu.git/commit
multi-process: Synchronize remote memory
authorJagannathan Raman <[email protected]>
Fri, 29 Jan 2021 16:46:18 +0000 (11:46 -0500)
committerStefan Hajnoczi <[email protected]>
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 <[email protected]>
Signed-off-by: John G Johnson <[email protected]>
Signed-off-by: Elena Ufimtseva <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Message-id: 04fe4e6a9ca90d4f11ab6f59be7652f5b086a071.1611938319[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
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
This page took 0.026131 seconds and 4 git commands to generate.