aboutsummaryrefslogtreecommitdiff
path: root/hw/remote
AgeCommit message (Expand)Author
2023-10-20migration: simplify blockersSteve Sistare
2023-10-18hw/remote: move stub vfu_object_set_bus_irq out of stubs/Paolo Bonzini
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata
2023-06-26hw/remote/proxy: Remove dubious 'event_notifier-posix.c' includePhilippe Mathieu-Daudé
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-09hw/remote: Fix vfu_cfg trace offset formatMattias Nissler
2023-06-07vfio-user: update commentsJagannathan Raman
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-06-15vfio-user: handle reset of remote deviceJagannathan Raman
2022-06-15vfio-user: handle device interruptsJagannathan Raman
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman
2022-06-15vfio-user: handle DMA mappingsJagannathan Raman
2022-06-15vfio-user: IOMMU support for remote deviceJagannathan Raman
2022-06-15vfio-user: handle PCI config space accessesJagannathan Raman
2022-06-15vfio-user: run vfio-user contextJagannathan Raman
2022-06-15vfio-user: find and init PCI deviceJagannathan Raman
2022-06-15vfio-user: instantiate vfio-user contextJagannathan Raman
2022-06-15vfio-user: define vfio-user-server objectJagannathan Raman
2022-06-15vfio-user: build libraryJagannathan Raman
2022-06-15remote/machine: add vfio-user propertyJagannathan Raman
2022-06-15remote/machine: add HotplugHandler for remote machineJagannathan Raman
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-21hw/remote: Add missing includePhilippe Mathieu-Daudé
2021-10-04hw/remote/proxy: Categorize Wireless devices as 'Network' onesPhilippe Mathieu-Daudé
2021-09-30memory: Name all the memory listenersPeter Xu
2021-08-26Remove superfluous ERRP_GUARD()Markus Armbruster
2021-08-26multi-process: Fix pci_proxy_dev_realize() error handlingMarkus Armbruster
2021-07-20remote/memory: Replace share parameter with ram_flagsYang Zhong
2021-05-21multi-process: Initialize variables declared with g_auto*Zenghui Yu
2021-05-13multi-process: Avoid logical AND of mutually exclusive testsJagannathan Raman
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-02-10multi-process: perform device reset in the remote processElena Ufimtseva
2021-02-10multi-process: Retrieve PCI info from remote processJagannathan Raman
2021-02-10multi-process: create IOHUB object to handle irqJagannathan Raman
2021-02-10multi-process: Synchronize remote memoryJagannathan Raman
2021-02-10multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman
2021-02-10multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva
2021-02-10multi-process: add proxy communication functionsElena Ufimtseva
2021-02-10multi-process: introduce proxy objectElena Ufimtseva
2021-02-10multi-process: setup memory manager for remote deviceJagannathan Raman
2021-02-10multi-process: Associate fd of a PCIDevice with its objectJagannathan Raman