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 <arm...@redhat.com>
---

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

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


Reply via email to