aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-16fix DEVICE_GET_INFO specification and handling (#344)John Levon4-37/+51
2021-02-16support live migration in GPIO sample (#324)Thanos Makatos1-3/+84
2021-02-15implement server-side max_msg_size (#323)John Levon1-4/+15
2021-02-15add vfu_get_poll_fd() (#322)John Levon4-81/+113
2021-02-15make file descriptors private to the transport (#321)John Levon5-46/+121
2021-02-15rename fedora workflow (#339)John Levon2-2/+2
2021-02-15handle VFIO_USER_DIRTY_PAGES in stopped and stop-and-copy states (#335)Thanos Makatos2-9/+9
2021-02-15ack dirty page commands w/o DMA controller (#334)Thanos Makatos1-2/+7
2021-02-11move exec_command socket handling into the transport (#320)John Levon3-104/+135
2021-02-11tiny rename of vfu_ctx_t::trans -> tran (#315)John Levon4-25/+25
2021-02-11introduce transport reply() handler (#313)John Levon4-11/+26
2021-02-11CI: don't use development version of Fedora (#336)Thanos Makatos1-2/+2
2021-02-10timeout github actions jobs after 5 minutes (#332)John Levon1-0/+4
2021-02-10don't expose -errno in public API (#327)John Levon5-25/+38
2021-02-10API error return converged to one func (#325)swapnili6-68/+71
2021-02-10fix pre-push build order (#326)John Levon1-4/+4
2021-02-10set VFIO_REGION_INFO_FLAG_CAPS for migration region (#319)Thanos Makatos2-7/+30
2021-02-10expose migration region (#305)Thanos Makatos10-88/+463
2021-02-09samples/client: fix confusion over region_info argsz (#318)John Levon1-2/+2
2021-02-09introduce transport send_msg() handler (#314)John Levon4-10/+28
2021-02-09remove recv_blocking() (#316)John Levon1-22/+3
2021-02-05use tran_sock_*() namespace (#308)John Levon8-190/+194
2021-02-04fix vfio_irq_idx_to_str() (#309)John Levon1-10/+11
2021-02-04open_sock(): remove stale comment (#307)John Levon1-4/+0
2021-02-04client/server: print number of FDs per region (#302)Thanos Makatos1-2/+4
2021-02-04client/server: misc comments (#304)Thanos Makatos1-1/+12
2021-02-04client/server: move mapping sparse areas to separate function (#301)Thanos Makatos1-14/+36
2021-02-04add AddressSanitizer run (#291)John Levon2-1/+17
2021-02-04close listening socket in vfu_destroy_ctx() (#299)John Levon4-15/+38
2021-02-04fix leaks in unit tests (#298)John Levon1-0/+26
2021-02-02define full PCI Express capability struct (#289)John Levon2-6/+117
2021-02-01test_process_command_free_passed_fds: fix fd array size (#294)John Levon1-0/+1
2021-02-01samples/lspci: free vfu context (#293)John Levon1-0/+2
2021-02-01remove stale FIXME (#290)John Levon1-1/+0
2021-02-01CI: run client/server through Valgrind (#282)Thanos Makatos2-7/+9
2021-02-01run client/server sample in CI (#274)Thanos Makatos2-0/+14
2021-01-29CI: run apt-get update for Ubuntu 20 (#286)Thanos Makatos1-0/+1
2021-01-28install static library (#267)John Levon1-0/+3
2021-01-28client/server: don't sleep before migrating (#281)Thanos Makatos1-8/+0
2021-01-28use unique errno when recv msg ID doesn't match (#280)Thanos Makatos1-1/+1
2021-01-28client/server: arm timer for a little longer (#283)Thanos Makatos1-3/+3
2021-01-28client/server: don't leak memory in client (#285)Thanos Makatos1-0/+6
2021-01-28don't leak FDs after response (#284)Thanos Makatos1-1/+1
2021-01-28client/server: make number of migration iterations deterministic (#277)Thanos Makatos1-10/+3
2021-01-28client/server: disarm timer when device is stopped (#276)Thanos Makatos1-0/+5
2021-01-28client/server: don't sleep for fake guest thread (#275)Thanos Makatos1-3/+0
2021-01-28simplify client/server pre-copy phase by always copying entire BAR1 (#273)Thanos Makatos2-110/+53
2021-01-27allow device to specify data_offset when resuming (#272)Thanos Makatos3-49/+45
2021-01-27fix obsolete reference to muser (#268)Thanos Makatos1-2/+2
2021-01-27implement fake guest thread in client/server live migration sample (#264)Thanos Makatos3-21/+130