|
@@ -5865,6 +5865,11 @@ static void vcpu_scan_ioapic(struct kvm_vcpu *vcpu)
|
|
kvm_apic_update_tmr(vcpu, tmr);
|
|
kvm_apic_update_tmr(vcpu, tmr);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/*
|
|
|
|
+ * Returns 1 to let __vcpu_run() continue the guest execution loop without
|
|
|
|
+ * exiting to the userspace. Otherwise, the value will be returned to the
|
|
|
|
+ * userspace.
|
|
|
|
+ */
|
|
static int vcpu_enter_guest(struct kvm_vcpu *vcpu)
|
|
static int vcpu_enter_guest(struct kvm_vcpu *vcpu)
|
|
{
|
|
{
|
|
int r;
|
|
int r;
|