Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging
Pull request
v4:
* Add PCI_EXPRESS Kconfig dependency to fix s390x in "multi-process: setup PCI
host bridge for remote device" [Philippe and Thomas]
# gpg: Signature made Wed 10 Feb 2021 09:26:14 GMT
# gpg: using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
# gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8
* remotes/stefanha-gitlab/tags/block-pull-request: (27 commits)
docs: fix Parallels Image "dirty bitmap" section
multi-process: perform device reset in the remote process
multi-process: Retrieve PCI info from remote process
multi-process: create IOHUB object to handle irq
multi-process: Synchronize remote memory
multi-process: PCI BAR read/write handling for proxy & remote endpoints
multi-process: Forward PCI config space acceses to the remote process
multi-process: add proxy communication functions
multi-process: introduce proxy object
multi-process: setup memory manager for remote device
multi-process: Associate fd of a PCIDevice with its object
multi-process: Initialize message handler in remote device
multi-process: define MPQemuMsg format and transmission functions
io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
io: add qio_channel_writev_full_all helper
multi-process: setup a machine object for remote device process
multi-process: setup PCI host bridge for remote device
multi-process: Add config option for multi-process QEMU
memory: alloc RAM from file at offset
multi-process: add configure and usage information
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .github/lockdown.yml 4 additions, 4 deletions.github/lockdown.yml
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- .gitmodules 22 additions, 22 deletions.gitmodules
- Kconfig.host 4 additions, 0 deletionsKconfig.host
- MAINTAINERS 24 additions, 0 deletionsMAINTAINERS
- README.rst 2 additions, 2 deletionsREADME.rst
- backends/hostmem-memfd.c 1 addition, 1 deletionbackends/hostmem-memfd.c
- configure 10 additions, 0 deletionsconfigure
- docs/devel/index.rst 1 addition, 0 deletionsdocs/devel/index.rst
- docs/devel/multi-process.rst 966 additions, 0 deletionsdocs/devel/multi-process.rst
- docs/interop/parallels.txt 1 addition, 1 deletiondocs/interop/parallels.txt
- docs/system/index.rst 1 addition, 0 deletionsdocs/system/index.rst
- docs/system/multi-process.rst 64 additions, 0 deletionsdocs/system/multi-process.rst
- hw/Kconfig 1 addition, 0 deletionshw/Kconfig
- hw/meson.build 1 addition, 0 deletionshw/meson.build
- hw/misc/ivshmem.c 2 additions, 1 deletionhw/misc/ivshmem.c
- hw/pci-host/Kconfig 3 additions, 0 deletionshw/pci-host/Kconfig
- hw/pci-host/meson.build 1 addition, 0 deletionshw/pci-host/meson.build
- hw/pci-host/remote.c 75 additions, 0 deletionshw/pci-host/remote.c
- hw/remote/Kconfig 4 additions, 0 deletionshw/remote/Kconfig
Loading
Please register or sign in to comment