qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 6/8] qapi: Implement deprecated-input=reject for QMP comma


From: Eric Blake
Subject: Re: [PATCH v5 6/8] qapi: Implement deprecated-input=reject for QMP commands
Date: Mon, 14 Sep 2020 10:45:08 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/14/20 3:48 AM, Markus Armbruster wrote:
This policy rejects deprecated input, and thus permits "testing the
future".  Implement it for QMP commands: make deprecated ones fail.
Example: when QEMU is run with -compat deprecated-input=reject, then

     {"execute": "query-cpus"}

fails like this

     {"error": {"class": "CommandNotFound", "desc": "Deprecated command query-cpus 
disabled by policy"}}

When the deprecated command is removed, the error will change to

     {"error": {"class": "CommandNotFound", "desc": "The command query-cpus has not 
been found"}}

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---

Reviewed-by: Eric Blake <eblake@redhat.com>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]