summaryrefslogtreecommitdiffstats
path: root/gitlab/issues/target_arm/host_missing/accel_TCG/1054.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_arm/host_missing/accel_TCG/1054.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloademulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_TCG/1054.toml')
-rw-r--r--gitlab/issues/target_arm/host_missing/accel_TCG/1054.toml38
1 files changed, 0 insertions, 38 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_TCG/1054.toml b/gitlab/issues/target_arm/host_missing/accel_TCG/1054.toml
deleted file mode 100644
index 0860f384..00000000
--- a/gitlab/issues/target_arm/host_missing/accel_TCG/1054.toml
+++ /dev/null
@@ -1,38 +0,0 @@
-id = 1054
-title = "Unable to start CirrOS 0.5.1 on QEMU 7.0 with -M virt and -cpu max"
-state = "closed"
-created_at = "2022-06-01T17:38:10.645Z"
-closed_at = "2022-06-03T19:28:56.963Z"
-labels = ["Closed::Invalid", "accel: TCG", "target: arm"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1054"
-host-os = "Debian 11 with kernel from Debian/unstable"
-host-arch = "AArch64"
-qemu-version = "QEMU emulator version 7.0.0 (Debian 1:7.0+dfsg-2~bpo11+2)"
-guest-os = "CirrOS 0.5.1"
-guest-arch = "AArch64"
-description = """"""
-reproduce = """1. Fetch CirrOS image: ```wget https://github.com/cirros-dev/cirros/releases/download/0.5.1/cirros-0.5.1-aarch64-disk.img```
-2. Run QEMU:
- ```
- qemu-system-aarch64 -drive file=cirros-0.5.1-aarch64-disk.img -M virt -m 2048 \\
- -bios /usr/share/qemu-efi-aarch64/QEMU_EFI.fd -cpu max -nographic
- ```"""
-additional = """When image boots, GRUB window appears for a second and then kernel/initramfs are loaded and booted:
-```
-EFI stub: Booting Linux Kernel...
-EFI stub: EFI_RNG_PROTOCOL unavailable, no randomness supplied
-EFI stub: Using DTB from configuration table
-EFI stub: Exiting boot services and installing virtual address map...
-```
-
-When everything is fine we can see kernel output:
-```
-[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd070]
-[ 0.000000] Linux version 5.3.0-26-generic (buildd@bos02-arm64-028) (gcc version 7.4.0 (Ubuntu/Linaro 7.4.0-1ubuntu1~18.04.1)) #28~18.04.1-Ubuntu SMP Wed Dec 18 16:41:01 UTC 2019 (Ubuntu 5.3.0-26.28~18.04.1-generic 5.3.13)
-[ 0.000000] efi: Getting EFI parameters from FDT:
-[ 0.000000] efi: EFI v2.70 by EDK II
-```
-
-But on QEMU 7.0 with ```-M virt -cpu max``` we never get kernel output.
-
-#"""