summary refs log tree commit diff stats
path: root/gitlab/issues_toml/target_missing/host_missing/accel_missing/1431.toml
blob: e8038c18c260e81d02c1af3fa4d399780ac62da8 (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
id = 1431
title = "qemu spice support opengl"
state = "closed"
created_at = "2023-01-10T11:56:14.676Z"
closed_at = "2024-04-15T08:15:31.455Z"
labels = ["GUI", "spice"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1431"
host-os = "centos8"
host-arch = "x86"
qemu-version = "6.2.0"
guest-os = "n/a"
guest-arch = "n/a"
description = "n/a"
reproduce = """I wan to use spice support opengl, but my qemu seems not support,what can i do to support opengl for spice?

qemu configure:
```
./configure --target-list=x86_64-softmmu --enable-kvm --enable-debug --enable-spice --enable-numa --enable-libusb --enable-curl --enable-usb-redir --enable-libiscsi  --enable-virglrenderer --enable-opengl  --enable-gtk --prefix="/usr"
```

xml:
```xml
<domain type='kvm'>
    <name>test</name>
    <memory>1048576</memory>
    <currentMemory>1048576</currentMemory>
    <vcpu>1</vcpu>
    <os>
      <type arch='x86_64' machine='pc'>hvm</type>
    </os>
   <cpu mode='custom' match='exact' check='full'>
    <topology sockets='1' dies='1' cores='1' threads='1'/>
  </cpu>
   <features>
     <acpi/>
     <apic/>
     <pae/>
   </features>
   <clock offset='localtime'/>
   <on_poweroff>destroy</on_poweroff>
   <on_reboot>restart</on_reboot>
   <on_crash>destroy</on_crash>
   <devices>
     <emulator>/usr/bin/qemu-system-x86_64</emulator>
     <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2'/>
       <source file='/root/kk.img'/>
       <target dev='hda' bus='ide'/>
     </disk>
    <input type='mouse' bus='ps2'/>
    <graphics type='spice'>
      <listen type='none'/>
      <gl enable='yes' rendernode='/dev/dri/renderD128'/>
    </graphics>
   </devices>
</domain>
```

error report:

![image](/uploads/74ecd52966d71bbbd2921f4c292002a9/image.png)"""
additional = "n/a"