From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: Alexey Kardashevskiy <aik@ozlabs.ru>, qemu-ppc@nongnu.org
Cc: qemu-devel@nongnu.org, "Cédric Le Goater" <clg@kaod.org>
Subject: Re: [PATCH qemu v2 0/2] ppc/spapr: Implement H_WATCHDOG
Date: Fri, 17 Jun 2022 13:51:27 -0300 [thread overview]
Message-ID: <6e0da706-657b-3209-bb71-bbcc234f73a8@gmail.com> (raw)
In-Reply-To: <20220617060703.951747-1-aik@ozlabs.ru>
On 6/17/22 03:07, Alexey Kardashevskiy wrote:
> 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.
This version worked with the kernel side patches you mentioned in patch 2/2,
thanks. Also tested migrating the guest with the WDT active and the guest
rebooted in the destination.
Tested-by: Daniel Henrique Barboza <danielhb413@gmail.com>
>
>
>
> 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
>
prev parent reply other threads:[~2022-06-17 16:53 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-17 6:07 [PATCH qemu v2 0/2] ppc/spapr: Implement H_WATCHDOG Alexey Kardashevskiy
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 ` Daniel Henrique Barboza [this message]
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=6e0da706-657b-3209-bb71-bbcc234f73a8@gmail.com \
--to=danielhb413@gmail.com \
--cc=aik@ozlabs.ru \
--cc=clg@kaod.org \
--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).