Re: [PATCH v2 3/3] hw/arm/virt: allow creation of a second NonSecure UART

2024-06-11 Thread Philippe Mathieu-Daudé
On 10/6/24 18:23, Peter Maydell wrote: For some use-cases, it is helpful to have more than one UART available to the guest. If the second UART slot is not already used for a TrustZone Secure-World-only UART, create it as a NonSecure UART only when the user provides a serial backend (e.g. via a

[PATCH v2 3/3] hw/arm/virt: allow creation of a second NonSecure UART

2024-06-10 Thread Peter Maydell
For some use-cases, it is helpful to have more than one UART available to the guest. If the second UART slot is not already used for a TrustZone Secure-World-only UART, create it as a NonSecure UART only when the user provides a serial backend (e.g. via a second -serial command line option). Thi