Message ID | 20201029141358.3102636-1-alistair.francis@wdc.com |
---|---|
Headers | show |
Series | riscv-to-apply queue | expand |
On Thu, 29 Oct 2020 at 14:25, Alistair Francis <alistair.francis@wdc.com> wrote: > > The following changes since commit c0444009147aa935d52d5acfc6b70094bb42b0dd: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2020-10-27' into staging (2020-10-29 10:03:32 +0000) > > are available in the Git repository at: > > git@github.com:alistair23/qemu.git tags/pull-riscv-to-apply-20201029 > > for you to fetch changes up to e041badcd4ac644a67f02f8765095a5ff7a24d47: > > hw/riscv: microchip_pfsoc: Hook the I2C1 controller (2020-10-29 07:11:14 -0700) > > ---------------------------------------------------------------- > This series adds support for migration to RISC-V QEMU and expands the > Microchip PFSoC to allow unmodified HSS and Linux boots. > > ---------------------------------------------------------------- Hi; this fails 'make check' on 32-bit hosts: qemu-system-riscv64: at most 2047 MB RAM can be simulated Broken pipe ../../tests/qtest/libqtest.c:167: kill_qemu() tried to terminate QEMU process but encountered exit status 1 (expected 0) ERROR qtest-riscv64/qom-test - too few tests run (expected 6, got 3) and qemu-system-riscv64: at most 2047 MB RAM can be simulated Broken pipe ../../tests/qtest/libqtest.c:167: kill_qemu() tried to terminate QEMU process but encountered exit status 1 (expected 0) ERROR qtest-riscv64/test-hmp - too few tests run (expected 7, got 3) thanks -- PMM
On Sun, Nov 1, 2020 at 10:02 PM Peter Maydell <peter.maydell@linaro.org> wrote: > > On Thu, 29 Oct 2020 at 14:25, Alistair Francis <alistair.francis@wdc.com> wrote: > > > > The following changes since commit c0444009147aa935d52d5acfc6b70094bb42b0dd: > > > > Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2020-10-27' into staging (2020-10-29 10:03:32 +0000) > > > > are available in the Git repository at: > > > > git@github.com:alistair23/qemu.git tags/pull-riscv-to-apply-20201029 > > > > for you to fetch changes up to e041badcd4ac644a67f02f8765095a5ff7a24d47: > > > > hw/riscv: microchip_pfsoc: Hook the I2C1 controller (2020-10-29 07:11:14 -0700) > > > > ---------------------------------------------------------------- > > This series adds support for migration to RISC-V QEMU and expands the > > Microchip PFSoC to allow unmodified HSS and Linux boots. > > > > ---------------------------------------------------------------- > > Hi; this fails 'make check' on 32-bit hosts: Oops, I don't have 32-bit hosts to test :( > > qemu-system-riscv64: at most 2047 MB RAM can be simulated > Broken pipe > ../../tests/qtest/libqtest.c:167: kill_qemu() tried to terminate QEMU > process but encountered exit status 1 (expected 0) > ERROR qtest-riscv64/qom-test - too few tests run (expected 6, got 3) > > and > > qemu-system-riscv64: at most 2047 MB RAM can be simulated > Broken pipe > ../../tests/qtest/libqtest.c:167: kill_qemu() tried to terminate QEMU > process but encountered exit status 1 (expected 0) > ERROR qtest-riscv64/test-hmp - too few tests run (expected 7, got 3) > But I think this is caused by the following commit: https://github.com/alistair23/qemu/commit/8c47c1e9df850a928b4b230240a950feabe6152f I will send a new version of this patch soon. Regards, Bin