]> Git Repo - qemu.git/blobdiff - hw/xen.h
hw/exynos4210_pwm.c: Fix STOP status in tick handler.
[qemu.git] / hw / xen.h
index 3ae4cd0f5c90d70b895c913cd4bbaccee74b8d2f..e5926b7b8ad52a573bd1124b524733e585f92fac 100644 (file)
--- a/hw/xen.h
+++ b/hw/xen.h
@@ -57,14 +57,4 @@ void xen_register_framebuffer(struct MemoryRegion *mr);
 #  define HVM_MAX_VCPUS 32
 #endif
 
-static inline int xen_msi_support(void)
-{
-#if defined(CONFIG_XEN_CTRL_INTERFACE_VERSION) \
-    && CONFIG_XEN_CTRL_INTERFACE_VERSION >= 420
-    return xen_enabled();
-#else
-    return 0;
-#endif
-}
-
 #endif /* QEMU_HW_XEN_H */
This page took 0.026191 seconds and 4 git commands to generate.