Re: [RFC PATCH 2/3] monitor: Allow passing HMP arguments to QMP HumanReadableText API

2024-06-10 Thread Daniel P . Berrangé
On Mon, Jun 10, 2024 at 07:58:51PM +0200, Philippe Mathieu-Daudé wrote: > Allow HMP commands implemented using the HumanReadableText API > (via the HMPCommand::cmd_info_hrt handler) to pass arguments > to the QMP equivalent command. The arguments are serialized as > a JSON dictionary. > > Signed-o

[RFC PATCH 2/3] monitor: Allow passing HMP arguments to QMP HumanReadableText API

2024-06-10 Thread Philippe Mathieu-Daudé
Allow HMP commands implemented using the HumanReadableText API (via the HMPCommand::cmd_info_hrt handler) to pass arguments to the QMP equivalent command. The arguments are serialized as a JSON dictionary. Signed-off-by: Philippe Mathieu-Daudé --- docs/devel/writing-monitor-commands.rst | 15 +++