From 34f499dde05d76bf815722c13371522e1c7240a6 Mon Sep 17 00:00:00 2001 From: Alex Chen Date: Thu, 22 Apr 2021 16:57:11 +0800 Subject: [PATCH] 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> --- vmtop.spec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/vmtop.spec b/vmtop.spec index 2c8c1c5..8570dff 100644 --- a/vmtop.spec +++ b/vmtop.spec @@ -31,6 +31,13 @@ Patch0020: bugfix-add-check-to-avoid-invalid-ptr-for-strcmp.patch Patch0021: input-add-invalid-opt-check-in-input.patch Patch0022: version-unified-with-release-version.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 @@ -71,6 +78,15 @@ install -m 550 vmtop ${RPM_BUILD_ROOT}/usr/bin/%{name} %{_bindir}/vmtop %changelog +* Tue Mar 16 2021 Huawei Technologies Co., Ltd +- 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 - input: change wait mechanism for input