[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [qemu-xen master] target-i386: fix typo



commit f5c052b973b0b2b3aa15e6cb0b0ac48ab763a9b0
Author:     Paolo Bonzini <pbonzini@xxxxxxxxxx>
AuthorDate: Wed Nov 2 20:58:25 2016 +0100
Commit:     Paolo Bonzini <pbonzini@xxxxxxxxxx>
CommitDate: Wed Nov 9 14:08:17 2016 +0100

    target-i386: fix typo
    
    The impact is small because kvm_get_vcpu_events fixes env->hflags, but
    it is wrong and could cause INITs to be delayed arbitrarily with
    -machine kernel_irqchip=off.
    
    Reported-by: Achille Fouilleul <achille.fouilleul@xxxxxxxx>
    Reviewed-by: Richard Henderson <rth@xxxxxxxxxxx>
    Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
---
 target-i386/kvm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-i386/kvm.c b/target-i386/kvm.c
index 1c0864e..f62264a 100644
--- a/target-i386/kvm.c
+++ b/target-i386/kvm.c
@@ -2855,7 +2855,7 @@ MemTxAttrs kvm_arch_post_run(CPUState *cpu, struct 
kvm_run *run)
     if (run->flags & KVM_RUN_X86_SMM) {
         env->hflags |= HF_SMM_MASK;
     } else {
-        env->hflags &= HF_SMM_MASK;
+        env->hflags &= ~HF_SMM_MASK;
     }
     if (run->if_flag) {
         env->eflags |= IF_MASK;
--
generated by git-patchbot for /home/xen/git/qemu-xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.