]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-io: add command completion
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 14 Nov 2013 10:54:18 +0000 (11:54 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Jan 2014 11:07:17 +0000 (12:07 +0100)
commit4694020d3c0d21f02408d5cc6f44b8fb55b4ee15
tree9e54963e262d2c6f177733db222a34496eb94c49
parent0cf17e181798063c3824c8200ba46f25f54faa1a
qemu-io: add command completion

Autocomplete qemu-io commands at the interactive prompt.

Note this only completes command names and not their options.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/qemu-io.h
qemu-io-cmds.c
qemu-io.c