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/2418.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/2418.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2418.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2418.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2418.toml new file mode 100644 index 00000000..f228350a --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2418.toml @@ -0,0 +1,22 @@ +id = 2418 +title = "[Gfxstream BUG]" +state = "opened" +created_at = "2024-07-02T10:28:08.344Z" +closed_at = "n/a" +labels = ["Build System", "device:graphics", "device:virtio"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2418" +host-os = "(K)Ubuntu 24.04" +host-arch = "x86_64" +qemu-version = "qemu-system-x86_64 --version 9.0.1" +guest-os = "BlissOS" +guest-arch = "x86_64" +description = """I tried to test gfxstream with qemu,I build qemu-9.0.1 with --enable-rutabaga-gfx flag,but after I have compiled and try to boot my Virtual Devices,it crashed and told me with "invalid rutabaga build parameters: gfxstream feature not enabled" + +{width=1276 height=99}""" +reproduce = """1.Compile the qemu with kvm,vhost,rutabaga_gfxstream,virgl support +2.run the virtual machine with my command + +But I found an interesting thing:If I build and install AEMU&Gfxstream at /usr in place of /usr/local,I could boot Virtual Machine normally😂 + +Could developers solve the problems?Thanks!""" +additional = "n/a" |