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)
commit44d5cedf803fe27b3b7dabaa1f4d8bb7968d29c0
tree3d487736c5de2aa4905f46b5bf913f44e336aed8
parent24acb217a8ceb0e7a07eadcc708fd8905e28c1ea
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