qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/4] whpx: Fixes include of whp-dispatch.h in whpx.h


From: Yonggang Luo
Subject: [PATCH 3/4] whpx: Fixes include of whp-dispatch.h in whpx.h
Date: Wed, 6 Jan 2021 21:38:24 -0800

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 include/sysemu/whpx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sysemu/whpx.h b/include/sysemu/whpx.h
index 9346fd92e9..0e6c9faaf6 100644
--- a/include/sysemu/whpx.h
+++ b/include/sysemu/whpx.h
@@ -15,7 +15,7 @@
 
 #ifdef CONFIG_WHPX
 
-#include "whp-dispatch.h"
+#include "target/i386/whpx/whp-dispatch.h"
 
 struct whpx_state {
     uint64_t mem_quota;
-- 
2.29.2.windows.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]