aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio-user
AgeCommit message (Expand)AuthorFilesLines
2025-07-15hw/vfio-user: fix use of uninitialized variableJohn Levon1-5/+1
2025-07-15hw/vfio-user: wait for proxy close correctlyJohn Levon1-4/+6
2025-07-03vfio-user: do not register vfio-user container with cprMark Cave-Ayland1-10/+1
2025-06-26vfio-user: add coalesced posted writesJohn Levon5-0/+158
2025-06-26vfio-user: support posted writesJohn Levon4-6/+63
2025-06-26vfio-user: add 'x-msg-timeout' optionJohn Levon3-3/+10
2025-06-26vfio-user: implement VFIO_USER_DMA_READ/WRITEJohn Levon4-1/+223
2025-06-26vfio-user: implement VFIO_USER_DMA_MAP/UNMAPJohn Levon5-4/+257
2025-06-26vfio-user: implement VFIO_USER_DEVICE_RESETJohn Levon3-0/+35
2025-06-26vfio-user: set up container access to the proxyJohn Levon2-9/+36
2025-06-26vfio-user: forward MSI-X PBA BAR accesses to serverJohn Levon1-0/+64
2025-06-26vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*John Levon3-0/+165
2025-06-26vfio-user: set up PCI in vfio_user_pci_realize()John Levon1-0/+29
2025-06-26vfio-user: implement VFIO_USER_REGION_READ/WRITEJohn Levon3-0/+92
2025-06-26vfio-user: implement VFIO_USER_DEVICE_GET_REGION_INFOJohn Levon6-0/+103
2025-06-26vfio-user: implement VFIO_USER_DEVICE_GET_INFOJohn Levon8-7/+107
2025-06-26vfio-user: implement message send infrastructureJohn Levon5-2/+606
2025-06-26vfio-user: implement message receive infrastructureJohn Levon6-0/+498
2025-06-26vfio-user: connect vfio proxy to remote serverJohn Levon4-0/+264
2025-06-26vfio-user: add vfio-user class and containerJohn Levon5-0/+430