aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-05-15 00:28:48 +0100
committerGitHub <noreply@github.com>2021-05-15 00:28:48 +0100
commit4a78ad318a82f564e9cd708a57ad804265987a86 (patch)
tree29f0625a9aaeab47d8e6661dacefe801a5850d94 /lib/private.h
parent8aeb1195af036961b4c9b0dcbcc69024042f8624 (diff)
downloadlibvfio-user-4a78ad318a82f564e9cd708a57ad804265987a86.zip
libvfio-user-4a78ad318a82f564e9cd708a57ad804265987a86.tar.gz
libvfio-user-4a78ad318a82f564e9cd708a57ad804265987a86.tar.bz2
python tests: add VFIO_USER_DEVICE_GET_INFO (#454)
Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib/private.h')
-rw-r--r--lib/private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private.h b/lib/private.h
index b397612..97b2469 100644
--- a/lib/private.h
+++ b/lib/private.h
@@ -178,9 +178,6 @@ int
handle_dma_map_or_unmap(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg);
int
-handle_device_get_info(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg);
-
-int
handle_device_get_region_info(vfu_ctx_t *vfu_ctx, vfu_msg_t *msg);
MOCK_DECLARE(int, handle_dirty_pages, vfu_ctx_t *vfu_ctx, vfu_msg_t *msg);