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_i386/host_missing/accel_missing/2954.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_i386/host_missing/accel_missing/2954.toml')
| -rw-r--r-- | gitlab/issues/target_i386/host_missing/accel_missing/2954.toml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/2954.toml b/gitlab/issues/target_i386/host_missing/accel_missing/2954.toml new file mode 100644 index 00000000..ffb2def9 --- /dev/null +++ b/gitlab/issues/target_i386/host_missing/accel_missing/2954.toml @@ -0,0 +1,31 @@ +id = 2954 +title = "SD card is not visible by UEFI" +state = "opened" +created_at = "2025-05-07T15:52:54.552Z" +closed_at = "n/a" +labels = ["efi", "target: i386"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2954" +host-os = "Fedora 42" +host-arch = "x86_64" +qemu-version = "qemu-9.1.2-3.fc41" +guest-os = "n/a" +guest-arch = "x86_64" +description = """SD card is not visible by OVMF UEFI, so it's not possible to boot from it: +``` +UEFI Interactive Shell v2.2 +EDK II +UEFI v2.70 (EDK II, 0x00010000) +Mapping table + BLK0: Alias(s): + PciRoot(0x0)/Pci(0x1,0x1)/Ata(0x0) +Press ESC in 1 seconds to skip startup.nsh or any other key to continue. +Shell> +``` +It is visible by SeaBIOS though, if we remove the OVMF part from the commandline: +``` +qemu-system-x86_64 -device sdhci-pci -drive if=none,file=Fedora-IoT-ostree-41-20241027.0.x86_64.iso,format=raw,id=MMC1 -device sd-card,drive=MMC1 +``` + +@philmd""" +reproduce = "n/a" +additional = "n/a" |