summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorElena Ufimtseva2021-01-29 17:46:14 +0100
committerStefan Hajnoczi2021-02-10 10:23:28 +0100
commit9f8112073aad8e485ac012ee18809457ab7f23a6 (patch)
tree479d8d11c211ff6033d8c38280ab460bf69635e0 /MAINTAINERS
parentmulti-process: setup memory manager for remote device (diff)
downloadqemu-9f8112073aad8e485ac012ee18809457ab7f23a6.tar.gz
qemu-9f8112073aad8e485ac012ee18809457ab7f23a6.tar.xz
qemu-9f8112073aad8e485ac012ee18809457ab7f23a6.zip
multi-process: introduce proxy object
Defines a PCI Device proxy object as a child of TYPE_PCI_DEVICE. Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com> Signed-off-by: John G Johnson <john.g.johnson@oracle.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: b5186ebfedf8e557044d09a768846c59230ad3a7.1611938319.git.jag.raman@oracle.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 00ea834ed0..aec5d2d076 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3217,6 +3217,8 @@ F: hw/remote/message.c
F: hw/remote/remote-obj.c
F: include/hw/remote/memory.h
F: hw/remote/memory.c
+F: hw/remote/proxy.c
+F: include/hw/remote/proxy.h
Build and test automation
-------------------------