diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2009-02-06 18:43:11 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-02-08 12:01:56 +0200 |
commit | eb5e7ccbd960c46e6022934f7f3f27cd25e18c39 (patch) | |
tree | 063a36557fa2300e3f33a2300bd75194d401c17d /kvm-tpr-opt.c | |
parent | a1043cb3b15aed76a79ae44c37a17427da9dce04 (diff) |
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.c | 2 |
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) |