diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-03 12:04:13 +0000 |
| commit | 256709d2eb3fd80d768a99964be5caa61effa2a0 (patch) | |
| tree | 05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/graphic/2520 | |
| parent | 2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff) | |
| download | qemu-analysis-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz qemu-analysis-256709d2eb3fd80d768a99964be5caa61effa2a0.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/105/graphic/2520')
| -rw-r--r-- | results/classifier/105/graphic/2520 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/2520 b/results/classifier/105/graphic/2520 new file mode 100644 index 000000000..8b19050a1 --- /dev/null +++ b/results/classifier/105/graphic/2520 @@ -0,0 +1,24 @@ +graphic: 0.970 +device: 0.856 +instruction: 0.839 +mistranslation: 0.694 +semantic: 0.692 +other: 0.359 +vnc: 0.313 +socket: 0.310 +boot: 0.279 +network: 0.152 +assembly: 0.109 +KVM: 0.025 + +qemu-system-x86_64 : No Display when system wakeup from suspend +Description of problem: +Qemu display window is blank with message `Display output is not active.` +Steps to reproduce: +1. Use https://gitlab.com/berrange/tiny-vm-tools/-/blob/master/make-tiny-image.py to generate tiny-initrd.img +2. Run qemu and drop into shell +3. Put machine into S3 (echo mem > /sys/power/state) +4. Use socat to connect to QEMU monitor and wake up the machine (system_wakeup) +5. System resumes in shell, but no output in display +Additional information: +Same behavior, if I try standard ubuntu22.04.qcow2 image. Before suspend GUI is there and after wakeup from suspend blank display with message `Display output is not active.` |