spec: Update patch and changelog with !24

vcpu_list: pre malloc vcpu list to improve performance
performance: del unnecessary memcpy and memset
keyboard: change wait time to 3s
performance: change memset location
proc: del unused items getting from proc stat refresh
proc: del loop sscanf for proc pid stat file
utils: del realpath from read_file

Signed-off-by: nocjj <1250062498@qq.com>
This commit is contained in:
Alex Chen 2021-04-22 16:57:11 +08:00
parent ec90fc1e17
commit 34f499dde0

View File

@ -31,6 +31,13 @@ Patch0020: bugfix-add-check-to-avoid-invalid-ptr-for-strcmp.patch
Patch0021: input-add-invalid-opt-check-in-input.patch Patch0021: input-add-invalid-opt-check-in-input.patch
Patch0022: version-unified-with-release-version.patch Patch0022: version-unified-with-release-version.patch
Patch0023: input-change-wait-mechanism-for-input.patch Patch0023: input-change-wait-mechanism-for-input.patch
Patch0024: vcpu_list-pre-malloc-vcpu-list-to-improve-performanc.patch
Patch0025: performance-del-unnecessary-memcpy-and-memset.patch
Patch0026: keyboard-change-wait-time-to-3s.patch
Patch0027: performance-change-memset-location.patch
Patch0028: proc-del-unused-items-getting-from-proc-stat-refresh.patch
Patch0029: proc-del-loop-sscanf-for-proc-pid-stat-file.patch
Patch0030: utils-del-realpath-from-read_file.patch
Requires: libvirt, ncurses Requires: libvirt, ncurses
@ -71,6 +78,15 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name}
%{_bindir}/vmtop %{_bindir}/vmtop
%changelog %changelog
* Tue Mar 16 2021 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- vcpu_list: pre malloc vcpu list to improve performance
- performance: del unnecessary memcpy and memset
- keyboard: change wait time to 3s
- performance: change memset location
- proc: del unused items getting from proc stat refresh
- proc: del loop sscanf for proc pid stat file
- utils: del realpath from read_file
* Sat Feb 27 2021 Huawei Technologies Co., Ltd <alex.chen@huawei.com> * Sat Feb 27 2021 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- input: change wait mechanism for input - input: change wait mechanism for input