diff options
| author | Justin Terry (VM) via Qemu-devel | 2018-02-26 18:13:29 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2018-03-06 14:01:28 +0100 |
| commit | 53537bb18ca68471a1c738eed93cce646fd97194 (patch) | |
| tree | 1cdca5bb7578e74f3eb18b9cc4cf3b4304d2e54e /target | |
| parent | Revert "build-sys: compile with -Og or -O1 when --enable-debug" (diff) | |
| download | qemu-53537bb18ca68471a1c738eed93cce646fd97194.tar.gz qemu-53537bb18ca68471a1c738eed93cce646fd97194.tar.xz qemu-53537bb18ca68471a1c738eed93cce646fd97194.zip | |
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) <juterry@microsoft.com>
Message-Id: <1519665216-1078-2-git-send-email-juterry@microsoft.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Justin Terry (VM) via Qemu-devel <qemu-devel@nongnu.org>
Diffstat (limited to 'target')
| -rw-r--r-- | target/i386/whpx-all.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/i386/whpx-all.c b/target/i386/whpx-all.c index 0015b27509..eeee43e187 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 <winhvplatform.h> -#include <winhvemulation.h> +#include <WinHvPlatform.h> +#include <WinHvEmulation.h> struct whpx_state { uint64_t mem_quota; |
