On Tue, 22 Oct 2019 at 09:11, Markus Armbruster <arm...@redhat.com> wrote: > > The following changes since commit e9d42461920f6f40f4d847a5ba18e90d095ed0b9: > > Merge remote-tracking branch > 'remotes/kraxel/tags/audio-20191018-pull-request' into staging (2019-10-18 > 14:13:11 +0100) > > are available in the Git repository at: > > git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2019-10-22 > > for you to fetch changes up to 0582bce69e8688fd7dd5501d352695e5c675b89b: > > qapi: Allow introspecting fix for savevm's cooperation with blockdev > (2019-10-22 09:28:11 +0200) > > ---------------------------------------------------------------- > QAPI patches for 2019-10-22 > > ----------------------------------------------------------------
Fails to build: GEN qapi-gen make[1]: Nothing to be done for `all'. Traceback (most recent call last): File "/Users/pm215/src/qemu-for-merges/scripts/qapi-gen.py", line 13, in <module> from qapi.commands import gen_commands File "/Users/pm215/src/qemu-for-merges/scripts/qapi/commands.py", line 17, in <module> from qapi.gen import QAPIGenCCode, QAPISchemaModularCVisitor, ifcontext File "/Users/pm215/src/qemu-for-merges/scripts/qapi/gen.py", line 8 SyntaxError: Non-ASCII character '\xc3' in file /Users/pm215/src/qemu-for-merges/scripts/qapi/gen.py on line 8, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details make: *** [qapi-gen-timestamp] Error 1 thanks -- PMM