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: Peter Maydell
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH] hw/arm/virt: support 4 serial ports
Date: Thu, 26 Oct 2017 17:41:23 +0100

On 26 October 2017 at 17:36, Jason A. Donenfeld <address@hidden> wrote:
> On Thu, Oct 26, 2017 at 6:34 PM, Peter Maydell <address@hidden> wrote:
>> Reordering it would break existing users of the trustzone uart,
>> whose command lines would stop working.
>
> I thought this was the reason for all of those virt26, virt28,etc
> types -- people who want stability code the revision into their
> scripts. Everybody else then gets the latest.

Those are primarily about migration compatibility -- you should
be able to live migrate a guest from QEMU 2.6's virt-2.6 machine to
QEMU 2.7's virt-2.6 machine. That's a stricter requirement than
the compatibility we want to keep for non-versioned machines,
where generally we don't want to break command lines but are OK
to make changes if they don't break those existing uses.

Command lines get baked into all sorts of scripts and so they're
effectively part of QEMU's "ABI". People don't like it when we
break their previously working flows :-)

thanks
-- PMM



reply via email to

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