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/2637.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/2637.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2637.toml | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2637.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2637.toml deleted file mode 100644 index a62dabb6..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2637.toml +++ /dev/null @@ -1,61 +0,0 @@ -id = 2637 -title = "ubuntu 22.04 virtio-vga-gl notwork" -state = "opened" -created_at = "2024-10-24T05:23:19.995Z" -closed_at = "n/a" -labels = ["device:graphics", "device:virtio"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2637" -host-os = "- OS/kernel version:" -host-arch = "- QEMU flavor:" -qemu-version = "- QEMU command line:" -guest-os = "- OS/kernel version:" -guest-arch = "## Description of problem" -description = """""" -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 = """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""" |