aboutsummaryrefslogtreecommitdiff
path: root/lib/irq.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-19use struct iovec for grouping buffer and length (#658)Thanos Makatos1-16/+16
2021-05-28hide non-ABI symbols (#538)John Levon1-1/+1
2021-05-25more spec updates (#491)John Levon1-4/+3
2021-05-24python tests: add VFIO_USER_DEVICE_SET_IRQS (#473)John Levon1-14/+18
2021-05-20validate_irq_subindex: skip check of vfu_ctx pointer (#499)John Levon1-4/+2
2021-05-04refactor message handling path (#376)John Levon1-36/+38
2021-04-13tran_sock: use ERROR_INT() (#431)John Levon1-1/+0
2021-04-13drop use of __u* types (#438)John Levon1-3/+3
2021-04-13irq.c: use ERROR_INT() (#429)John Levon1-8/+8
2021-04-13dma: use ERROR_INT()John Levon1-0/+2
2021-04-07clean up newlines in logs (#423)John Levon1-3/+3
2021-04-07mark vfu_log() with format attribute (#426)John Levon1-1/+1
2021-04-06vfu_reset_ctx(): tear down DMA and IRQs (#418)John Levon1-0/+21
2021-03-31irqs_disable() can return void (#407)John Levon1-5/+3
2021-03-31rework DMA callbacks (#396)John Levon1-2/+2
2021-03-29don't access invalid array index (#405)Thanos Makatos1-4/+4
2021-03-10fix IRQ disable path (#386)John Levon1-163/+130
2021-03-09remove vfu_irq_message() (#389)John Levon1-22/+0
2021-02-24ignore VFIO_IRQ_SET_DATA_NONE (#364)Thanos Makatos1-0/+10
2021-02-18use sizeof() consistently (#351)John Levon1-3/+3
2021-02-11tiny rename of vfu_ctx_t::trans -> tran (#315)John Levon1-4/+4
2021-02-10API error return converged to one func (#325)swapnili1-20/+10
2021-02-10expose migration region (#305)Thanos Makatos1-0/+1
2021-02-09introduce transport send_msg() handler (#314)John Levon1-4/+4
2021-02-05use tran_sock_*() namespace (#308)John Levon1-4/+4
2021-02-04fix vfio_irq_idx_to_str() (#309)John Levon1-10/+11
2020-12-02use log level defines from syslogThanos Makatos1-22/+22
2020-12-01drop unnecessary restore_fdThanos Makatos1-8/+6
2020-12-01make consume_fd to return the fd it consumesThanos Makatos1-2/+6
2020-12-01introduce consume_fd to simplify tracking of passed file descriptorsThanos Makatos1-6/+7
2020-12-01remove obsolete FIXMEThanos Makatos1-1/+0
2020-12-01don't leak passed file descriptors on failureThanos Makatos1-2/+8
2020-11-30Misc cleanup (#138)swapnili1-2/+3
2020-11-27rename to libvfio-user (#128)John Levon1-82/+86
2020-11-24Api refactoring (#115)swapnili1-20/+20
2020-11-24refactor sock send/recv functions (#114)John Levon1-4/+4
2020-11-23move IRQ into separate fileThanos Makatos1-0/+429