Re: [PATCH] util/qemu-config: Remove unnecessary traversal

2023-11-28 Thread Markus Armbruster
Shiyuan Gao via writes: > From: Gao Shiyuan > > No remove QemuOptsList from *_config_groups, so no need to > traverse from the beginning every time. > > No functional changes. > > Signed-off-by: Gao Shiyuan > --- > include/qemu/config-file.h | 3 +++ > util/qemu-config.c | 18

[PATCH] util/qemu-config: Remove unnecessary traversal

2023-11-13 Thread Shiyuan Gao via
From: Gao Shiyuan No remove QemuOptsList from *_config_groups, so no need to traverse from the beginning every time. No functional changes. Signed-off-by: Gao Shiyuan --- include/qemu/config-file.h | 3 +++ util/qemu-config.c | 18 -- 2 files changed, 11 insertions(+)