diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/virtual/2626 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/virtual/2626')
| -rw-r--r-- | results/classifier/118/virtual/2626 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/results/classifier/118/virtual/2626 b/results/classifier/118/virtual/2626 new file mode 100644 index 00000000..45b42ea7 --- /dev/null +++ b/results/classifier/118/virtual/2626 @@ -0,0 +1,38 @@ +virtual: 0.923 +device: 0.867 +performance: 0.863 +graphic: 0.845 +network: 0.793 +vnc: 0.710 +architecture: 0.670 +hypervisor: 0.607 +debug: 0.575 +TCG: 0.566 +socket: 0.543 +risc-v: 0.529 +semantic: 0.449 +VMM: 0.417 +ppc: 0.404 +PID: 0.357 +permissions: 0.341 +kernel: 0.337 +files: 0.325 +boot: 0.312 +i386: 0.304 +register: 0.302 +x86: 0.301 +KVM: 0.250 +peripherals: 0.248 +mistranslation: 0.201 +arm: 0.200 +user-level: 0.096 +assembly: 0.065 + +QEMU crashes after host time moves backwards +Description of problem: +QEMU process crashes after time synchronized and moved backwards on the host. +Steps to reproduce: +As detailed in the [thread](https://bugzilla.redhat.com/show_bug.cgi?id=2228406) + +1. create a virtual machine and change tick period in the guest +2. executing `while [ 1 ];do hwclock --systohc; hwclock --hctosys;done` on the host |