qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups


From: Bandan Das
Subject: [Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups
Date: Fri, 20 May 2016 12:28:34 -0400

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




reply via email to

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