blob: 1628430f0aa7f1bed59d898bf1a902b1d3df7cd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
graphic: 0.819
device: 0.393
boot: 0.197
vnc: 0.170
mistranslation: 0.168
virtual: 0.140
semantic: 0.115
network: 0.073
debug: 0.071
i386: 0.066
ppc: 0.063
permissions: 0.063
hypervisor: 0.051
files: 0.050
user-level: 0.050
register: 0.049
x86: 0.045
PID: 0.032
performance: 0.032
socket: 0.031
peripherals: 0.024
architecture: 0.021
risc-v: 0.019
VMM: 0.018
assembly: 0.017
arm: 0.010
TCG: 0.007
kernel: 0.005
KVM: 0.002
[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
|