Re: [PATCH 10/14] qemu: Merge qemuMonitorJSONGetCPUData in qemuMonitorJSONGetGuestCPU

2025-09-08 Thread Peter Krempa via Devel
On Thu, Sep 04, 2025 at 16:46:58 +0200, Jiri Denemark via Devel wrote: > From: Jiri Denemark > > The qemuMonitorJSONGetCPUData function is just a wrapper around two > function calls and it is only used by qemuMonitorJSONGetGuestCPU. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_monito

[PATCH 10/14] qemu: Merge qemuMonitorJSONGetCPUData in qemuMonitorJSONGetGuestCPU

2025-09-04 Thread Jiri Denemark via Devel
From: Jiri Denemark The qemuMonitorJSONGetCPUData function is just a wrapper around two function calls and it is only used by qemuMonitorJSONGetGuestCPU. Signed-off-by: Jiri Denemark --- src/qemu/qemu_monitor_json.c | 27 ++- 1 file changed, 6 insertions(+), 21 deletion