Hi, > "gmake check" then also finally failed: > > --- /home/qemu/qemu-test.AOvcgx/src/tests/qapi-schema/unicode-str.err > 2019-05-09 05:56:17.000000000 +0000 > +++ - 2019-05-09 06:12:54.451392000 +0000 > @@ -1 +1 @@ > -tests/qapi-schema/unicode-str.json:2: 'command' uses invalid name 'é' > +tests/qapi-schema/unicode-str.json:2: 'command' uses invalid name '\xe9'
Well, that failure disappeared in my tests. But that'll probably only works in case the guest actually has support for the given locale. > Note that if you just wanted to fix the python3 utf-8 problem with this > patch here, there is a separate fix available for that problem already: > > https://lists.gnu.org/archive/html/qemu-devel/2019-05/msg01247.html Ah, ok. Guess I can drop the patch then. cheers, Gerd