qemu/include/hw/remote
Jagannathan Raman c746b74a7d 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>
2021-02-10 09:23:28 +00:00
..
machine.h multi-process: Initialize message handler in remote device 2021-02-10 09:23:28 +00:00
memory.h multi-process: setup memory manager for remote device 2021-02-10 09:23:28 +00:00
mpqemu-link.h multi-process: PCI BAR read/write handling for proxy & remote endpoints 2021-02-10 09:23:28 +00:00
proxy-memory-listener.h multi-process: Synchronize remote memory 2021-02-10 09:23:28 +00:00
proxy.h multi-process: Synchronize remote memory 2021-02-10 09:23:28 +00:00