spec: Update patch and changelog with !237 【6.2.0】自由时钟补丁回合 !237

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

Signed-off-by: Chen Qun<kuhn.chenqun@huawei.com>
This commit is contained in:
Chen Qun 2022-02-11 21:01:28 +08:00 committed by yezengruan
parent ebbf4245dc
commit f4328c1a60

View File

@ -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 <kuhn.chenqun@huawei.com>
- 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 <kuhn.chenqun@huawei.com>
- target/arm: convert isar regs to array
- target/arm: parse cpu feature related options