aboutsummaryrefslogtreecommitdiff
path: root/test/mocks.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-15adapt to VFIO live migration v2 (#782)William Henderson1-18/+2
2022-10-04fix compilation for i386 and ppc64 (#709)Thanos Makatos1-2/+2
2021-11-30introduce device quiesce callback (#609)Thanos Makatos1-2/+1
2021-06-30return process request count in vfu_run_ctx() (#574)John Levon1-13/+0
2021-06-01fixes for VFIO_USER_DIRTY_PAGES (#537)John Levon1-31/+0
2021-05-26improve request header handlingJohn Levon1-41/+0
2021-05-20migration: various dirty page tracking fixes (#457)Thanos Makatos1-0/+136
2021-05-04refactor message handling path (#376)John Levon1-53/+30
2021-04-13tran_sock: use ERROR_INT() (#431)John Levon1-3/+3
2021-04-13dma: use ERROR_INT()John Levon1-0/+1
2021-03-31rework DMA callbacks (#396)John Levon1-23/+19
2021-03-25re-work unit test mocking (#400)John Levon1-121/+121
2021-03-23add -Wmissing-declarations (#399)John Levon1-13/+5
2021-03-04don't munmap(2) unmapped DMA region (#384)Thanos Makatos1-0/+10
2021-03-01don't call user's unmap_dma callback when removing DMA region (#370)Thanos Makatos1-0/+19
2021-02-18use UNUSED consistently (#350)John Levon1-5/+5
2021-02-18unit test exec_command and friends w.r.t. migration device state (#346)Thanos Makatos1-3/+48
2021-02-17add unit tests for handle dirty pages w/o DMA (#348)Thanos Makatos1-1/+27
2021-02-10expose migration region (#305)Thanos Makatos1-1/+22
2021-02-05use tran_sock_*() namespace (#308)John Levon1-5/+5
2021-01-08Use prot flags sent by client to map dma regions (#227)swapnili1-2/+5
2020-12-15send file descriptors for sparse areas in get region info (#201)Thanos Makatos1-3/+8
2020-12-10Drop vfu_ctx_drive() and use vfu_ctx_poll() (#178)swapnili1-1/+15
2020-12-01don't leak passed file descriptors on failureThanos Makatos1-2/+77
2020-11-27add unit tests for DMA regions without file descriptorThanos Makatos1-0/+123