graphic: 0.935 device: 0.859 mistranslation: 0.793 semantic: 0.790 performance: 0.702 vnc: 0.695 architecture: 0.645 PID: 0.605 files: 0.537 VMM: 0.532 socket: 0.521 risc-v: 0.518 ppc: 0.469 debug: 0.463 TCG: 0.430 kernel: 0.422 register: 0.401 network: 0.396 arm: 0.380 user-level: 0.364 boot: 0.350 i386: 0.328 hypervisor: 0.317 x86: 0.313 permissions: 0.262 virtual: 0.256 peripherals: 0.250 KVM: 0.206 assembly: 0.062 EDID does not reflected to window size when added through the commandline Description of problem: 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. Steps to reproduce: 1. Run the qemu with the command mentioned 2. Check the resolution of guest OS