aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-27Add support for VFIO_DMA_UNMAP_FLAG_ALL flag (#600)Swapnil Ingle6-2/+80
2021-08-26Fix err path of handle_dma_unmap() (#597)Swapnil Ingle3-5/+93
2021-08-20pytests for vfu_dma_{map, unmap}_sg (#596)Swapnil Ingle4-92/+145
2021-08-19dma: cleanup dma_{map,unmap}_sg (#591)Swapnil Ingle2-30/+78
2021-08-19docs/vfio-user.rst: Fix typo (#592)Swapnil Ingle1-1/+1
2021-08-18improve README, mention vIOMMU (#590)John Levon1-36/+50
2021-08-18improve API docs a little bit (#587)John Levon2-10/+20
2021-08-17fix dma_{map,unmap}_sg() array handling (#586)John Levon2-15/+15
2021-07-29change verbosity of some PCI config space accesses (#584)Thanos Makatos1-18/+18
2021-07-14check for valid vfu_setup_region() flags (#579)John Levon3-10/+30
2021-07-14check vfu_run_ctx() in python tests (#582)John Levon1-6/+9
2021-07-13add VFU_REGION_FLAG_ALWAYS_CB to receive callback always (#583)Jag Raman4-2/+48
2021-07-12basic write support for PXLC, PXSC, PXRS, and PXSC2 (#575)Thanos Makatos2-4/+50
2021-07-12ignore writes to some RO registers in PCI config space (#576)Thanos Makatos1-4/+12
2021-07-09exclude build dir in ctags (#577)Thanos Makatos1-0/+1
2021-06-30return process request count in vfu_run_ctx() (#574)John Levon4-23/+16
2021-06-22disable EROM (#572)Thanos Makatos1-0/+2
2021-06-22PCI: handle cache line register (#573)Thanos Makatos1-0/+5
2021-06-22split writes to PCI header (#569)Thanos Makatos1-20/+61
2021-06-18superficially handle Device Control 2 and Link Control 2 (#568)Thanos Makatos4-4/+78
2021-06-18fix print (#567)Thanos Makatos1-2/+2
2021-06-10dma: Fix returned sg array (#564)Swapnil Ingle2-12/+40
2021-06-10Fix make CFLAGS="-DNDEBUG" failure (#563)Ivan Efremov1-0/+3
2021-06-10python tests: add msg() utility function (#562)John Levon9-271/+98
2021-06-09clear dirty pages bitmap after getting dirty pages but keep mapped segments d...Thanos Makatos8-108/+244
2021-06-09test_device_set_irqs: fix bool test (#561)John Levon1-0/+2
2021-06-09Make pytest succeed even if python-3-pytest is not installed (#556)Ivan Efremov1-0/+4
2021-06-09Add valgrind build requirement for running tests (e.g. 'make test')Ivan Efremov1-0/+1
2021-06-09don't allow portion of DMA region to be removed (#560)Thanos Makatos1-2/+1
2021-06-09spec: require DMA unmap to match exactly previous mapping (#559)Thanos Makatos1-1/+2
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos8-29/+20
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon9-195/+304
2021-06-02clean up migration register definitions (#550)John Levon6-87/+70
2021-06-01check spec with rst-lint (#549)John Levon1-0/+2
2021-06-01limit max DMA region size (#545)John Levon8-10/+129
2021-06-01samples/client: free bitmap data (#547)John Levon1-0/+2
2021-06-01samples/client: check for reply cmd value (#546)John Levon1-5/+2
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon13-268/+662
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