summary refs log tree commit diff stats
path: root/hw/remote/proxy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: handle result of qio_channel_set_blocking()Vladimir Sementsov-Ogievskiy2025-09-191-1/+5
* qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-251-1/+1
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-1/+1
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
|/
* hw/remote: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* migration: simplify blockersSteve Sistare2023-10-201-5/+2
* hw/remote/proxy: Remove dubious 'event_notifier-posix.c' includePhilippe Mathieu-Daudé2023-06-261-1/+0
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* hw/remote/proxy: Categorize Wireless devices as 'Network' onesPhilippe Mathieu-Daudé2021-10-041-0/+1
* multi-process: Fix pci_proxy_dev_realize() error handlingMarkus Armbruster2021-08-261-1/+9
* multi-process: Initialize variables declared with g_auto*Zenghui Yu2021-05-211-2/+1
* multi-process: perform device reset in the remote processElena Ufimtseva2021-02-101-0/+19
* multi-process: Retrieve PCI info from remote processJagannathan Raman2021-02-101-0/+84
* multi-process: create IOHUB object to handle irqJagannathan Raman2021-02-101-0/+56
* multi-process: Synchronize remote memoryJagannathan Raman2021-02-101-0/+6
* multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman2021-02-101-0/+60
* multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva2021-02-101-0/+55
* multi-process: introduce proxy objectElena Ufimtseva2021-02-101-0/+99