aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-09-18fix: minor memory bugs #784 William Henderson1-8/+2
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson8-703/+783
2023-09-15Pass server->client command over a separate socket pair (#762)Mattias Nissler4-16/+117
2023-08-31Construct server capabilities using json-c (#771)Mattias Nissler1-25/+106
2023-08-30Replace protocol header flags bit field with mask (#773)Mattias Nissler3-14/+14
2023-08-23fix: incorrect number of dirty pages printed (#766)William Henderson1-1/+1
2023-08-15Introduce close_safely helper function (#763)Mattias Nissler6-63/+49
2023-08-15Allow adding MSI capability via vfu_pci_add_capability (#758)Florian Freudiger1-0/+67
2023-08-08Fix MSI-X capability write logging opposite status (#759)Florian Freudiger1-3/+3
2023-07-03Fix address calculation for message-based DMA (#740)Mattias Nissler1-1/+1
2023-06-08fix err/req irq fd issue (#731)limiao-intel1-17/+46
2023-01-04allow -1 file descriptor for ioregionfd (#727)Thanos Makatos1-1/+14
2023-01-03fix FLR reset callback (#729)John Levon3-19/+27
2022-11-22vfu_pci_init: initialize PCI config space flags (#724)Thanos Makatos1-0/+1
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 Makatos2-8/+10
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 Makatos10-63/+102
2022-08-18make SGL error-checking DEBUG-only (#706)John Levon1-3/+11
2022-08-18avoid vfu_log() in SGL hot path (#705)John Levon1-0/+10
2022-08-08delete socket on vfu_ctx_destroy (#702)Thanos Makatos2-5/+9
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos2-3/+22
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 Raman3-2/+44
2022-05-30allow all LOG_* levels (#691)John Levon1-2/+1
2022-05-30allow concurrent dirty bitmap get (#677)John Levon3-15/+87
2022-05-27re-work SGL API (#675)John Levon3-52/+61
2022-05-27remove maps list from DMA controller (#674)John Levon2-42/+7
2022-05-27remove refcnt from region (#673)John Levon2-5/+0
2022-05-27re-work SG dirty tracking (#672)John Levon2-8/+52
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 Raman3-40/+40
2022-05-12run scan-build in CI (#680)John Levon2-1/+5
2022-05-09build: delete CMake build rulesDaniel P. Berrangé1-89/+0
2022-05-09build: introduce Meson build file rulesDaniel P. Berrangé1-0/+47
2022-04-28lib: export dma_sg_size symbol in library (#664)Daniel Berrangé1-1/+1
2022-04-21fix a small coverity complaint (#663)John Levon1-6/+0
2022-04-21support AFL++ fuzzing (#623)John Levon9-340/+1002
2022-04-19use struct iovec for grouping buffer and length (#658)Thanos Makatos4-124/+118
2022-03-07check for allowed operations in quiesce state (#647)Thanos Makatos4-0/+60
2022-03-02improve region access debugging (#653)John Levon3-60/+49
2022-02-25clarify when logging when device changes migration state (#649)Thanos Makatos1-1/+6
2022-02-24additional logging around dirty pages (#650)Thanos Makatos2-0/+30
2022-02-04ignore writes to RO MSI-X registers (#642)Thanos Makatos1-32/+19
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