Re: [PATCH qemu.git v2 1/1] hw/arm/virt: make second UART available

2023-01-13 Thread Peter Maydell
On Thu, 1 Dec 2022 at 14:30, ~axelheider wrote: > > From: Axel Heider > > The first UART always always exists. If the security extensions are > enabled, the second UART also always exists. Otherwise, it only exists > if a backend is configured explicitly via '-serial ', where > 'null' creates a d

[PATCH qemu.git v2 1/1] hw/arm/virt: make second UART available

2022-12-01 Thread ~axelheider
From: Axel Heider The first UART always always exists. If the security extensions are enabled, the second UART also always exists. Otherwise, it only exists if a backend is configured explicitly via '-serial ', where 'null' creates a dummy backend. This allows enabling the second UART explicitly