aboutsummaryrefslogtreecommitdiff
path: root/hw/remote/vfio-user-obj.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08hw/remote/vfio-user: Fix config space access byte orderMattias Nissler1-2/+2
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-1/+1
2023-06-07vfio-user: update commentsJagannathan Raman1-3/+11
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow1-2/+2
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell1-1/+1
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster1-1/+0
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki1-8/+1
2022-06-15vfio-user: handle reset of remote deviceJagannathan Raman1-0/+20
2022-06-15vfio-user: handle device interruptsJagannathan Raman1-0/+167
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman1-0/+190
2022-06-15vfio-user: handle DMA mappingsJagannathan Raman1-0/+55
2022-06-15vfio-user: handle PCI config space accessesJagannathan Raman1-0/+51
2022-06-15vfio-user: run vfio-user contextJagannathan Raman1-1/+117
2022-06-15vfio-user: find and init PCI deviceJagannathan Raman1-0/+67
2022-06-15vfio-user: instantiate vfio-user contextJagannathan Raman1-0/+82
2022-06-15vfio-user: define vfio-user-server objectJagannathan Raman1-0/+210