summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/2551
blob: 7861346a7662c3914da1fdb16591e3214a596386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
graphic: 0.974
instruction: 0.871
device: 0.854
boot: 0.784
semantic: 0.704
vnc: 0.586
network: 0.492
KVM: 0.291
mistranslation: 0.278
assembly: 0.259
other: 0.234
socket: 0.211

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: