diff options
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2671')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/2671 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2671 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2671 new file mode 100644 index 000000000..4016d3e0f --- /dev/null +++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/2671 @@ -0,0 +1,17 @@ +[Virtio-GPU Venus] I compiled virglrenderer with Venus support on 1.1.0,but could not boot QEMU with virtio-gpu Venus +Description of problem: +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😭 +Steps to reproduce: +Just use "-device virtio-gpu-gl,hostmem=4G,blob=true,venus=true" and it will show the problem +Additional information: +No |