]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
qdev-monitor: print help to stdout
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 7 Sep 2018 07:45:39 +0000 (11:45 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 5 Oct 2018 12:14:22 +0000 (16:14 +0400)
commita95db58f210ddf5ed61f25cfcb89063cda86ea3c
tree63e813a437c031361127ec22f39acd059de0c234
parentb8e5671a8cd196e7262802ca895bf87d50416989
qdev-monitor: print help to stdout

qdev_device_help() is used from command line "-device help", or from
HMP "device_add". If used from command line, print help to stdout
(it is only printed on explicit demand).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
include/monitor/monitor.h
monitor.c
qdev-monitor.c