From: Alexey Kardashevskiy <aik@ozlabs.ru>
To: qemu-ppc@nongnu.org
Cc: qemu-devel@nongnu.org,
"Daniel Henrique Barboza" <danielhb413@gmail.com>,
"Cédric Le Goater" <clg@kaod.org>,
"Alexey Kardashevskiy" <aik@ozlabs.ru>
Subject: [PATCH qemu v2 0/2] ppc/spapr: Implement H_WATCHDOG
Date: Fri, 17 Jun 2022 16:07:01 +1000 [thread overview]
Message-ID: <20220617060703.951747-1-aik@ozlabs.ru> (raw)
This implements H_WATCHDOG. More detailed comments are in the patches.
This is based on sha1
96c343cc774b Joel Stanley "linux-user: Add PowerPC ISA 3.1 and MMA to hwcap".
Please comment. Thanks.
Alexey Kardashevskiy (2):
ppc: Define SETFIELD for the ppc target
ppc/spapr: Implement H_WATCHDOG
include/hw/pci-host/pnv_phb3_regs.h | 16 --
include/hw/ppc/spapr.h | 29 +++-
target/ppc/cpu.h | 5 +
hw/intc/pnv_xive.c | 20 ---
hw/intc/pnv_xive2.c | 20 ---
hw/pci-host/pnv_phb4.c | 16 --
hw/ppc/spapr.c | 4 +
hw/watchdog/spapr_watchdog.c | 248 ++++++++++++++++++++++++++++
hw/watchdog/meson.build | 1 +
hw/watchdog/trace-events | 7 +
10 files changed, 293 insertions(+), 73 deletions(-)
create mode 100644 hw/watchdog/spapr_watchdog.c
--
2.30.2
next reply other threads:[~2022-06-17 6:11 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-17 6:07 Alexey Kardashevskiy [this message]
2022-06-17 6:07 ` [PATCH qemu v2 1/2] ppc: Define SETFIELD for the ppc target Alexey Kardashevskiy
2022-06-17 16:50 ` Daniel Henrique Barboza
2022-06-20 3:37 ` Alexey Kardashevskiy
2022-06-20 6:17 ` Cédric Le Goater
2022-06-20 8:10 ` Alexey Kardashevskiy
2022-06-21 12:55 ` Daniel Henrique Barboza
2022-06-18 10:36 ` Cédric Le Goater
2022-06-21 12:59 ` Peter Maydell
2022-06-24 20:12 ` Daniel Henrique Barboza
2022-06-27 4:54 ` Alexey Kardashevskiy
2022-06-27 17:37 ` Daniel Henrique Barboza
2022-06-27 18:04 ` Daniel Henrique Barboza
2022-06-28 2:57 ` Alexey Kardashevskiy
2022-06-17 6:07 ` [PATCH qemu v2 2/2] ppc/spapr: Implement H_WATCHDOG Alexey Kardashevskiy
2022-06-17 16:49 ` Daniel Henrique Barboza
2022-06-18 11:01 ` Cédric Le Goater
2022-06-20 3:13 ` Alexey Kardashevskiy
2022-06-20 6:23 ` Cédric Le Goater
2022-06-20 8:28 ` Alexey Kardashevskiy
2022-06-17 16:51 ` [PATCH qemu v2 0/2] " Daniel Henrique Barboza
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=20220617060703.951747-1-aik@ozlabs.ru \
--to=aik@ozlabs.ru \
--cc=clg@kaod.org \
--cc=danielhb413@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).