aboutsummaryrefslogtreecommitdiff
path: root/lib/libvfio-user.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-29Support 64 bits and prefetchable BARs (#792)jfgd1-0/+11
2024-01-24Fix DMA message size calculation (#788)Mattias Nissler1-4/+5
2023-10-02fix VFIO_USER_DEVICE_GET_REGION_IO_FDS allocation (#785)John Levon1-4/+9
2023-09-18fix: minor memory bugs #784 William Henderson1-8/+2
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson1-195/+311
2023-08-30Replace protocol header flags bit field with mask (#773)Mattias Nissler1-2/+2
2023-08-15Introduce close_safely helper function (#763)Mattias Nissler1-15/+8
2023-07-03Fix address calculation for message-based DMA (#740)Mattias Nissler1-1/+1
2023-01-04allow -1 file descriptor for ioregionfd (#727)Thanos Makatos1-1/+14
2023-01-03fix FLR reset callback (#729)John Levon1-16/+24
2022-11-22add debugging to handle_device_get_region_io_fds (#723)Thanos Makatos1-0/+4
2022-11-22allow shadow memory offset per shadow ioeventfd (#703)Thanos Makatos1-7/+8
2022-11-16check spelling (#720)John Levon1-1/+1
2022-10-05add some unlikely (#717)Thanos Makatos1-13/+16
2022-10-05only call debug_region_access if in debug mode (#716)Thanos Makatos1-1/+9
2022-10-05don't duplicate FD in get region info (#715)Thanos Makatos1-9/+3
2022-10-04fix compilation for i386 and ppc64 (#709)Thanos Makatos1-31/+51
2022-08-18make SGL error-checking DEBUG-only (#706)John Levon1-3/+11
2022-08-08delete socket on vfu_ctx_destroy (#702)Thanos Makatos1-1/+1
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos1-3/+21
2022-06-09report function in quiesce_check_allowed() (#693)John Levon1-7/+10
2022-06-07irq: inform device of IRQ mask & unmask via callback (#694)Jag Raman1-0/+16
2022-05-30allow all LOG_* levels (#691)John Levon1-2/+1
2022-05-30allow concurrent dirty bitmap get (#677)John Levon1-2/+9
2022-05-27re-work SGL API (#675)John Levon1-22/+27
2022-05-27re-work SG dirty tracking (#672)John Levon1-2/+15
2022-05-27require quiesce for VFIO_USER_DIRTY_PAGES (#671)John Levon1-0/+3
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