]> git.proxmox.com Git - qemu-server.git/commit
Close #880: ability to show paused state via the CLI
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 5 Feb 2016 07:46:34 +0000 (08:46 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 1 Mar 2016 10:59:44 +0000 (11:59 +0100)
commit12612b09ae4cadae5b654892fefd20ad24c5f5e3
tree1f5d6f62575166fcf90aa01331a551e90558a96e
parent521c52e09c732c460844f3f5831f394ac0c9b1a3
Close #880: ability to show paused state via the CLI

qm list and qm status both show suspended VMs as 'running'
while the GUI's status summary shows them as 'paused'.

This patch makes 'qm status' always request the full status
and adds an optional '-full' parameter for 'qm list' to
use a full status query to include the 'paused' state. (This
is optional as it causes qmp requests to all running VMs.)
PVE/API2/Qemu.pm
PVE/CLI/qm.pm