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_missing/host_missing/accel_missing/1063.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_missing/host_missing/accel_missing/1063.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1063.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1063.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1063.toml new file mode 100644 index 00000000..1494a763 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1063.toml @@ -0,0 +1,19 @@ +id = 1063 +title = "qemu: could not load PC BIOS 'bios-256k.bin'" +state = "closed" +created_at = "2022-06-05T08:35:36.796Z" +closed_at = "2023-09-27T09:47:43.007Z" +labels = ["Closed::NotReproducible"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1063" +host-os = "Ubuntu 18.04" +host-arch = "x86_64" +qemu-version = "QEMU emulator version 7.0.50" +guest-os = "Ubuntu 18.04" +guest-arch = "x86" +description = """I cloned latest QEMU and build in Ubuntu 18.04, when I run QEMU to start a vm, it tells me `could not load PC BIOS 'bios-256k.bin' + +""" +reproduce = """1. Clone latest QEMU in Ubuntu18.04 +2. build QEMU +3. Use QEMU and libvirt to start a virtual machine.""" +additional = "n/a" |