summary refs log tree commit diff stats
path: root/gitlab/issues/target_arm/host_missing/accel_TCG/1054.toml
blob: 0860f384fb42375a589fadfbf0120e3aa119affa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.

#"""