diff --git a/qemu.spec b/qemu.spec index d698ab2..be0430f 100644 --- a/qemu.spec +++ b/qemu.spec @@ -72,6 +72,9 @@ Patch0059: target-arm-only-set-ID_PFR1_EL1.GIC-for-AArch32-gues.patch Patch0060: target-arm-Fix-write-redundant-values-to-kvm.patch Patch0061: target-arm-clear-EL2-and-EL3-only-when-kvm-is-not-en.patch Patch0062: target-arm-Update-the-ID-registers-of-Kunpeng-920.patch +Patch0063: freeclock-add-qmp-command-to-get-time-offset-of-vm-i.patch +Patch0064: freeclock-set-rtc_date_diff-for-arm.patch +Patch0065: freeclock-set-rtc_date_diff-for-X86.patch BuildRequires: flex BuildRequires: gcc @@ -516,6 +519,11 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Feb 11 2022 Chen Qun +- freeclock: add qmp command to get time offset of vm in seconds +- freeclock: set rtc_date_diff for arm +- freeclock: set rtc_date_diff for X86 + * Fri Feb 11 2022 Chen Qun - target/arm: convert isar regs to array - target/arm: parse cpu feature related options