aboutsummaryrefslogtreecommitdiff
path: root/lib/libvfio-user.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23libvfio-user.h: sync VFIO_DEVICE_STATE_XXXX definitions with upstream (#690)Jag Raman1-1/+1
2022-05-12run scan-build in CI (#680)John Levon1-1/+1
2022-04-21support AFL++ fuzzing (#623)John Levon1-1/+14
2022-04-19use struct iovec for grouping buffer and length (#658)Thanos Makatos1-79/+79
2022-03-07check for allowed operations in quiesce state (#647)Thanos Makatos1-0/+41
2022-03-02improve region access debugging (#653)John Levon1-52/+49
2022-02-24additional logging around dirty pages (#650)Thanos Makatos1-0/+6
2022-01-17small get_request_header() cleanup (#637)John Levon1-9/+2
2021-12-22fix coverity issues (#636)John Levon1-0/+1
2021-12-09allow DMA funcs to be called in quiesced state (#635)Thanos Makatos1-2/+0
2021-12-01refactor process_request() (#633)John Levon1-174/+200
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-71/+181
2021-11-24check ->argsz for VFIO_USER_DIRTY_PAGES (#628)John Levon1-5/+12
2021-11-24fix dma unmap validation (#626)John Levon1-40/+57
2021-11-24is_valid_region_access(): account for wrap-around (#624)John Levon1-2/+1
2021-11-12don't assert in dev_get_caps() (#621)John Levon1-5/+6
2021-11-11Fix reply of VFIO_USER_DEVICE_GET_REGION_INFO (#619)Swapnil Ingle1-4/+8
2021-10-05make migration state callback optionally asynchronous (#608)Thanos Makatos1-14/+62
2021-09-28disable VFIO_USER_DEVICE_GET_REGION_IO_FDS on invalid region (#607)John Levon1-0/+5
2021-09-28fix issue with get_region_io_fds when fd = -1 (#606)John Levon1-5/+1
2021-09-08initial ioeventfd support (#601)JAKelly101-1/+181
2021-08-27Add support for VFIO_DMA_UNMAP_FLAG_ALL flag (#600)Swapnil Ingle1-1/+24
2021-08-26Fix err path of handle_dma_unmap() (#597)Swapnil Ingle1-5/+5
2021-07-14check for valid vfu_setup_region() flags (#579)John Levon1-5/+11
2021-07-13add VFU_REGION_FLAG_ALWAYS_CB to receive callback always (#583)Jag Raman1-2/+9
2021-06-30return process request count in vfu_run_ctx() (#574)John Levon1-7/+14
2021-06-18fix print (#567)Thanos Makatos1-2/+2
2021-06-09clear dirty pages bitmap after getting dirty pages but keep mapped segments d...Thanos Makatos1-53/+57
2021-06-09drop mappable flag from DMA map (#553)Thanos Makatos1-6/+7
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon1-56/+89
2021-06-01limit max DMA region size (#545)John Levon1-4/+3
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-53/+71
2021-05-28don't return non-zero caps for zero-sized regions (#543)Thanos Makatos1-3/+5
2021-05-28hide non-ABI symbols (#538)John Levon1-19/+19
2021-05-28restore argsz for DMA map/unmap (#523)Thanos Makatos1-39/+68
2021-05-26support VFIO_DMA_UNMAP_FLAG_GET_DIRTY_BITMAP (#521)Thanos Makatos1-5/+32
2021-05-26improve request header handlingJohn Levon1-10/+14
2021-05-26don't support multiple DMA regions per map/unmap (#520)Thanos Makatos1-67/+79
2021-05-25more spec updates (#491)John Levon1-11/+11
2021-05-24fix region offset handling (#485)John Levon1-16/+4
2021-05-20migration: various dirty page tracking fixes (#457)Thanos Makatos1-21/+42
2021-05-20python tests: add VFIO_USER_DEVICE_GET_REGION_INFO (#471)John Levon1-1/+1
2021-05-15python tests: add VFIO_USER_DEVICE_GET_INFO (#454)John Levon1-1/+1
2021-05-14Fix dma read write count (#497)Swapnil Ingle1-2/+2
2021-05-11some specification updates (#465)John Levon1-2/+2
2021-05-10fix dma unregister callback during region removal (#464)John Levon1-4/+5
2021-05-07don't close outgoing message fds (#472)John Levon1-6/+0
2021-05-04stop using struct vfio_device_info (#456)John Levon1-2/+2
2021-05-04refactor message handling path (#376)John Levon1-347/+314
2021-04-23handle_region_access(): fix error-path log message (#451)John Levon1-2/+2