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é <berra...@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.hender...@linaro.org> r~