25 Sep
2025
25 Sep
'25
9:41 p.m.
On 9/25/25 02:44, Daniel P. Berrangé wrote:
Note that this is not simply the inverse of monitor_cur_is_qmp(), as both helpers require that monitor_cur() is first non-NULL.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- include/monitor/monitor.h | 1 + monitor/monitor.c | 10 ++++++++++ stubs/monitor-core.c | 6 ++++++ tests/unit/test-util-sockets.c | 1 + 4 files changed, 18 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~