From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Tong Ho <tong.ho@amd.com>, qemu-arm@nongnu.org
Cc: qemu-devel@nongnu.org, alistair@alistair23.me,
edgar.iglesias@gmail.com, peter.maydell@linaro.org
Subject: Re: [PATCH] xlnx-bbram: hw/nvram: Remove deprecated device reset
Date: Tue, 3 Oct 2023 08:23:12 +0200 [thread overview]
Message-ID: <06cd7690-adb6-e9ff-abf7-21c8c05efc2c@linaro.org> (raw)
In-Reply-To: <20231003052345.199725-1-tong.ho@amd.com>
Hi Tong,
On 3/10/23 07:23, Tong Ho wrote:
> This change implements the ResettableClass interface for the device.
>
> Signed-off-by: Tong Ho <tong.ho@amd.com>
> ---
> hw/nvram/xlnx-bbram.c | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Since you did this one, do you mind updating the other Xilinx devices?
$ git grep -F -- '->reset = ' hw/*/*xlnx*
hw/display/xlnx_dp.c:1399: dc->reset = xlnx_dp_reset;
hw/dma/xlnx-zdma.c:827: dc->reset = zdma_reset;
hw/dma/xlnx-zynq-devcfg.c:387: dc->reset = xlnx_zynq_devcfg_reset;
hw/dma/xlnx_csu_dma.c:714: dc->reset = xlnx_csu_dma_reset;
hw/dma/xlnx_dpdma.c:601: dc->reset = xlnx_dpdma_reset;
hw/intc/xlnx-pmu-iomod-intc.c:539: dc->reset = xlnx_pmu_io_intc_reset;
hw/intc/xlnx-zynqmp-ipi.c:362: dc->reset = xlnx_zynqmp_ipi_reset;
hw/misc/xlnx-versal-cfu.c:498: dc->reset = cfu_apb_reset;
hw/nvram/xlnx-bbram.c:526: dc->reset = bbram_ctrl_reset;
hw/nvram/xlnx-versal-efuse-ctrl.c:753: dc->reset = efuse_ctrl_reset;
hw/nvram/xlnx-zynqmp-efuse.c:841: dc->reset = zynqmp_efuse_reset;
hw/rtc/xlnx-zynqmp-rtc.c:258: dc->reset = rtc_reset;
hw/ssi/xlnx-versal-ospi.c:1833: dc->reset = xlnx_versal_ospi_reset;
next prev parent reply other threads:[~2023-10-03 6:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-03 5:23 [PATCH] xlnx-bbram: hw/nvram: Remove deprecated device reset Tong Ho
2023-10-03 6:23 ` Philippe Mathieu-Daudé [this message]
2023-10-03 15:58 ` Ho, Tong
2023-10-16 16:29 ` Peter Maydell
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=06cd7690-adb6-e9ff-abf7-21c8c05efc2c@linaro.org \
--to=philmd@linaro.org \
--cc=alistair@alistair23.me \
--cc=edgar.iglesias@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=tong.ho@amd.com \
/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).