From 53537bb18ca68471a1c738eed93cce646fd97194 Mon Sep 17 00:00:00 2001 From: "Justin Terry (VM) via Qemu-devel" Date: Mon, 26 Feb 2018 09:13:29 -0800 Subject: Fixing WHPX casing to match SDK Fixes an issue where the SDK that was releases had a different casing for the *.h and *.lib files causing a build break if linked directly from Windows Kits. Signed-off-by: Justin Terry (VM) Message-Id: <1519665216-1078-2-git-send-email-juterry@microsoft.com> Signed-off-by: Paolo Bonzini Signed-off-by: Justin Terry (VM) via Qemu-devel --- target/i386/whpx-all.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/i386') diff --git a/target/i386/whpx-all.c b/target/i386/whpx-all.c index 0015b27..eeee43e 100644 --- a/target/i386/whpx-all.c +++ b/target/i386/whpx-all.c @@ -26,8 +26,8 @@ #include "qapi/error.h" #include "migration/blocker.h" -#include -#include +#include +#include struct whpx_state { uint64_t mem_quota; -- cgit v1.1