blob: e2e181d3689c8cab5015a1c367d5e8b48717932b (
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
graphic: 0.994
device: 0.979
vnc: 0.973
instruction: 0.960
boot: 0.929
network: 0.924
socket: 0.909
assembly: 0.898
KVM: 0.880
mistranslation: 0.769
other: 0.758
semantic: 0.667
ubuntu 22.04 virtio-vga-gl notwork
Description of problem:
Steps to reproduce:
1.qemu-system-x86_64 \
-m 2048 \
-smp 2 \
-hda /home/perilla/virt/redroid.qcow2 \
-boot d \
-net nic -net user,hostfwd=tcp::1122-:22,hostfwd=tcp::19000-:9000,hostfwd=tcp::15555-:5555 \
-vnc :0 \
-device virtio-vga-gl \
-display sdl,gl=on \
-enable-kvm
the machine can't startup normally
host console output:
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]\n
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]\n
gl_version 46 - core profile enabled\n
after`gl_version` line, startup prograss stopped![image]
vm console output:
it seems different every startup progress
first time:
{width=764 height=467}
second time:
{width=780 height=415}
2.
3.
Additional information:
when I use -device virtio-gpu, it works fine
qemu-system-x86_64 \
-m 2048 \
-smp 2 \
-hda /home/username/virt/redroid.qcow2 \
-boot d \
-net nic -net user,hostfwd=tcp::1122-:22,hostfwd=tcp::19000-:9000,hostfwd=tcp::15555-:5555 \
-vnc :0 \
-device virtio-gpu \
-display sdl,gl=on \
-enable-kvm \
-device qxl
host console output:\n
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]\n
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]\n
|