]> git.proxmox.com Git - mirror_qemu.git/commit
kvm: Drop return values from kvm_arch_pre/post_run
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 7 Feb 2011 11:19:20 +0000 (12:19 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 14 Feb 2011 14:39:46 +0000 (12:39 -0200)
commit7a39fe588251ba042c91bf23d53b0ba820bf964c
tree3d487736c5de2aa4905f46b5bf913f44e336aed8
parentdb1669bcca7cc67d7301394d7d59dffb4c0fc9b0
kvm: Drop return values from kvm_arch_pre/post_run

We do not check them, and the only arch with non-empty implementations
always returns 0 (this is also true for qemu-kvm).

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
CC: Alexander Graf <agraf@suse.de>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
kvm.h
target-i386/kvm.c
target-ppc/kvm.c
target-s390x/kvm.c