|
@@ -803,8 +803,8 @@ extern u32 kvm_min_guest_tsc_khz;
|
|
|
extern u32 kvm_max_guest_tsc_khz;
|
|
|
|
|
|
enum emulation_result {
|
|
|
- EMULATE_DONE, /* no further processing */
|
|
|
- EMULATE_DO_MMIO, /* kvm_run filled with mmio request */
|
|
|
+ EMULATE_DONE, /* no further processing */
|
|
|
+ EMULATE_USER_EXIT, /* kvm_run ready for userspace exit */
|
|
|
EMULATE_FAIL, /* can't emulate this instruction */
|
|
|
};
|
|
|
|