aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2009-03-12 11:09:12 +0200
committerAvi Kivity <avi@redhat.com>2009-03-12 11:09:12 +0200
commit998e4d2f598ff44d00f64d528939bfd39ca11a6c (patch)
treedf1d8b88c98b269f434681d313dc6d58db2c4a3e /sysemu.h
parentMerge branch 'qemu-cvs' (diff)
parentRevert r6404 (diff)
downloadqemu-kvm-998e4d2f598ff44d00f64d528939bfd39ca11a6c.tar.gz
qemu-kvm-998e4d2f598ff44d00f64d528939bfd39ca11a6c.tar.bz2
qemu-kvm-998e4d2f598ff44d00f64d528939bfd39ca11a6c.zip
Merge branch 'qemu-cvs'
* qemu-cvs: (37 commits) Revert r6404 Revert r6405 Revert r6406 Revert r6407 Revert r6408 tcg: move {not,neg}_i{32,64} definitions at the right place tcg: fix commit r6805 Clean build: Add bt-host.h tcg-arm: fix qemu_ld64 tcg: update TODO tcg/x86: add not/neg/extu/bswap/rot i32 ops tcg: optimize logical operations target-ppc: fix commit r6789 musicpal: Reorganize IO memory handling (Jan Kiszka) Fix tcg after commit 6800 target-mips: use nor instead of or + not tcg: use TCGV_EQUAL_I{32,64} tcg: define TCGV_EQUAL_I{32,64} tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) Implement TCG not ops for x86-64 ...
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h
index 753daac41..4457a40d2 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -4,6 +4,10 @@
#include "qemu-common.h"
+#ifdef _WIN32
+#include <windows.h>
+#endif
+
/* vl.c */
extern const char *bios_name;
extern const char *bios_dir;