summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/performance/2551
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/performance/2551
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/performance/2551')
-rw-r--r--results/classifier/zero-shot/108/performance/255128
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/performance/2551 b/results/classifier/zero-shot/108/performance/2551
new file mode 100644
index 00000000..234b5834
--- /dev/null
+++ b/results/classifier/zero-shot/108/performance/2551
@@ -0,0 +1,28 @@
+performance: 0.993
+graphic: 0.974
+device: 0.854
+boot: 0.784
+semantic: 0.704
+debug: 0.586
+vnc: 0.586
+network: 0.492
+PID: 0.465
+KVM: 0.291
+other: 0.234
+socket: 0.211
+files: 0.163
+permissions: 0.144
+
+RTC time could run slow 3s than host time when clock=vm & base=UTC
+Description of problem:
+When start qemu with `-rtc base=utc,clock=vm`, sometime guest time can slower 3s than host. There's no problem (also didn't be noticed) as we often start ntp service, who will adjust our system time. But let's talk about if we havn't enable NTP service(for example system just booted)
+
+After inspect into the code, i found that there are two problem we should think about:
+#
+Steps to reproduce:
+1. start vm with `-rtc base=utc,clock=vm`
+2. disable NTP (OS specific)`systemctl disable --now ntpd;systemctl disable --now ntpdate`
+3. reboot in the guest
+4. after guest started, compare guest time with host time(at the same time) `date +'%F %T.%3N'`
+Additional information:
+