On Thu, 23 May 2019 at 15:01, Richard Henderson <richard.hender...@linaro.org> wrote: > > Thanks to Sato-san for persevering through 14 iterations. > > > r~ > > > The following changes since commit d418238dca7b4e0b124135827ead3076233052b1: > > Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into > staging (2019-05-23 12:57:17 +0100) > > are available in the Git repository at: > > https://github.com/rth7680/qemu.git tags/pull-rx-20190523 > > for you to fetch changes up to fe7ddbc2dade3daf767c9ac07b8569791b5376a8: > > MAINTAINERS: Add RX (2019-05-23 09:38:27 -0400) > > ---------------------------------------------------------------- > Initial commit for the RX cpu. >
Hi -- I'm afraid this fails to pass "make check": [...] PASS 29 qmp-cmd-test /rx/qmp/query-name PASS 30 qmp-cmd-test /rx/qmp/query-kvm PASS 31 qmp-cmd-test /rx/qmp/query-uuid PASS 32 qmp-cmd-test /rx/qmp/query-events PASS 33 qmp-cmd-test /rx/qmp/query-cpus Unexpected error in qapi_enum_parse() at /home/petmay01/linaro/qemu-for-merges/qapi/qapi-util.c:39: invalid parameter value: rx Broken pipe /home/petmay01/linaro/qemu-for-merges/tests/libqtest.c:143: kill_qemu() detected QEMU death from signal 6 (Aborted) (core dumped) Aborted (core dumped) ERROR - too few tests run (expected 51, got 33) /home/petmay01/linaro/qemu-for-merges/tests/Makefile.include:884: recipe for target 'check-qtest-rx' failed thanks - PMM