aboutsummaryrefslogtreecommitdiff
path: root/lib/muser_priv.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-27rename to libvfio-user (#128)John Levon1-217/+0
2020-11-27add unit tests for DMA regions without file descriptorThanos Makatos1-0/+4
2020-11-25introduce cmocka unit test framework and first unit testThanos Makatos1-0/+5
2020-11-24Api refactoring (#115)swapnili1-5/+33
2020-11-24clean up headersJohn Levon1-5/+7
2020-11-20don't expose migration as regionThanos Makatos1-1/+3
2020-11-20drop pci_info from lm_ctxThanos Makatos1-1/+2
2020-11-20move migration into separate fileThanos Makatos1-16/+2
2020-11-19refactor socket code into lib/tran_sock.[ch] (#97)John Levon1-40/+74
2020-11-18implement new negotiation implementationJohn Levon1-6/+2
2020-11-18don't assert on error, instead respond with the relevant bit setThanos Makatos1-1/+1
2020-11-12Fix issues pointed by CFLAGS "-Wall -Werror -Wextra"Swapnil Ingle1-0/+2
2020-11-11drop the kernel moduleThanos Makatos1-2/+68
2020-10-29support for live migration region and dirty page loggingThanos Makatos1-7/+22
2020-09-29introduce convinience function send_recv_vfio_user_msgThanos Makatos1-0/+7
2020-09-25implement VFIO_USER_DEVICE_GET_IRQ_INFOThanos Makatos1-1/+5
2020-09-24implement VFIO_USER_DMA_MAPThanos Makatos1-2/+4
2020-09-23start handling MAP_DMA, FDs not yet receivedThanos Makatos1-0/+4
2020-09-23refactor send/recv of message plus fixesThanos Makatos1-0/+11
2019-11-07enable -Wall, -Wextra, and -Werror and fix all warningsThanos Makatos1-1/+1
2019-11-04Standardise function signaturesFelipe Franciosi1-5/+6
2019-11-02Fix various guard issuesFelipe Franciosi1-0/+4
2019-11-02Add missing headersFelipe Franciosi1-0/+32
2019-11-02Fix various format issuesFelipe Franciosi1-2/+2
2019-09-05remove unnecessary loop for retrieving regionThanos Makatos1-1/+1
2019-09-05fix offset to (region ID) * (1 << 40)Thanos Makatos1-0/+3
2019-09-05move lm_get_region_info into private headerThanos Makatos1-0/+1
2019-09-05introduce private header fileThanos Makatos1-0/+7