aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-30bump MAX_DMA_REGIONS (#800)HEADmasterJohn Levon1-1/+1
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson1-14/+0
2023-01-03fix FLR reset callback (#729)John Levon1-2/+2
2022-11-22allow shadow memory offset per shadow ioeventfd (#703)Thanos Makatos1-1/+2
2022-10-04fix compilation for i386 and ppc64 (#709)Thanos Makatos1-0/+4
2022-07-04support for shadow ioeventfd (#698)Thanos Makatos1-0/+1
2022-06-07irq: inform device of IRQ mask & unmask via callback (#694)Jag Raman1-0/+1
2022-04-21support AFL++ fuzzing (#623)John Levon1-25/+1
2022-04-19use struct iovec for grouping buffer and length (#658)Thanos Makatos1-14/+8
2022-03-07check for allowed operations in quiesce state (#647)Thanos Makatos1-0/+11
2022-03-02improve region access debugging (#653)John Levon1-3/+0
2021-12-01refactor process_request() (#633)John Levon1-3/+0
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-4/+27
2021-10-05make migration state callback optionally asynchronous (#608)Thanos Makatos1-0/+2
2021-09-08initial ioeventfd support (#601)JAKelly101-0/+12
2021-06-30return process request count in vfu_run_ctx() (#574)John Levon1-2/+0
2021-06-02replace max_msg_size with max_data_xfer_size (#541)John Levon1-1/+10
2021-06-01limit max DMA region size (#545)John Levon1-1/+9
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-6/+0
2021-05-28restore argsz for DMA map/unmap (#523)Thanos Makatos1-2/+2
2021-05-26improve request header handlingJohn Levon1-7/+6
2021-05-26don't support multiple DMA regions per map/unmap (#520)Thanos Makatos1-1/+6
2021-05-24fix region offset handling (#485)John Levon1-0/+2
2021-05-20migration: various dirty page tracking fixes (#457)Thanos Makatos1-0/+7
2021-05-15python tests: add VFIO_USER_DEVICE_GET_INFO (#454)John Levon1-3/+0
2021-05-04refactor message handling path (#376)John Levon1-58/+54
2021-04-15remove vfu_get_region_info() (#444)John Levon1-3/+0
2021-04-14libvfio-user.c: use ERROR_INT() (#433)John Levon1-1/+1
2021-04-14hard-code migration region index (#441)John Levon1-1/+0
2021-04-13dma: use ERROR_INT()John Levon1-2/+6
2021-03-31rework DMA callbacks (#396)John Levon1-9/+27
2021-03-25re-work unit test mocking (#400)John Levon1-12/+12
2021-03-23add -Wmissing-declarations (#399)John Levon1-23/+18
2021-03-10fix IRQ disable path (#386)John Levon1-9/+5
2021-02-18unit test exec_command and friends w.r.t. migration device state (#346)Thanos Makatos1-0/+6
2021-02-16fix DEVICE_GET_INFO specification and handling (#344)John Levon1-1/+2
2021-02-15add vfu_get_poll_fd() (#322)John Levon1-0/+3
2021-02-15make file descriptors private to the transport (#321)John Levon1-2/+1
2021-02-11move exec_command socket handling into the transport (#320)John Levon1-0/+3
2021-02-11tiny rename of vfu_ctx_t::trans -> tran (#315)John Levon1-1/+1
2021-02-11introduce transport reply() handler (#313)John Levon1-0/+4
2021-02-10API error return converged to one func (#325)swapnili1-1/+8
2021-02-09introduce transport send_msg() handler (#314)John Levon1-0/+6
2021-02-04close listening socket in vfu_destroy_ctx() (#299)John Levon1-4/+7
2021-01-20support extended capabilities (#226)John Levon1-0/+2
2021-01-20add whole-region mmap area for vfu_setup_region() (#225)John Levon1-6/+2
2021-01-20re-work API for adding capabilities (#200)John Levon1-17/+9
2021-01-07re-work access handling (#220)John Levon1-26/+3
2021-01-04move PCI-specific code to pci.c (#219)John Levon1-2/+21
2020-12-15send file descriptors for sparse areas in get region info (#201)Thanos Makatos1-7/+4