summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1431.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1431.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1431.toml62
1 files changed, 62 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1431.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1431.toml
new file mode 100644
index 000000000..e8038c18c
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/1431.toml
@@ -0,0 +1,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"