Jan Kiszka wrote: > [ This patch obsoletes > http://permalink.gmane.org/gmane.comp.emulators.qemu/22989. ] > > The x86 emulation yet lacks proper NMI support. This patch introduces > CPU_INTERRUPT_NMI and the required handling logic so that hardware > emulation drivers can simply call > > cpu_interrupt(env, CPU_INTERRUPT_NMI); > > to raise an NMI on this arch. > > Signed-off-by: Jan Kiszka > Non-broken patch attached. Sorry. Jan