summaryrefslogtreecommitdiffstats
path: root/hw/remote
Commit message (Expand)AuthorAgeFilesLines
* multi-process: Initialize variables declared with g_auto*Zenghui Yu2021-05-212-5/+3Star
* multi-process: Avoid logical AND of mutually exclusive testsJagannathan Raman2021-05-131-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* multi-process: perform device reset in the remote processElena Ufimtseva2021-02-102-0/+41
* multi-process: Retrieve PCI info from remote processJagannathan Raman2021-02-101-0/+84
* multi-process: create IOHUB object to handle irqJagannathan Raman2021-02-106-0/+195
* multi-process: Synchronize remote memoryJagannathan Raman2021-02-104-0/+238
* multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman2021-02-103-0/+149
* multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva2021-02-103-1/+122
* multi-process: add proxy communication functionsElena Ufimtseva2021-02-101-0/+34
* multi-process: introduce proxy objectElena Ufimtseva2021-02-102-0/+100
* multi-process: setup memory manager for remote deviceJagannathan Raman2021-02-103-0/+78
* multi-process: Associate fd of a PCIDevice with its objectJagannathan Raman2021-02-102-0/+204
* multi-process: Initialize message handler in remote deviceJagannathan Raman2021-02-102-0/+58
* multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva2021-02-104-0/+211
* multi-process: setup a machine object for remote device processJagannathan Raman2021-02-102-0/+75
* multi-process: setup PCI host bridge for remote deviceJagannathan Raman2021-02-101-1/+2
* multi-process: Add config option for multi-process QEMUJagannathan Raman2021-02-091-0/+3