]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: extend EMULATE_EXIT_USER to support different exit reasons
authorBharat Bhushan <bharat.bhushan@freescale.com>
Mon, 8 Apr 2013 00:32:14 +0000 (00:32 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:27:03 +0000 (20:27 +0200)
commit74eb8ad938dad3b95532b9c73e376fb4e75538f3
tree430d07d07feb9ab62539aba15fc94cf6d7ebd21d
parent9ea4941a89d6c13007cf54e3b4d10ffff29634e6
KVM: extend EMULATE_EXIT_USER to support different exit reasons

Currently the instruction emulator code returns EMULATE_EXIT_USER
and common code initializes the "run->exit_reason = .." and
"vcpu->arch.hcall_needed = .." with one fixed reason.
But there can be different reasons when emulator need to exit
to user space. To support that the "run->exit_reason = .."
and "vcpu->arch.hcall_needed = .." initialization is moved a
level up to emulator.

Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_emulate.c
arch/powerpc/kvm/book3s_pr.c