From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../host_missing/accel_missing/696.toml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 gitlab/issues/target_missing/host_missing/accel_missing/696.toml (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/696.toml') diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/696.toml b/gitlab/issues/target_missing/host_missing/accel_missing/696.toml deleted file mode 100644 index 0bec4ab05..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/696.toml +++ /dev/null @@ -1,19 +0,0 @@ -id = 696 -title = "EDID does not reflected to window size when added through the commandline" -state = "opened" -created_at = "2021-10-28T01:56:00.920Z" -closed_at = "n/a" -labels = ["device:graphics"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/696" -host-os = "Yocto Linux" -host-arch = "x86" -qemu-version = "QEMU emulator version 6.1.50 (v6.1.0-1735-gc52d69e7db) Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers" -guest-os = "Yocto Linux" -guest-arch = "x86" -description = """It seems some odd behavior on the guest screen. it shows me the size of default window (640x480) instead of override the value to 1740x720. This size (640x480) is first initialized on ui/console.c => QemuConsole *graphic_console_init and I did noticed that in hw/display/virtio-gpu-base.c=> static int virtio_gpu_ui_info the override value is not taking place instead it just took the value from ui/console.c (640x480). May I know, how do I achieved the right override edid value from the current provided interface. - -##Additional information -I did noticed that the edid flag is always true (running this command) It is contradiction from the doc.""" -reproduce = """1. Run the qemu with the command mentioned -2. Check the resolution of guest OS""" -additional = "n/a" -- cgit 1.4.1