summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/696
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/696
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/696')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/6969
1 files changed, 0 insertions, 9 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/696 b/gitlab/issues_text/target_missing/host_missing/accel_missing/696
deleted file mode 100644
index 588b5d114..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/696
+++ /dev/null
@@ -1,9 +0,0 @@
-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