commit | 7a39fe588251ba042c91bf23d53b0ba820bf964c | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon Feb 07 12:19:20 2011 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Feb 14 12:39:46 2011 -0200 |
tree | 3d487736c5de2aa4905f46b5bf913f44e336aed8 | |
parent | db1669bcca7cc67d7301394d7d59dffb4c0fc9b0 [diff] |
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>