aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-24clean up headersJohn Levon4-13/+13
2020-11-24refactor sock send/recv functions (#114)John Levon1-69/+85
2020-11-24parse VFIO_USER_VERSION JSON stanzaJohn Levon2-19/+25
2020-11-23silence false positive Coverity warningThanos Makatos1-0/+1
2020-11-23don't ignore return value from functionThanos Makatos1-2/+6
2020-11-23fix printf argsThanos Makatos1-2/+2
2020-11-20don't expose migration as regionThanos Makatos2-47/+51
2020-11-20drop pci_info from lm_ctxThanos Makatos2-0/+15
2020-11-20don't assume debug build for running server sampleThanos Makatos1-5/+12
2020-11-20move migration into separate fileThanos Makatos1-1/+1
2020-11-19enable assert() in release builds (#98)John Levon2-9/+18
2020-11-19refactor socket code into lib/tran_sock.[ch] (#97)John Levon5-6/+29
2020-11-18implement new negotiation implementationJohn Levon1-24/+94
2020-11-18samples/server.c: add _GNU_SOURCE for aligned_alloc()John Levon1-0/+1
2020-11-18implement migration resuming on destination serverThanos Makatos2-78/+328
2020-11-18samples/server: replace fprintf(stdout, ...) with printf for simplicityThanos Makatos1-7/+7