qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/virt: support 4 serial ports


From: Jason A. Donenfeld
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/virt: support 4 serial ports
Date: Thu, 26 Oct 2017 16:13:33 +0200

On Thu, Oct 26, 2017 at 3:34 PM, Andrew Jones <address@hidden> wrote:
> You could make the PL011 user instantiate-able and make the necessary
> changes to use the dynamic FDT node generation framework (sysbus-fdt),
> and then you'd be able to add as many additional UARTs as you like to
> mach-virt's platform bus. I played around with that idea once, and have
> some patches rotting somewhere that could maybe be dug back up.

The problem with this approach is that then different architectures
need different fancy options, which makes things a hassle. With the
old guarantee of each machine providing four serial ports, you could
just do -serial 1 -serial 2 and not have to worry about it. Much
nicer.

Making FDT dynamic also sounds complicated.

Could we just do the simple patch of adding four pl011s in there?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]