Re: [PATCH v2 1/1] Dockerfile: use QEMU 10.0.0

2025-05-05 Thread Tom Rini
On Mon, Apr 28, 2025 at 07:40:36AM +0200, Heinrich Schuchardt wrote: > The RISC-V emulation has develop quite a bit since 8.2.0. > Let's update the QEMU version. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini But please note that it's blocked on: https://gitlab.com/qemu-project/

[PATCH v2 1/1] Dockerfile: use QEMU 10.0.0

2025-04-27 Thread Heinrich Schuchardt
The RISC-V emulation has develop quite a bit since 8.2.0. Let's update the QEMU version. Signed-off-by: Heinrich Schuchardt --- v2: Update to QEMU 10.0.0 instead of 9.2.3 --- tools/docker/Dockerfile | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/docker/Do