mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
The high level `-qmp` and `-monitor` options can remain as convenience wrappers, but the low level `-mon` is completed obsoleted by the new `-object` support with 'monitor-qmp' and 'monitor-hmp' types. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Tested-by: Peter Krempa <pkrempa@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20260706135824.2623960-36-berrange@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [Editing accident fixed in qemu-options.hx] Signed-off-by: Markus Armbruster <armbru@redhat.com>