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_missing/host_missing/accel_missing/2671.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2671.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2671.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2671.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2671.toml deleted file mode 100644 index 1617d2dc..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2671.toml +++ /dev/null @@ -1,25 +0,0 @@ -id = 2671 -title = "[Virtio-GPU Venus] I compiled virglrenderer with Venus support on 1.1.0,but could not boot QEMU with virtio-gpu Venus" -state = "opened" -created_at = "2024-11-13T05:43:49.393Z" -closed_at = "n/a" -labels = ["device:graphics", "device:virtio"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2671" -host-os = "Ubuntu 24.10" -host-arch = "x86" -qemu-version = "stable-9.1.1" -guest-os = "BlissOS 15 (Android 12L)" -guest-arch = "x86" -description = """When I tried to use virtio-gpu-gl with venus=true like the template,it shows: -{width=1251 height=75} -But I have already compile virglrenderer using: - meson setup build \\ - -Dvenus=true \\ - -Drender-server=true \\ - -Drender-server-worker=thread \\ - -Dbuildtype=release \\ - -Dprefix=${INSTDIR} - -and run QEMU with designated environment variables,but it still cannot boot,but if I use QEMU-8.0 with Venus-v17 patch and it works😭""" -reproduce = """Just use "-device virtio-gpu-gl,hostmem=4G,blob=true,venus=true" and it will show the problem""" -additional = """No""" |