From: "Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>
To: qemu-devel@nongnu.org
Cc: "Corey Minyard" <minyard@acm.org>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
qemu-s390x@nongnu.org, "Markus Armbruster" <armbru@redhat.com>
Subject: Re: [PATCH 0/4] hw/nmi: Safer vCPU delivery
Date: Tue, 11 Aug 2026 10:44:28 +0200 [thread overview]
Message-ID: <ac8e5e46-eb2f-4e7d-aad8-390a940829e9@oss.qualcomm.com> (raw)
In-Reply-To: <20260810213723.58467-1-philmd@oss.qualcomm.com>
On 10/8/26 23:37, Philippe Mathieu-Daudé wrote:
> Hi Marc-André,
>
> I don't remember what I suggested particularly for
> 20260626-qemu-no-hmp-v2-7-8af31bc54c61@redhat.com,
> but this series is what I had in mind back then.
>
> If you find it worthy, please consider including it
> in your "Make HMP optional" work.
Not well explained, this series disentangle HMP from
the generic NMI class.
>
> Regard,
>
> Phil.
>
> Philippe Mathieu-Daudé (4):
> hw/nmi: Allow delivering to first available vCPU (not by index)
> hw/nmi: Introduce nmi_cpu_handler() for vcpu-specific delivery
> hw/s390x: Deliver per-vcpu NMI using nmi_cpu_handler
> hw/nmi: Remove unused @cpu_index and @errp arguments
>
> include/hw/core/nmi.h | 10 +++++++++-
> hw/core/nmi.c | 25 ++++++++++++++++++++++---
> hw/hppa/machine.c | 4 ++--
> hw/i386/x86.c | 5 ++---
> hw/intc/m68k_irqc.c | 4 ++--
> hw/ipmi/ipmi.c | 2 +-
> hw/m68k/q800-glue.c | 4 ++--
> hw/misc/macio/gpio.c | 4 ++--
> hw/ppc/pnv.c | 7 +++----
> hw/ppc/spapr.c | 4 ++--
> hw/s390x/s390-virtio-ccw.c | 6 ++----
> hw/watchdog/watchdog.c | 2 +-
> 12 files changed, 50 insertions(+), 27 deletions(-)
>
next prev parent reply other threads:[~2026-08-11 8:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-10 21:37 [PATCH 0/4] hw/nmi: Safer vCPU delivery Philippe Mathieu-Daudé
2026-08-10 21:37 ` [PATCH 1/4] hw/nmi: Allow delivering to first available vCPU (not by index) Philippe Mathieu-Daudé
2026-08-10 21:37 ` [PATCH 2/4] hw/nmi: Introduce nmi_cpu_handler() for vcpu-specific delivery Philippe Mathieu-Daudé
2026-08-10 21:37 ` [PATCH 3/4] hw/s390x: Deliver per-vcpu NMI using nmi_cpu_handler Philippe Mathieu-Daudé
2026-08-10 21:37 ` [PATCH 4/4] hw/nmi: Remove unused @cpu_index and @errp arguments Philippe Mathieu-Daudé
2026-08-11 8:44 ` Philippe Mathieu-Daudé [this message]
2026-08-11 8:50 ` [PATCH 0/4] hw/nmi: Safer vCPU delivery Philippe Mathieu-Daudé
2026-08-11 9:36 ` Philippe Mathieu-Daudé
2026-08-11 9:49 ` Daniel P. Berrangé
2026-08-11 10:56 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ac8e5e46-eb2f-4e7d-aad8-390a940829e9@oss.qualcomm.com \
--to=philmd@oss.qualcomm.com \
--cc=armbru@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=minyard@acm.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.