On 10 October 2017 at 01:55, Richard Henderson <richard.hender...@linaro.org> wrote: > One trivial cleanup from Jiang. Cherry-picking half of Emilio's > patch set that has been reviewed. > > > r~ > > > The following changes since commit 530049bc1dcc24c1178a29d99ca08b6dd08413e0: > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging > (2017-10-06 17:43:02 +0100) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tags/pull-tcg-20171009 > > for you to fetch changes up to 5de8a6a471ba6b86c6b4fb681e5a3c594ed5a684: > > tcg/mips: delete commented out extern keyword. (2017-10-09 17:07:32 -0700) > > ---------------------------------------------------------------- > Queued tcg patches > > ----------------------------------------------------------------
This fails to build on w32, I'm afraid: /home/petmay01/linaro/qemu-for-merges/util/osdep.c:85:22: error: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD {aka long unsigned int}’ [-Werror=format=] error_report("%s: VirtualProtect failed with error code %d", ^ and on aarch32 host, the alpha bios boot test fails: QTEST_QEMU_BINARY=alpha-softmmu/qemu-system-alpha QTEST_QEMU_IMG=qemu-img MALLOC _PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} gtester -k --verbose -m=quick tests/boot-serial-test tests/qmp-test tests/device-introspect-test test s/qom-test tests/test-hmp TEST: tests/boot-serial-test... (pid=20893) /alpha/boot-serial/clipper: ** ERROR:/home/peter.maydell/qemu/tests/boot-serial-test.c:68:check_guest_output: a ssertion failed: (output_ok) FAIL GTester: last random seed: R02Sa8d34a40641001b23d1e3c2a89a29b09 (pid=20898) FAIL: tests/boot-serial-test thanks -- PMM