aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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-01samples/lspci: free vfu context (#293)John Levon1-0/+2
2021-01-28client/server: don't sleep before migrating (#281)Thanos Makatos1-8/+0
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-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 Makatos1-10/+4
2021-01-27implement fake guest thread in client/server live migration sample (#264)Thanos Makatos3-21/+130
2021-01-26store BAR1 in pre-copy and BAR0 in stop-and-copy (#256)Thanos Makatos1-6/+17
2021-01-26drop data_size and migr_data (#245)Thanos Makatos1-20/+14
2021-01-26minor comments and assertions (#258)Thanos Makatos1-1/+3
2021-01-25add pre-copy phase in live migration example (#247)Thanos Makatos2-112/+248
2021-01-25don't assume specific message ID when negotiating (#248)Thanos Makatos1-5/+2
2021-01-25use unique message IDs in client sample (#255)Thanos Makatos1-10/+11
2021-01-25don't use uninitialized memory (#244)Thanos Makatos1-4/+7
2021-01-21Misc fixes for DMA_MAP region prot (#233)swapnili1-1/+3
2021-01-20support extended capabilities (#226)John Levon1-2/+34
2021-01-20re-work API for adding capabilities (#200)John Levon1-9/+19
2021-01-04re-work PCI config setup API (#198)John Levon5-29/+23
2021-01-04pass vfu_ctx_t to callbacks (#222)John Levon4-45/+44
2021-01-04remove Python bindings (#223)John Levon1-37/+0
2020-12-17Fix passing of recv_data (#214)swapnili1-1/+1
2020-12-16fix clang build (#210)John Levon1-12/+19
2020-12-15send file descriptors for sparse areas in get region info (#201)Thanos Makatos3-28/+48
2020-12-14return region capabilities a la VFIO (#187)Thanos Makatos2-48/+69
2020-12-14don't leak memory in server sampleThanos Makatos1-0/+1
2020-12-11add support PCI vendor-specific capabilityThanos Makatos1-3/+6
2020-12-10Drop vfu_ctx_drive() and use vfu_ctx_poll() (#178)swapnili3-3/+3
2020-12-08Misc fixes for vfu_ctx_try_attach() and vfu_realize_ctx() (#175)swapnili3-0/+30
2020-12-08build a static libvfio-user (#173)John Levon1-6/+6
2020-12-07lspci: fix build with gcc 4 (#172)John Levon1-4/+4
2020-12-07add lspci sampleThanos Makatos2-0/+81
2020-12-07setup an IRQ for the gpio sample server (#169)John Levon1-0/+5
2020-12-02replace struct vfu_mmap_area with struct iovecThanos Makatos1-3/+3
2020-12-02rename VFU_REG_FLAG_* (#145)John Levon2-3/+3
2020-12-02use log level defines from syslogThanos Makatos4-13/+13
2020-12-02introduce PCI typesThanos Makatos3-2/+11
2020-12-02introduce device typeThanos Makatos3-3/+6
2020-11-30Misc cleanup (#138)swapnili3-3/+3
2020-11-30Update API's to accept sparse mmap areas as array and its count (#134)swapnili2-17/+9
2020-11-27rename to libvfio-user (#128)John Levon6-177/+178
2020-11-25PCI regions idx enum renamed to start with LM_PCI (#125)swapnili3-7/+7
2020-11-25Split log setup from lm_create_ctx() to lm_setup_log() (#126)swapnili3-5/+18
2020-11-24fix compile with gcc 4.8.5John Levon1-4/+4
2020-11-24Api refactoring (#115)swapnili4-73/+89