From: yucheng yu Date: Fri, 5 Sep 2014 00:15:10 +0000 (-0700) Subject: This is a work-around for SMP support. X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~642 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db35ee39549eb8ce3b881614668267a8d1c14978;p=sdk%2Femulator%2Fqemu.git This is a work-around for SMP support. Change-Id: I4230f1d029833ffc42940003c09499a64cf46500 --- diff --git a/target-i386/hax-all.c b/target-i386/hax-all.c index 9b9449f2ae..29ff2138bf 100644 --- a/target-i386/hax-all.c +++ b/target-i386/hax-all.c @@ -595,8 +595,8 @@ static int hax_vcpu_interrupt(CPUArchState *env) * Try to inject an interrupt if the guest can accept it * Unlike KVM, HAX kernel check for the eflags, instead of qemu */ - if (ht->ready_for_interrupt_injection && - (cpu->interrupt_request & CPU_INTERRUPT_HARD)) + if (ht->ready_for_interrupt_injection /*&& + (cpu->interrupt_request & CPU_INTERRUPT_HARD)*/) { int irq;