qemu-patch-raspberry4/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
..
Kconfig multi-process: setup PCI host bridge for remote device 2021-02-10 09:23:22 +00:00
machine.c multi-process: setup a machine object for remote device process 2021-02-10 09:23:28 +00:00
memory.c multi-process: setup memory manager for remote device 2021-02-10 09:23:28 +00:00
meson.build multi-process: Synchronize remote memory 2021-02-10 09:23:28 +00:00
message.c multi-process: Synchronize remote memory 2021-02-10 09:23:28 +00:00
mpqemu-link.c multi-process: PCI BAR read/write handling for proxy & remote endpoints 2021-02-10 09:23:28 +00:00
proxy-memory-listener.c multi-process: Synchronize remote memory 2021-02-10 09:23:28 +00:00
proxy.c multi-process: Synchronize remote memory 2021-02-10 09:23:28 +00:00
remote-obj.c multi-process: Associate fd of a PCIDevice with its object 2021-02-10 09:23:28 +00:00
trace-events multi-process: define MPQemuMsg format and transmission functions 2021-02-10 09:23:28 +00:00
trace.h multi-process: define MPQemuMsg format and transmission functions 2021-02-10 09:23:28 +00:00