aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2009-02-06 18:43:11 +0100
committerAvi Kivity <avi@redhat.com>2009-02-08 12:01:56 +0200
commiteb5e7ccbd960c46e6022934f7f3f27cd25e18c39 (patch)
tree063a36557fa2300e3f33a2300bd75194d401c17d /kvm-tpr-opt.c
parentkvm: testsuite: Fix warnings (diff)
downloadqemu-kvm-eb5e7ccbd960c46e6022934f7f3f27cd25e18c39.tar.gz
qemu-kvm-eb5e7ccbd960c46e6022934f7f3f27cd25e18c39.tar.bz2
qemu-kvm-eb5e7ccbd960c46e6022934f7f3f27cd25e18c39.zip
Fix kvm-originated warnings
This patch kills the last warnings (caused by kvm changes) that I see on a x86-64 host when building x86_64-softmmu and also i386-softmmu without kvm. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'kvm-tpr-opt.c')
-rw-r--r--kvm-tpr-opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm-tpr-opt.c b/kvm-tpr-opt.c
index 44b453fb4..246e08d3c 100644
--- a/kvm-tpr-opt.c
+++ b/kvm-tpr-opt.c
@@ -112,7 +112,7 @@ static struct vapic_bios vapic_bios;
static uint32_t real_tpr;
static uint32_t bios_addr;
static uint32_t vapic_phys;
-static int bios_enabled;
+static uint32_t bios_enabled;
static uint32_t vbios_desc_phys;
static void update_vbios_real_tpr(void)