summary refs log tree commit diff stats
path: root/gitlab/issues/target_arm/host_arm/accel_KVM
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_arm/host_arm/accel_KVM
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_arm/host_arm/accel_KVM')
-rw-r--r--gitlab/issues/target_arm/host_arm/accel_KVM/2551.toml21
1 files changed, 0 insertions, 21 deletions
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 = """"""