Re: [PATCH 04/17] qemu: monitor: Drop support for extra wrapper for 'object_add'

2025-03-13 Thread Ján Tomko
On a Wednesday in 2025, Peter Krempa wrote: The QAPIfication of objects removed the extra warapper object which we wrapper were adding in the monitor code to simplify the other callers. Now that we support only qemus which don't require this we can drop the support code. Signed-off-by: Pete

Re: [PATCH 04/17] qemu: monitor: Drop support for extra wrapper for 'object_add'

2025-03-12 Thread Daniel P . Berrangé
On Wed, Mar 12, 2025 at 05:31:14PM +0100, Peter Krempa wrote: > The QAPIfication of objects removed the extra warapper object which we s/warapper/wrapper/ > were adding in the monitor code to simplify the other callers. > > Now that we support only qemus which don't require this we can drop the

[PATCH 04/17] qemu: monitor: Drop support for extra wrapper for 'object_add'

2025-03-12 Thread Peter Krempa
The QAPIfication of objects removed the extra warapper object which we were adding in the monitor code to simplify the other callers. Now that we support only qemus which don't require this we can drop the support code. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor.c | 27 +