On Thu, Sep 16, 2021 at 9:30 AM Alex Bennée <alex.ben...@linaro.org> wrote:

>
> John Snow <js...@redhat.com> writes:
>
> > A few new annoyances. Of note is the new warning for an unspecified
> > encoding when opening a text file, which actually does indicate a
> > potentially real problem; see
> > https://www.python.org/dev/peps/pep-0597/#motivation
> >
> > Use LC_CTYPE to determine an encoding to use for interpreting QEMU's
> > terminal output. Note that Python states: "language code and encoding
> > may be None if their values cannot be determined" -- use a platform
> > default as a backup.
> >
> > Signed-off-by: John Snow <js...@redhat.com>
>
> I've cherry-picked this one into my testing/next because it fixes a
> failure but in case you get it merged elsewhere:
>
> Tested-by: Alex Bennée <alex.ben...@linaro.org>
> Reviewed-by: Alex Bennée <alex.ben...@linaro.org>
>
> --
> Alex Bennée
>
>
Dan had some comments here:
https://lists.gnu.org/archive/html/qemu-devel/2021-09/msg04031.html

I'm waiting for his reply, but feel free to use this as a build fix in the
meantime for testing, I don't think it should hurt anything.

Reply via email to