diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1431.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
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.toml | 62 |
1 files changed, 0 insertions, 62 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 deleted file mode 100644 index e8038c18..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1431.toml +++ /dev/null @@ -1,62 +0,0 @@ -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: - -""" -additional = "n/a" |