summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/hw/xen/xen_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/hw/xen/xen_common.h b/include/hw/xen/xen_common.h
index 3a5b5374e2..ec3ca566db 100644
--- a/include/hw/xen/xen_common.h
+++ b/include/hw/xen/xen_common.h
@@ -83,12 +83,6 @@ static inline XenXC xen_xc_interface_open(void *logger, void *dombuild_logger,
}
#endif
-static inline int xen_xc_hvm_inject_msi(XenXC xen_xc, domid_t dom,
- uint64_t addr, uint32_t data)
-{
- return xc_hvm_inject_msi(xen_xc, dom, addr, data);
-}
-
void destroy_hvm_domain(bool reboot);
/* shutdown/destroy current domain because of an error */