aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Sorensen <jes@sgi.com>2008-04-21 17:35:11 +0200
committerAvi Kivity <avi@qumranet.com>2008-04-22 14:18:04 +0300
commit0f3b2be06686ad775847e1a479b8b6d3e6236434 (patch)
tree100612eef8b42f7fb1aff38638f218ba812011ec /target-ia64
parentSet "hypervisor present" cpuid bit (diff)
downloadqemu-kvm-0f3b2be06686ad775847e1a479b8b6d3e6236434.tar.gz
qemu-kvm-0f3b2be06686ad775847e1a479b8b6d3e6236434.tar.bz2
qemu-kvm-0f3b2be06686ad775847e1a479b8b6d3e6236434.zip
Ia64: include prototype for qemu_mallocz
Include qemu-common.h for the prototype for qemu_mallocz to avoid the being truncated to 32 bit. Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'target-ia64')
-rw-r--r--target-ia64/op_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ia64/op_helper.c b/target-ia64/op_helper.c
index 5dfa6fa0e..4969ef75b 100644
--- a/target-ia64/op_helper.c
+++ b/target-ia64/op_helper.c
@@ -25,6 +25,7 @@
#include "exec-all.h"
#include "qemu-kvm.h"
+#include "qemu-common.h"
CPUState *cpu_ia64_init(char *cpu_model){
CPUState *env;