On Sun, Oct 21, 2018 at 14:27:22 +0100, Richard Henderson wrote:
> On 10/19/18 2:05 AM, Emilio G. Cota wrote:
> > @@ -713,9 +713,9 @@ int hvf_vcpu_exec(CPUState *cpu)
> > switch (exit_reason) {
> > case EXIT_REASON_HLT: {
> > macvm_set_rip(cpu, rip + ins_len);
> > -
On 10/19/18 2:05 AM, Emilio G. Cota wrote:
> @@ -713,9 +713,9 @@ int hvf_vcpu_exec(CPUState *cpu)
> switch (exit_reason) {
> case EXIT_REASON_HLT: {
> macvm_set_rip(cpu, rip + ins_len);
> -if (!((cpu->interrupt_request & CPU_INTERRUPT_HARD) &&
> +
Cc: Richard Henderson
Cc: Eduardo Habkost
Signed-off-by: Emilio G. Cota
---
target/i386/cpu.c| 2 +-
target/i386/hax-all.c| 16 +--
target/i386/helper.c | 4 +--
target/i386/hvf/hvf.c| 6 ++--
target/i386/hvf/x86hvf.c | 32 ++
target/i386/kvm.c