[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 05/19] docs/devel: document expectations for HMP commands
From: |
Eric Blake |
Subject: |
Re: [PATCH v3 05/19] docs/devel: document expectations for HMP commands in the future |
Date: |
Mon, 4 Oct 2021 13:33:28 -0500 |
User-agent: |
NeoMutt/20210205-804-7958fd |
On Thu, Sep 30, 2021 at 02:23:35PM +0100, Daniel P. Berrangé wrote:
> We no longer wish to have commands implemented in HMP only. All commands
> should start with a QMP implementation and the HMP merely be a shim
> around this. To reduce the burden of implementing QMP commands where
> there is low expectation of machine usage, requirements for QAPI
> modelling are relaxed provided the command is under the "x-" name
> prefix.
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> docs/devel/writing-monitor-commands.rst | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
- Re: [PATCH v3 05/19] docs/devel: document expectations for HMP commands in the future,
Eric Blake <=