qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups
@ 2016-05-20 16:28 Bandan Das
  2016-05-20 16:28 ` [Qemu-devel] [PATCH v2 1/3] target-i386: add a generic x86 nmi handler Bandan Das
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bandan Das @ 2016-05-20 16:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, aik

v2:
2/4: Remove inject_nmi and call nmi_monitor_handle()
directly
3/4: rm -rf
4/4: Call nmi_monitor_handle and pass cpu index

The primary change is a arch specific x86 nmi function
which can be called by the core nmi handler.

Bandan Das (3):
  target-i386: add a generic x86 nmi handler
  nmi: remove x86 specific nmi handling
  cpus: call the core nmi injection function

 cpus.c                 | 14 --------------
 hw/core/nmi.c          | 24 ------------------------
 hw/i386/pc.c           | 20 ++++++++++++++++++++
 hw/watchdog/watchdog.c |  2 +-
 include/hw/nmi.h       |  1 -
 5 files changed, 21 insertions(+), 40 deletions(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-23  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-20 16:28 [Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups Bandan Das
2016-05-20 16:28 ` [Qemu-devel] [PATCH v2 1/3] target-i386: add a generic x86 nmi handler Bandan Das
2016-05-20 16:28 ` [Qemu-devel] [PATCH v2 2/3] nmi: remove x86 specific nmi handling Bandan Das
2016-05-20 16:28 ` [Qemu-devel] [PATCH v2 3/3] cpus: call the core nmi injection function Bandan Das
2016-05-23  8:31 ` [Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).