summary refs log tree commit diff stats
path: root/hw/remote (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/remote/remote-obj: hw/misc/ivshmem: Fix missing ERRP_GUARD() for error_pre...Zhao Liu2024-03-091-0/+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-082-11/+11
* meson: remove CONFIG_ALLPaolo Bonzini2023-12-311-1/+0
* hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2023-11-031-1/+5
* migration: simplify blockersSteve Sistare2023-10-201-5/+2
* hw/remote: move stub vfu_object_set_bus_irq out of stubs/Paolo Bonzini2023-10-182-1/+9
* exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata2023-06-281-1/+1
* hw/remote/proxy: Remove dubious 'event_notifier-posix.c' includePhilippe Mathieu-Daudé2023-06-261-1/+0
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-1/+1
* hw/remote: Fix vfu_cfg trace offset formatMattias Nissler2023-06-091-2/+2
* vfio-user: update commentsJagannathan Raman2023-06-071-3/+11
* Drop duplicate #includeMarkus Armbruster2023-02-082-2/+0
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-1/+0
* hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow2023-01-132-3/+4
* Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell2022-12-161-1/+1
* error: Drop a few superfluous ERRP_GUARD()Markus Armbruster2022-12-141-1/+0
* msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-8/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-10-041-1/+1
* vfio-user: handle reset of remote deviceJagannathan Raman2022-06-151-0/+20
* vfio-user: handle device interruptsJagannathan Raman2022-06-153-4/+178
* vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-152-0/+193
* vfio-user: handle DMA mappingsJagannathan Raman2022-06-153-0/+62
* vfio-user: IOMMU support for remote deviceJagannathan Raman2022-06-153-1/+144
* vfio-user: handle PCI config space accessesJagannathan Raman2022-06-152-0/+53
* vfio-user: run vfio-user contextJagannathan Raman2022-06-151-1/+117
* vfio-user: find and init PCI deviceJagannathan Raman2022-06-151-0/+67
* vfio-user: instantiate vfio-user contextJagannathan Raman2022-06-151-0/+82
* vfio-user: define vfio-user-server objectJagannathan Raman2022-06-154-0/+241
* vfio-user: build libraryJagannathan Raman2022-06-152-0/+6
* remote/machine: add vfio-user propertyJagannathan Raman2022-06-151-0/+23
* remote/machine: add HotplugHandler for remote machineJagannathan Raman2022-06-151-0/+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-068-8/+0
* hw/remote: Add missing includePhilippe Mathieu-Daudé2022-02-211-0/+1
* hw/remote/proxy: Categorize Wireless devices as 'Network' onesPhilippe Mathieu-Daudé2021-10-041-0/+1
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
* Remove superfluous ERRP_GUARD()Markus Armbruster2021-08-261-3/+0
* multi-process: Fix pci_proxy_dev_realize() error handlingMarkus Armbruster2021-08-261-1/+9
* remote/memory: Replace share parameter with ram_flagsYang Zhong2021-07-201-1/+1
* multi-process: Initialize variables declared with g_auto*Zenghui Yu2021-05-212-5/+3
* 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/+0
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* 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