]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
target-i386: add a generic x86 nmi handler
authorBandan Das <bsd@redhat.com>
Fri, 20 May 2016 16:28:35 +0000 (12:28 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 23 May 2016 14:53:46 +0000 (16:53 +0200)
commit1255166b9974665d1e4a24473e1dc51cd061ef4a
treebcaba9606f572b43a14e1b9fa97906e33b074339
parent6ad978e9f40d3edfd9f4a86b4a60e3523eff08fe
target-i386: add a generic x86 nmi handler

Instead of having x86 ifdefs in core nmi code, this
change adds a arch specific handler that the nmi common
code can call.

Signed-off-by: Bandan Das <bsd@redhat.com>
Message-Id: <1463761717-26558-2-git-send-email-bsd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c