summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/graphic/696
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/graphic/696
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/graphic/696')
-rw-r--r--results/classifier/gemma3:12b/graphic/69610
1 files changed, 10 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/graphic/696 b/results/classifier/gemma3:12b/graphic/696
new file mode 100644
index 000000000..c398ab92c
--- /dev/null
+++ b/results/classifier/gemma3:12b/graphic/696
@@ -0,0 +1,10 @@
+
+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