OSDN Git Service

qemu-io: Support help options for --object
authorKevin Wolf <kwolf@redhat.com>
Fri, 11 Oct 2019 19:49:17 +0000 (21:49 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Oct 2019 15:12:48 +0000 (17:12 +0200)
commit4fa1f0dc052968b41d2bdffd9cb9fcab8137cdaf
treeadc04289e0c57cdef33b2cf07764c49257785312
parent3e9297f3659701a72110f0f560b4cc22452972f1
qemu-io: Support help options for --object

Instead of parsing help options as normal object properties and
returning an error, provide the same help functionality as the system
emulator in qemu-io, too.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
qemu-io.c