diff options
Diffstat (limited to 'results/classifier/118/graphic/2520')
| -rw-r--r-- | results/classifier/118/graphic/2520 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/2520 b/results/classifier/118/graphic/2520 new file mode 100644 index 000000000..07e5914cc --- /dev/null +++ b/results/classifier/118/graphic/2520 @@ -0,0 +1,41 @@ +x86: 0.975 +graphic: 0.970 +architecture: 0.868 +device: 0.856 +performance: 0.710 +mistranslation: 0.694 +semantic: 0.692 +debug: 0.597 +PID: 0.480 +permissions: 0.394 +files: 0.386 +VMM: 0.326 +vnc: 0.313 +socket: 0.310 +virtual: 0.304 +risc-v: 0.290 +user-level: 0.283 +boot: 0.279 +register: 0.270 +peripherals: 0.202 +i386: 0.159 +TCG: 0.157 +network: 0.152 +hypervisor: 0.152 +ppc: 0.118 +assembly: 0.109 +arm: 0.101 +kernel: 0.056 +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.` |