aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-28don't return non-zero caps for zero-sized regions (#543)Thanos Makatos2-3/+83
2021-05-28hide non-ABI symbols (#538)John Levon7-28/+31
2021-05-28restore argsz for DMA map/unmap (#523)Thanos Makatos6-172/+226
2021-05-28gpio: optionally disable migration (#536)Thanos Makatos1-10/+16
2021-05-27Fix struct pxcap (#534)Swapnil Ingle6-11/+15
2021-05-27Cleanup and fix structs padding (#532)Swapnil Ingle4-91/+91
2021-05-27spec: allow exactly one DMA region to be added/removed per command (#530)Thanos Makatos1-45/+31
2021-05-26fix `make install` (#531)John Levon1-2/+3
2021-05-26support VFIO_DMA_UNMAP_FLAG_GET_DIRTY_BITMAP (#521)Thanos Makatos3-5/+80
2021-05-26remove a stale FIXME (#527)John Levon1-4/+0
2021-05-26python tests: add VFIO_USER_DEVICE_GET_IRQ_INFO (#500)John Levon2-0/+159
2021-05-26improve request header handlingJohn Levon9-152/+160
2021-05-26spec: allow transitioning from stopped/stop-and-copy to running state (#516)Thanos Makatos1-2/+2
2021-05-26don't support multiple DMA regions per map/unmap (#520)Thanos Makatos5-272/+128
2021-05-25cleanup some python tests (#482)John Levon4-128/+183
2021-05-25don't treat DMA segment as absolute when determining dirty page bit (#519)Thanos Makatos1-28/+2
2021-05-25log dirty pages for new DMA regions as well (#518)Thanos Makatos1-26/+48
2021-05-25more spec updates (#491)John Levon7-956/+881
2021-05-25add a gcov target (#498)John Levon4-26/+34
2021-05-25python tests: add vfu_irq_trigger() (#475)John Levon2-0/+92
2021-05-25Handle support of PCI FLR capability (#517)Swapnil Ingle4-6/+58
2021-05-25python tests: add vfu_setup_region() tests (#474)John Levon3-107/+130
2021-05-24python tests: add VFIO_USER_DEVICE_SET_IRQS (#473)John Levon4-225/+377
2021-05-24fix region offset handling (#485)John Levon10-98/+86
2021-05-21gpio-pci-idio-16: default to keep running (#470)John Levon1-7/+18
2021-05-20migration: various dirty page tracking fixes (#457)Thanos Makatos12-114/+416
2021-05-20python tests: add VFIO_USER_DEVICE_GET_REGION_INFO (#471)John Levon4-186/+319
2021-05-20validate_irq_subindex: skip check of vfu_ctx pointer (#499)John Levon1-4/+2
2021-05-20use cmake3 if available (#503)John Levon1-6/+4
2021-05-17fix DMA unmap dirty page bitmap section (#492)Thanos Makatos1-29/+38
2021-05-15python tests: add VFIO_USER_DEVICE_GET_INFO (#454)John Levon5-40/+94
2021-05-15move PCI capability testing to Python (#453)John Levon7-440/+758
2021-05-14Fix dma read write count (#497)Swapnil Ingle3-5/+5
2021-05-14enforce linear, squashed history in master branch (#496)John Levon1-2/+2
2021-05-14dma: Use correct len type (#479)Swapnil Ingle4-8/+29
2021-05-14Revert "Merge pull request #493 from swapnili/use-linux-vfio-header"John Levon3-1308/+61
2021-05-14Merge pull request #493 from swapnili/use-linux-vfio-headerSwapnil Ingle3-61/+1308
2021-05-11Use defines from linux-headers/linux/vfio.hSwapnil Ingle2-61/+1
2021-05-11Copy in v5.8 uapi/linux/vfio.hSwapnil Ingle1-0/+1307
2021-05-11some specification updates (#465)John Levon6-80/+84
2021-05-11samples/server: correct double mmap() (#483)John Levon1-5/+0
2021-05-10python tests: add vfu_create_ctx(), vfu_realize_ctx() (#448)John Levon4-132/+292
2021-05-10start python-based testing framework (#447)John Levon7-8/+421
2021-05-10fix dma unregister callback during region removal (#464)John Levon4-14/+28
2021-05-07don't close outgoing message fds (#472)John Levon1-6/+0
2021-05-04stop using struct vfio_device_info (#456)John Levon5-14/+25
2021-05-04refactor message handling path (#376)John Levon8-1187/+1142
2021-05-04fix ubuntu-18 CI (#462)John Levon1-0/+1
2021-05-04README: fix a small typo (#455)John Levon1-1/+1
2021-04-23correct PM capability definition (#452)John Levon2-12/+33