aboutsummaryrefslogtreecommitdiff
path: root/test/mocks.c
AgeCommit message (Expand)AuthorFilesLines
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