qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 1/1] cadence_uart: Check baud rate generator


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v1 1/1] cadence_uart: Check baud rate generator and divider values on migration
Date: Mon, 7 Nov 2016 22:13:38 +0000

On 7 November 2016 at 21:53, Alistair Francis
<address@hidden> wrote:
> On Sat, Nov 5, 2016 at 6:51 AM, Peter Maydell <address@hidden> wrote:
>> Usually we just fail the migration if the incoming
>> data is bogus -- any particular reason not to take that
>> approach here?
>
> There is no reason, it just seemed a bit much to abort just for this.
>
> Should I change it to abort?

I think there are two cases:
 (1) migration from an old version could be in these
bogus states (without having crashed the old version
in the process) -- in that case you can argue for
sanitizing as being most helpful to the user
(and should comment that that's why we accept-but-squash)
 (2) the out-of-bounds values only happen if somebody
is deliberately feeding QEMU a bogus incoming data
stream -- in this case (which is the usual one for
bounds checks) it's best to return 1 to fail the
migration.

thanks
-- PMM



reply via email to

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