]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove VIR_DOMAIN_SHUTDOWN_CRASHED from public API
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 29 Jul 2013 16:46:14 +0000 (17:46 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 29 Jul 2013 17:08:55 +0000 (18:08 +0100)
commit8c20d3f8e7e2368d48dff7a646613e1ac38d1e49
treef6431fb20e72f2c42fa35e77376d12f95d5b1607
parent9ed3e6c1175578712f4f63cb7ac09c78e85a7fdd
Remove VIR_DOMAIN_SHUTDOWN_CRASHED from public API

The VIR_DOMAIN_SHUTDOWN_CRASHED state constant does not appear
to be used in the QEMU code anyway. It also doesn't make much
(any) sense, since the 'shutdown' state is a transient state
between 'running' and 'shutoff' and when a guest crashes, it
does not end up in a 'shutdown' state, only 'shutoff'.

It was added in commit 14e7e0ae8db9843aea80245a3d9e6cf5f2ef720d
which post-dates v1.1.0, so is safe to remove before 1.1.1

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
include/libvirt/libvirt.h.in
src/conf/domain_conf.c
tools/virsh-domain-monitor.c