diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/i386/whpx-all.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/i386/whpx-all.c b/target/i386/whpx-all.c index 14ea732..74a8f4d 100644 --- a/target/i386/whpx-all.c +++ b/target/i386/whpx-all.c @@ -705,9 +705,7 @@ static void whpx_vcpu_pre_run(CPUState *cpu) new_int.InterruptionVector = 2; } if (cpu->interrupt_request & CPU_INTERRUPT_SMI) { - qemu_mutex_lock_iothread(); cpu->interrupt_request &= ~CPU_INTERRUPT_SMI; - qemu_mutex_unlock_iothread(); } } |