]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/kvm.c
Fix build on !KVM_CAP_MCE
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Thu, 21 Oct 2010 08:23:14 +0000 (17:23 +0900)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 21 Oct 2010 15:12:14 +0000 (13:12 -0200)
commitd8da8574b167144d1868f343514dfb88716e2edb
treedb80136f3065af22cb6bdc2af28919376b787f1d
parentf71ac88fe97620f9cc80facc5e00826b8256fe5d
Fix build on !KVM_CAP_MCE

This patch removes following warnings:

target-i386/kvm.c: In function 'kvm_put_msrs':
target-i386/kvm.c:782: error: unused variable 'i'
target-i386/kvm.c: In function 'kvm_get_msrs':
target-i386/kvm.c:1083: error: label at end of compound statement

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/kvm.c