[PATCH v3 0/6] hw/arm: Misc trivial fixes/cleanups

Philippe Mathieu-Daudé posted 6 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210131184449.382425-1-f4bug@amsat.org
hw/arm/digic_boards.c  | 2 +-
hw/arm/microbit.c      | 2 +-
hw/arm/netduino2.c     | 2 +-
hw/arm/netduinoplus2.c | 2 +-
hw/arm/orangepi.c      | 2 +-
hw/arm/stellaris.c     | 4 ++--
hw/Kconfig             | 1 +
hw/arm/Kconfig         | 5 +++++
hw/dma/Kconfig         | 3 +++
hw/dma/meson.build     | 2 +-
10 files changed, 17 insertions(+), 8 deletions(-)
[PATCH v3 0/6] hw/arm: Misc trivial fixes/cleanups
Posted by Philippe Mathieu-Daudé 3 years, 3 months ago
Trivial bugfixes and cleanup patches noticed while rebasing
my "Support disabling TCG on ARM (part 2)" series.

Since v2:
- removed incorrect patches added in v2 =)
- more fixes for Versal board (CAN, RTC)

Since v1:
- added patches to remove 64-bit specific features on 32-bit build.

Philippe Mathieu-Daudé (6):
  hw/arm/stm32f405_soc: Add missing dependency on OR_IRQ
  hw/arm/exynos4210: Add missing dependency on OR_IRQ
  hw/arm/xlnx-versal: Versal SoC requires ZDMA
  hw/arm/xlnx-versal: Versal SoC requires ZynqMP peripherals
  hw/net/can: ZynqMP CAN device requires PTIMER
  hw/arm: Display CPU type in machine description

 hw/arm/digic_boards.c  | 2 +-
 hw/arm/microbit.c      | 2 +-
 hw/arm/netduino2.c     | 2 +-
 hw/arm/netduinoplus2.c | 2 +-
 hw/arm/orangepi.c      | 2 +-
 hw/arm/stellaris.c     | 4 ++--
 hw/Kconfig             | 1 +
 hw/arm/Kconfig         | 5 +++++
 hw/dma/Kconfig         | 3 +++
 hw/dma/meson.build     | 2 +-
 10 files changed, 17 insertions(+), 8 deletions(-)

-- 
2.26.2

Re: [PATCH v3 0/6] hw/arm: Misc trivial fixes/cleanups
Posted by Peter Maydell 3 years, 2 months ago
On Sun, 31 Jan 2021 at 18:44, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Trivial bugfixes and cleanup patches noticed while rebasing
> my "Support disabling TCG on ARM (part 2)" series.
>
> Since v2:
> - removed incorrect patches added in v2 =)
> - more fixes for Versal board (CAN, RTC)
>
> Since v1:
> - added patches to remove 64-bit specific features on 32-bit build.
>
> Philippe Mathieu-Daudé (6):
>   hw/arm/stm32f405_soc: Add missing dependency on OR_IRQ
>   hw/arm/exynos4210: Add missing dependency on OR_IRQ
>   hw/arm/xlnx-versal: Versal SoC requires ZDMA
>   hw/arm/xlnx-versal: Versal SoC requires ZynqMP peripherals
>   hw/net/can: ZynqMP CAN device requires PTIMER
>   hw/arm: Display CPU type in machine description



Applied to target-arm.next, thanks.

-- PMM