aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2021-04-06samples client/server: log more consistently (#420)John Levon2-25/+30
2021-03-31rework DMA callbacks (#396)John Levon2-37/+30
2021-03-23globally define _GNU_SOURCE (#401)John Levon2-2/+0
2021-03-23add -Wmissing-declarations (#399)John Levon2-8/+11
2021-03-09remove vfu_irq_message() (#389)John Levon2-52/+17
2021-03-02gpio-pci-idio-16: fix library dependency (#382)John Levon1-1/+1
2021-03-01use shared libvfio-user object for gpio sample (#372)Thanos Makatos1-1/+2
2021-03-01optionally enable DMA controller in GPIO sample (#375)Thanos Makatos1-2/+25
2021-02-18use sizeof() consistently (#351)John Levon2-40/+40
2021-02-16support live migration in GPIO sample (#324)Thanos Makatos1-3/+84
2021-02-10don't expose -errno in public API (#327)John Levon2-16/+15
2021-02-10expose migration region (#305)Thanos Makatos2-36/+75
2021-02-09samples/client: fix confusion over region_info argsz (#318)John Levon1-2/+2
2021-02-05use tran_sock_*() namespace (#308)John Levon1-53/+55
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