qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 1/3] x86: Introduce CPU_INTERRUPT_NMI


From: Andi Kleen
Subject: [Qemu-devel] Re: [PATCH 1/3] x86: Introduce CPU_INTERRUPT_NMI
Date: Mon, 14 Apr 2008 12:16:47 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux)

Jan Kiszka <address@hidden> writes:

> [ 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.

Could you please add a monitor command to raise it too? Some OS support
triggering debugging code from NMIs and that might be useful
inside qemu too.

-Andi







reply via email to

[Prev in Thread] Current Thread [Next in Thread]