aboutsummaryrefslogtreecommitdiff
path: root/samples/server.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-09remove vfu_irq_message() (#389)John Levon1-8/+2
2021-02-18use sizeof() consistently (#351)John Levon1-4/+4
2021-02-10don't expose -errno in public API (#327)John Levon1-8/+11
2021-02-10expose migration region (#305)Thanos Makatos1-21/+63
2021-02-04client/server: misc comments (#304)Thanos Makatos1-1/+12
2021-01-28client/server: disarm timer when device is stopped (#276)Thanos Makatos1-0/+5
2021-01-28simplify client/server pre-copy phase by always copying entire BAR1 (#273)Thanos Makatos1-88/+43
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 Makatos1-0/+16
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 Makatos1-53/+104
2021-01-21Misc fixes for DMA_MAP region prot (#233)swapnili1-1/+3
2021-01-04re-work PCI config setup API (#198)John Levon1-6/+5
2021-01-04pass vfu_ctx_t to callbacks (#222)John Levon1-40/+39
2020-12-15send file descriptors for sparse areas in get region info (#201)Thanos Makatos1-10/+9
2020-12-14return region capabilities a la VFIO (#187)Thanos Makatos1-4/+10
2020-12-14don't leak memory in server sampleThanos Makatos1-0/+1
2020-12-10Drop vfu_ctx_drive() and use vfu_ctx_poll() (#178)swapnili1-1/+1
2020-12-08Misc fixes for vfu_ctx_try_attach() and vfu_realize_ctx() (#175)swapnili1-0/+10
2020-12-02replace struct vfu_mmap_area with struct iovecThanos Makatos1-3/+3
2020-12-02rename VFU_REG_FLAG_* (#145)John Levon1-2/+2
2020-12-02use log level defines from syslogThanos Makatos1-8/+8
2020-12-02introduce PCI typesThanos Makatos1-1/+2
2020-12-02introduce device typeThanos Makatos1-1/+2
2020-11-30Misc cleanup (#138)swapnili1-1/+1
2020-11-30Update API's to accept sparse mmap areas as array and its count (#134)swapnili1-16/+8
2020-11-27rename to libvfio-user (#128)John Levon1-59/+60
2020-11-25PCI regions idx enum renamed to start with LM_PCI (#125)swapnili1-2/+2
2020-11-25Split log setup from lm_create_ctx() to lm_setup_log() (#126)swapnili1-1/+6
2020-11-24Api refactoring (#115)swapnili1-46/+59
2020-11-24clean up headersJohn Levon1-4/+4
2020-11-23silence false positive Coverity warningThanos Makatos1-0/+1
2020-11-23fix printf argsThanos Makatos1-2/+2
2020-11-20don't expose migration as regionThanos Makatos1-17/+11
2020-11-20drop pci_info from lm_ctxThanos Makatos1-0/+3
2020-11-19enable assert() in release builds (#98)John Levon1-3/+6
2020-11-19refactor socket code into lib/tran_sock.[ch] (#97)John Levon1-1/+2
2020-11-18samples/server.c: add _GNU_SOURCE for aligned_alloc()John Levon1-0/+1
2020-11-18implement migration resuming on destination serverThanos Makatos1-17/+109
2020-11-18samples/server: use err/errx for simplicityThanos Makatos1-29/+17
2020-11-18client/server sample: trigger IRQ based on alarmThanos Makatos1-6/+13
2020-11-18small cleanups post-muser.ko removalJohn Levon1-3/+2
2020-11-17Fix compiler errors for non-dbg buildSwapnil Ingle1-9/+19
2020-11-13samples/server: don't complain for failure when device reaches stopped migrat...Thanos Makatos1-1/+1
2020-11-12Fix issues pointed by CFLAGS "-Wall -Werror -Wextra"Swapnil Ingle1-13/+19
2020-11-05experimental support for running the device state and copy iteration protocolThanos Makatos1-3/+73
2020-10-29support for live migration region and dirty page loggingThanos Makatos1-2/+21
2020-10-26samples/server: don't print invalid errno when failing to realize device emul...Thanos Makatos1-1/+2