qemu-patch-raspberry4/hw/remote
Jagannathan Raman 7ee3f82384 multi-process: PCI BAR read/write handling for proxy & remote endpoints
Proxy device object implements handler for PCI BAR writes and reads.
The handler uses BAR_WRITE/BAR_READ message to communicate to the
remote process with the BAR address and value to be written/read.
The remote process implements handler for BAR_WRITE/BAR_READ
message.

Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
Signed-off-by: John G Johnson <john.g.johnson@oracle.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: a8b76714a9688be5552c4c92d089bc9e8a4707ff.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: introduce proxy object 2021-02-10 09:23:28 +00:00
message.c multi-process: PCI BAR read/write handling for proxy & remote endpoints 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.c multi-process: PCI BAR read/write handling for proxy & remote endpoints 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