[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v17 04/11] hw/misc/pvpanic: Add MMIO interface
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v17 04/11] hw/misc/pvpanic: Add MMIO interface |
Date: |
Mon, 3 Mar 2025 18:54:19 +0100 |
User-agent: |
Mozilla Thunderbird |
On 12/1/25 22:00, Phil Dennis-Jordan wrote:
From: Alexander Graf <graf@amazon.com>
In addition to the ISA and PCI variants of pvpanic, let's add an MMIO
platform device that we can use in embedded arm environments.
Signed-off-by: Alexander Graf <graf@amazon.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Phil Dennis-Jordan <phil@philjordan.eu>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Tested-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
v3:
* Rebased on upstream, updated a header path
v15:
* Constified the property table.
v16:
* Removed the DEFINE_PROP_END_OF_LIST marker to match recent upstream
changes.
hw/misc/Kconfig | 4 +++
hw/misc/meson.build | 1 +
hw/misc/pvpanic-mmio.c | 60 +++++++++++++++++++++++++++++++++++++++
Missing MAINTAINERS update, who is going to maintain this file?
I could add it within the vmapple section in the next patch, but I'd
rather pvpanic have its own entry covering all variants.
include/hw/misc/pvpanic.h | 1 +
4 files changed, 66 insertions(+)
create mode 100644 hw/misc/pvpanic-mmio.c
- Re: [PATCH v17 04/11] hw/misc/pvpanic: Add MMIO interface,
Philippe Mathieu-Daudé <=