aboutsummaryrefslogtreecommitdiff
path: root/hw/remote
AgeCommit message (Expand)AuthorFilesLines
2021-10-04hw/remote/proxy: Categorize Wireless devices as 'Network' onesPhilippe Mathieu-Daudé1-0/+1
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
2021-08-26Remove superfluous ERRP_GUARD()Markus Armbruster1-3/+0
2021-08-26multi-process: Fix pci_proxy_dev_realize() error handlingMarkus Armbruster1-1/+9
2021-07-20remote/memory: Replace share parameter with ram_flagsYang Zhong1-1/+1
2021-05-21multi-process: Initialize variables declared with g_auto*Zenghui Yu2-5/+3
2021-05-13multi-process: Avoid logical AND of mutually exclusive testsJagannathan Raman1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-02-10multi-process: perform device reset in the remote processElena Ufimtseva2-0/+41
2021-02-10multi-process: Retrieve PCI info from remote processJagannathan Raman1-0/+84
2021-02-10multi-process: create IOHUB object to handle irqJagannathan Raman6-0/+195
2021-02-10multi-process: Synchronize remote memoryJagannathan Raman4-0/+238
2021-02-10multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman3-0/+149
2021-02-10multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva3-1/+122
2021-02-10multi-process: add proxy communication functionsElena Ufimtseva1-0/+34
2021-02-10multi-process: introduce proxy objectElena Ufimtseva2-0/+100
2021-02-10multi-process: setup memory manager for remote deviceJagannathan Raman3-0/+78
2021-02-10multi-process: Associate fd of a PCIDevice with its objectJagannathan Raman2-0/+204
2021-02-10multi-process: Initialize message handler in remote deviceJagannathan Raman2-0/+58
2021-02-10multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva4-0/+211
2021-02-10multi-process: setup a machine object for remote device processJagannathan Raman2-0/+75
2021-02-10multi-process: setup PCI host bridge for remote deviceJagannathan Raman1-1/+2
2021-02-09multi-process: Add config option for multi-process QEMUJagannathan Raman1-0/+3