]> git.proxmox.com Git - qemu.git/commit
hmp: Disable chardev-add and chardev-remove
authorMarkus Armbruster <armbru@redhat.com>
Wed, 6 Feb 2013 16:07:46 +0000 (17:07 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 6 Feb 2013 22:35:43 +0000 (16:35 -0600)
commit8a14952c9d2f5fa2b3caa6dc286b62ed5d26bca7
tree9a7a6e6ba7f12c85c912c3a7350580fee88dffda
parent543f34126b7bfc85b05d0e371e3ce0695444f433
hmp: Disable chardev-add and chardev-remove

As a general rule, HMP commands must be built on top of the QMP API.
Luiz and others have worked long & hard to make HMP conform to this
rule.

Commit f1088908 added chardev-add, in violation of this rule.  QMP
command chardev-add was added right before, with minimal features, and
the idea to complete it step by step, then switch over the HMP command
to use it.

Unfortunately, we're not there, yet, and we don't want to release with
chardev-add in a "HMP is more powerful than QMP" state.

Disable the HMP command for now, along with its chardev-remove buddy.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hmp-commands.hx