aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-14return region capabilities a la VFIO (#187)Thanos Makatos1-0/+3
2020-12-14add unit test for device get info (#192)Thanos Makatos1-0/+4
2020-12-08Misc fixes for vfu_ctx_try_attach() and vfu_realize_ctx() (#175)swapnili1-1/+1
2020-12-07convert vfu_ctx->read to boolThanos Makatos1-1/+1
2020-12-07group PCI membersThanos Makatos1-3/+7
2020-12-07Remove obsolete comment (#167)swapnili1-2/+0
2020-12-07Remove sock_flags from struct vfu_ctx (#163)swapnili1-2/+0
2020-12-02replace struct vfu_mmap_area with struct iovecThanos Makatos1-1/+1
2020-12-02rename VFU_REG_FLAG_* (#145)John Levon1-2/+2
2020-12-02use log level defines from syslogThanos Makatos1-1/+1
2020-12-02introduce PCI typesThanos Makatos1-0/+1
2020-12-02introduce device typeThanos Makatos1-0/+1
2020-12-01make consume_fd to return the fd it consumesThanos Makatos1-2/+2
2020-12-01introduce consume_fd to simplify tracking of passed file descriptorsThanos Makatos1-2/+5
2020-12-01don't leak passed file descriptors on failureThanos Makatos1-2/+15
2020-11-30Update API's to accept sparse mmap areas as array and its count (#134)swapnili1-0/+5