diff options
author | Wanpeng Li <[email protected]> | 2020-04-28 14:23:25 +0800 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2020-05-15 12:26:19 -0400 |
commit | 404d5d7bff0d419fe11c7eaebca9ec8f25258f95 (patch) | |
tree | 88f20125faa7a82a22c68d12fee45c6b1fdd8dd0 /lib/mpi/mpi-mul.c | |
parent | 5a9f54435a488f8a1153efd36cccee3e7e0fc28b (diff) |
KVM: X86: Introduce more exit_fastpath_completion enum values
Adds a fastpath_t typedef since enum lines are a bit long, and replace
EXIT_FASTPATH_SKIP_EMUL_INS with two new exit_fastpath_completion enum values.
- EXIT_FASTPATH_EXIT_HANDLED kvm will still go through it's full run loop,
but it would skip invoking the exit handler.
- EXIT_FASTPATH_REENTER_GUEST complete fastpath, guest can be re-entered
without invoking the exit handler or going
back to vcpu_run
Tested-by: Haiwei Li <[email protected]>
Cc: Haiwei Li <[email protected]>
Signed-off-by: Wanpeng Li <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions