aboutsummaryrefslogtreecommitdiff
path: root/hw/remote/proxy.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20migration: simplify blockersSteve Sistare1-5/+2
2023-06-26hw/remote/proxy: Remove dubious 'event_notifier-posix.c' includePhilippe Mathieu-Daudé1-1/+0
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-10-04hw/remote/proxy: Categorize Wireless devices as 'Network' onesPhilippe Mathieu-Daudé1-0/+1
2021-08-26multi-process: Fix pci_proxy_dev_realize() error handlingMarkus Armbruster1-1/+9
2021-05-21multi-process: Initialize variables declared with g_auto*Zenghui Yu1-2/+1
2021-02-10multi-process: perform device reset in the remote processElena Ufimtseva1-0/+19
2021-02-10multi-process: Retrieve PCI info from remote processJagannathan Raman1-0/+84
2021-02-10multi-process: create IOHUB object to handle irqJagannathan Raman1-0/+56
2021-02-10multi-process: Synchronize remote memoryJagannathan Raman1-0/+6
2021-02-10multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman1-0/+60
2021-02-10multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva1-0/+55
2021-02-10multi-process: introduce proxy objectElena Ufimtseva1-0/+99