diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_riscv/host_missing/accel_missing/1925.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_riscv/host_missing/accel_missing/1925.toml')
| -rw-r--r-- | gitlab/issues/target_riscv/host_missing/accel_missing/1925.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gitlab/issues/target_riscv/host_missing/accel_missing/1925.toml b/gitlab/issues/target_riscv/host_missing/accel_missing/1925.toml deleted file mode 100644 index b06a04999..000000000 --- a/gitlab/issues/target_riscv/host_missing/accel_missing/1925.toml +++ /dev/null @@ -1,19 +0,0 @@ -id = 1925 -title = "RISC-V 64 System Emulator fdt imporperly created after machine init is done" -state = "closed" -created_at = "2023-10-08T09:30:16.285Z" -closed_at = "2023-11-22T16:50:13.484Z" -labels = ["target: riscv"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1925" -host-os = "Ubuntu 22.04" -host-arch = "x86_64" -qemu-version = "8.1.1" -guest-os = "Linux" -guest-arch = "RISC-V 64" -description = """In commit 49554856 the creation of FDT is moved to `virt_machine_done()` -However, adding guest loader device requires the presence of fdt at `hw/core/guest-loader.c:50` when the fdt ptr is still 0x0. -Thus adding of guest loader device will fail.""" -reproduce = """1. Compile Qemu with riscv64 system emulator target -2. Compile Xen hypervisor platform (not necessary) -3. Instruct Qemu start with virt machine and any valid guest-loader device specification.""" -additional = """Commit that changes order of fdt creation: 49554856f0b6f622ab6afdcc275d4ab2ecb3625c""" |