qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] Minor nmi cleanups


From: Bandan Das
Subject: [Qemu-devel] [PATCH 0/4] Minor nmi cleanups
Date: Thu, 19 May 2016 18:15:12 -0400

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

Bandan Das (4):
  target-i386: add a generic x86 nmi handler
  nmi: remove x86 specific nmi handling
  nmi: add errp function parameter to inject_nmi()
  cpus: call the core nmi injection function

 cpus.c                 | 16 +---------------
 hw/core/nmi.c          | 23 ++---------------------
 hw/i386/pc.c           | 20 ++++++++++++++++++++
 hw/watchdog/watchdog.c |  2 +-
 include/hw/nmi.h       |  2 +-
 5 files changed, 25 insertions(+), 38 deletions(-)

-- 
2.5.5




reply via email to

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