summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/696.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/696.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloadqemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/696.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/696.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/696.toml b/gitlab/issues/target_missing/host_missing/accel_missing/696.toml
new file mode 100644
index 000000000..0bec4ab05
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/696.toml
@@ -0,0 +1,19 @@
+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"