diff options
author | John Levon <john.levon@nutanix.com> | 2021-05-10 12:59:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 12:59:01 +0100 |
commit | b95c886ed23b4cc4c539030bf383b55aae8859a3 (patch) | |
tree | d032be6eff881d8ff69ea94a29b459546876d97a /test/unit-tests.c | |
parent | 12ee57e1101e7059361d41011211bc4e8aef20fc (diff) | |
download | libvfio-user-b95c886ed23b4cc4c539030bf383b55aae8859a3.zip libvfio-user-b95c886ed23b4cc4c539030bf383b55aae8859a3.tar.gz libvfio-user-b95c886ed23b4cc4c539030bf383b55aae8859a3.tar.bz2 |
fix dma unregister callback during region removal (#464)
There are two issues with the unregister callback:
- we were requiring the callback to be set when removing a region, but it's
only required if a consumer wants to map regions
- when we removed all regions (for example, on a reset), we weren't triggering
the callback
Signed-off-by: John Levon <john.levon@nutanix.com>
swapnil code review
add assert
Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'test/unit-tests.c')
0 files changed, 0 insertions, 0 deletions