On 20/05/2016 18:28, Bandan Das wrote: > 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(-) >
Thanks, queued. Paolo