diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_arm/host_missing/accel_missing/789.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_missing/789.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_missing/789.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_missing/789.toml b/gitlab/issues/target_arm/host_missing/accel_missing/789.toml new file mode 100644 index 00000000..381f62c7 --- /dev/null +++ b/gitlab/issues/target_arm/host_missing/accel_missing/789.toml @@ -0,0 +1,22 @@ +id = 789 +title = "QEMU arm (not arm64) crashes on apple silicon when run via docker desktop" +state = "closed" +created_at = "2021-12-20T15:47:42.823Z" +closed_at = "2021-12-21T23:28:34.616Z" +labels = ["linux-user", "target: arm"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/789" +host-os = "macOS 15.1" +host-arch = "ARM64" +qemu-version = "6.1 according to the docker release notes" +guest-os = "rpi-raspian" +guest-arch = "arm" +description = """docker build of the simple Dockerfile here causes QEMU to crash in arm +emulation. It is perfectly reproducible. + +FROM balenalib/rpi-raspbian:bullseye-20210925 + +USER root + +RUN apt-get update -y && apt-get upgrade -y""" +reproduce = "n/a" +additional = """""" |