qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/3] hw/arm/virt: Add another UART to the virt b


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 2/3] hw/arm/virt: Add another UART to the virt board
Date: Tue, 12 Dec 2017 10:45:26 +0000

On 12 December 2017 at 05:55, Shannon Zhao <address@hidden> wrote:
> On 2017/12/8 23:02, Peter Maydell wrote:
>> Currently we only provide one non-secure UART on the virt
>> board. This is OK for most purposes, but there are some
>> use cases where having a second UART would be useful (like
>> bare-metal testing where you don't really want to have to
>> probe and set up a PCI device just to have a second comms
>> channel).

> I'm wondering if it need to provide a machine option for user to choose
> whether adding the second uart or not.

It seems harmless enough to me to provide it always.
It doesn't increase the attack surface for security
vulnerabilities because it's the same device as the
first UART the guest already has access to.

Do you have a scenario in mind where it would be bad
to provide the second uart?

thanks
-- PMM



reply via email to

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