From 4b927bc37359dec23f67d3427fc982945f24f404 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 21 May 2025 21:21:26 +0200 Subject: add gitlab issues in toml format --- .../host_missing/accel_missing/696.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create 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 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" -- cgit 1.4.1