]> git.proxmox.com Git - qemu-server.git/commit
qm: Add VMID auto completion to some commands
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Dec 2015 10:40:34 +0000 (11:40 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 9 Dec 2015 11:21:09 +0000 (12:21 +0100)
commitab5904f7e01cc6b395b75ff02d1b5511947836fd
tree0738a48289d3901ab14691942af6ef571bafceef
parent1b2761c07c5fb84dc8458ae110d2bd9396233272
qm: Add VMID auto completion to some commands

Add the respective completion function for the:
*) start
*) stop
*) shutdown
*) suspend
*) resume
*) sendkey
qm commands. The destroy command was left out on purpose for now.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu.pm