aboutsummaryrefslogtreecommitdiff
path: root/samples/gpio-pci-idio-16.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson1-46/+8
2022-08-08delete socket on vfu_ctx_destroy (#702)Thanos Makatos1-0/+3
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-2/+1
2021-05-28gpio: optionally disable migration (#536)Thanos Makatos1-10/+16
2021-05-24fix region offset handling (#485)John Levon1-2/+2
2021-05-21gpio-pci-idio-16: default to keep running (#470)John Levon1-7/+18
2021-04-13tran_sock: use ERROR_INT() (#431)John Levon1-1/+0
2021-04-13drop use of __u* types (#438)John Levon1-7/+8
2021-04-08Fix compiler error comparison is always true (#434)Michael Piszczek1-1/+1
2021-03-31rework DMA callbacks (#396)John Levon1-14/+7
2021-03-23add -Wmissing-declarations (#399)John Levon1-1/+1
2021-03-01optionally enable DMA controller in GPIO sample (#375)Thanos Makatos1-2/+25
2021-02-16support live migration in GPIO sample (#324)Thanos Makatos1-3/+84
2021-02-10don't expose -errno in public API (#327)John Levon1-8/+4
2021-01-04re-work PCI config setup API (#198)John Levon1-7/+5
2021-01-04pass vfu_ctx_t to callbacks (#222)John Levon1-3/+3
2020-12-15send file descriptors for sparse areas in get region info (#201)Thanos Makatos1-1/+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-07setup an IRQ for the gpio sample server (#169)John Levon1-0/+5
2020-12-02rename VFU_REG_FLAG_* (#145)John Levon1-1/+1
2020-12-02use log level defines from syslogThanos Makatos1-2/+2
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-1/+1
2020-11-27rename to libvfio-user (#128)John Levon1-18/+18
2020-11-25PCI regions idx enum renamed to start with LM_PCI (#125)swapnili1-1/+1
2020-11-25Split log setup from lm_create_ctx() to lm_setup_log() (#126)swapnili1-2/+6
2020-11-24fix compile with gcc 4.8.5John Levon1-4/+4
2020-11-24Api refactoring (#115)swapnili1-19/+23
2020-11-24clean up headersJohn Levon1-3/+3
2020-11-19enable assert() in release builds (#98)John Levon1-6/+12
2020-11-19refactor socket code into lib/tran_sock.[ch] (#97)John Levon1-1/+2
2020-11-18small cleanups post-muser.ko removalJohn Levon1-8/+5
2020-11-17Fix compiler errors for non-dbg buildSwapnil Ingle1-4/+1
2020-11-12Fix issues pointed by CFLAGS "-Wall -Werror -Wextra"Swapnil Ingle1-4/+5
2020-09-28implement VFIO_USER_DEVICE_SET_IRQSThanos Makatos1-14/+0
2020-09-24implement VFIO_USER_DMA_MAPThanos Makatos1-0/+13
2020-09-23refactor send/recv of message plus fixesThanos Makatos1-2/+4
2020-09-23drop newline from gpio logging functionThanos Makatos1-1/+1
2020-07-20update gpio's command lineThanos Makatos1-1/+1
2020-07-06pass log level to log functionThanos Makatos1-1/+1
2020-03-25trap SIGINT in gpio sampleThanos Makatos1-2/+26
2020-03-25introduce vfio-over-socket transportThanos Makatos1-3/+29
2020-02-25gpio sample: print error message when device UUID is missingThanos Makatos1-4/+10
2019-11-20print error if device emulation fails in GPIO sampleThanos Makatos1-1/+7
2019-11-02Add missing headersFelipe Franciosi1-0/+33
2019-09-05introduce gpio sampleThanos Makatos1-0/+37