aboutsummaryrefslogtreecommitdiffstats
path: root/hw/remote/vfio-user-obj.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/remote/vfio-user: Fix config space access byte orderMattias Nissler2024-05-081-2/+2
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-1/+1
* vfio-user: update commentsJagannathan Raman2023-06-071-3/+11
* hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow2023-01-131-2/+2
* 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
* vfio-user: handle reset of remote deviceJagannathan Raman2022-06-151-0/+20
* vfio-user: handle device interruptsJagannathan Raman2022-06-151-0/+167
* vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-151-0/+190
* vfio-user: handle DMA mappingsJagannathan Raman2022-06-151-0/+55
* vfio-user: handle PCI config space accessesJagannathan Raman2022-06-151-0/+51
* 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-151-0/+210