diff options
author | Jagannathan Raman | 2021-01-29 17:46:06 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2021-02-10 10:23:22 +0100 |
commit | 6fbd84d63299b86e2a60ee7f257838d411112b87 (patch) | |
tree | 9a9ba2fe24aeed5160a44cace3c148c238e565dd /MAINTAINERS | |
parent | multi-process: Add config option for multi-process QEMU (diff) | |
download | qemu-6fbd84d63299b86e2a60ee7f257838d411112b87.tar.gz qemu-6fbd84d63299b86e2a60ee7f257838d411112b87.tar.xz qemu-6fbd84d63299b86e2a60ee7f257838d411112b87.zip |
multi-process: setup PCI host bridge for remote device
PCI host bridge is setup for the remote device process. It is
implemented using remote-pcihost object. It is an extension of the PCI
host bridge setup by QEMU.
Remote-pcihost configures a PCI bus which could be used by the remote
PCI device to latch on to.
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: 0871ba857abb2eafacde07e7fe66a3f12415bfb2.1611938319.git.jag.raman@oracle.com
[Added PCI_EXPRESS condition in hw/remote/Kconfig since remote-pcihost
needs PCIe. This solves "make check" failure on s390x. Fix suggested by
Philippe Mathieu-Daudé <philmd@redhat.com> and Thomas Huth
<thuth@redhat.com>.
--Stefan]
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1658397762..4a19e20815 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3207,6 +3207,8 @@ M: John G Johnson <john.g.johnson@oracle.com> S: Maintained F: docs/devel/multi-process.rst F: docs/system/multi-process.rst +F: hw/pci-host/remote.c +F: include/hw/pci-host/remote.h Build and test automation ------------------------- |