summary refs log tree commit diff stats
path: root/hw/remote/mpqemu-link.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io: Add flags argument to qio_channel_readv_full_all_eofFabiano Rosas2025-02-141-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2024-01-081-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-10/+10
* QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras2022-05-161-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Remove superfluous ERRP_GUARD()Markus Armbruster2021-08-261-3/+0
* multi-process: Avoid logical AND of mutually exclusive testsJagannathan Raman2021-05-131-1/+1
* multi-process: create IOHUB object to handle irqJagannathan Raman2021-02-101-0/+5
* multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman2021-02-101-0/+6
* multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva2021-02-101-1/+7
* multi-process: add proxy communication functionsElena Ufimtseva2021-02-101-0/+34
* multi-process: setup memory manager for remote deviceJagannathan Raman2021-02-101-0/+11
* multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva2021-02-101-0/+205