qemu-devel
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2 0/3] Minor nmi cleanups
Date: Mon, 23 May 2016 10:31:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0


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



reply via email to

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