From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../issues/target_arm/host_arm/accel_KVM/2551.toml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 gitlab/issues/target_arm/host_arm/accel_KVM/2551.toml (limited to 'gitlab/issues/target_arm/host_arm/accel_KVM') diff --git a/gitlab/issues/target_arm/host_arm/accel_KVM/2551.toml b/gitlab/issues/target_arm/host_arm/accel_KVM/2551.toml deleted file mode 100644 index 08201c8c8..000000000 --- a/gitlab/issues/target_arm/host_arm/accel_KVM/2551.toml +++ /dev/null @@ -1,21 +0,0 @@ -id = 2551 -title = "RTC time could run slow 3s than host time when clock=vm & base=UTC" -state = "opened" -created_at = "2024-09-03T01:46:44.266Z" -closed_at = "n/a" -labels = ["accel: KVM", "host: arm", "target: arm"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2551" -host-os = "EulerOS" -host-arch = "ARM" -qemu-version = "QEMU emulator version 6.2.0 (qemu-6.2.0.oe2203sp1-2.12.0.5.399)" -guest-os = "EulerOS" -guest-arch = "ARM" -description = """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: -#""" -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 = """""" -- cgit 1.4.1