Searched hist:bb4ea39329d6c3de4c10034621781f703d095699 (Results 1 – 1 of 1) sorted by relevance
/qemu/accel/kvm/ |
H A D | kvm-all.c | bb4ea39329d6c3de4c10034621781f703d095699 Tue Mar 15 11:26:28 UTC 2011 Jan Kiszka <jan.kiszka@siemens.com> kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
Make the return code of kvm_arch_handle_exit directly usable for kvm_cpu_exec. This is straightforward for x86 and ppc, just s390 would require more work. Avoid this for now by pushing the return code translation logic into s390's kvm_arch_handle_exit.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> CC: Alexander Graf <agraf@suse.de> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
|