aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/hyperv_testdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/hyperv_testdev.c')
-rw-r--r--hw/misc/hyperv_testdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/hyperv_testdev.c b/hw/misc/hyperv_testdev.c
index dbf4e7e4ab..33bbd286bc 100644
--- a/hw/misc/hyperv_testdev.c
+++ b/hw/misc/hyperv_testdev.c
@@ -90,7 +90,7 @@ static void sint_route_set_sint(HypervTestDev *dev,
sint_route = sint_route_find(dev, vp_index, sint);
- kvm_hv_sint_route_set_sint(sint_route->sint_route);
+ hyperv_sint_route_set_sint(sint_route->sint_route);
}
static uint64_t hv_test_dev_read(void *opaque, hwaddr addr, unsigned size)