libvirt/src/conf
Jim Fehlig b9c10268e1 Add actions to virDomainLifecycle enum
Xen supports on_crash actions coredump-{destroy,restart}.  libvirt
cannot parse config returned by xend that contains either of these
actions

xen52 # xm li -l test | grep on_crash
    (on_crash coredump-restart)
xen52 # virsh dumpxml test
error: internal error unknown lifecycle type coredump-restart

This patch adds a new virDomainLifecycleCrash enum and appends
the new options to existing destroy, restart, preserve, and
rename-restart options.
2010-08-20 15:06:30 -06:00
..
capabilities.c Remove bogus free of static strings 2010-07-20 17:09:41 +01:00
capabilities.h domain conf: Track <console> target type 2010-07-28 16:47:59 -04:00
cpu_conf.c cpu: Fail when CPU type cannot be detected from XML 2010-07-12 19:45:22 +02:00
cpu_conf.h cpu: Add support for CPU vendor 2010-07-07 17:26:00 +02:00
domain_conf.c Add actions to virDomainLifecycle enum 2010-08-20 15:06:30 -06:00
domain_conf.h Add actions to virDomainLifecycle enum 2010-08-20 15:06:30 -06:00
domain_event.c Fix possible crash in handling IO Error event 2010-05-14 09:18:51 -04:00
domain_event.h Add support for another explicit IO error event 2010-04-30 15:52:59 +01:00
domain_nwfilter.c nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
domain_nwfilter.h nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
interface_conf.c Don't leak delay string when freeing virInterfaceBridgeDefs 2010-08-03 11:37:05 -04:00
interface_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
network_conf.c Network duplicate UUID/name checking 2010-06-08 15:11:20 +01:00
network_conf.h Network duplicate UUID/name checking 2010-06-08 15:11:20 +01:00
node_device_conf.c nodedev: Free the right pointers when getting WWNs fails 2010-08-18 17:32:31 +02:00
node_device_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
nwfilter_conf.c Fix valgrind complaints when using kill -SIGHUP on libvirtd 2010-08-12 16:30:11 -04:00
nwfilter_conf.h nwfilter: add XML attribute to control iptables state match 2010-06-17 14:12:34 -04:00
nwfilter_params.c This patch removes the virConnectPtr parameter from all functions where it's not necessary starting out with removing it as a parameter to the error reporting function. 2010-04-05 12:34:55 -04:00
nwfilter_params.h This patch removes the virConnectPtr parameter from all functions where it's not necessary starting out with removing it as a parameter to the error reporting function. 2010-04-05 12:34:55 -04:00
secret_conf.c Use common XML parsing functions 2010-03-23 15:40:10 +01:00
secret_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_conf.c storage: add support for Vendor and Model in XML 2010-08-19 15:58:43 -06:00
storage_conf.h storage: add support for Vendor and Model in XML 2010-08-19 15:58:43 -06:00
storage_encryption_conf.c storage_encryption: silence clang warning 2010-05-10 13:53:12 -06:00
storage_encryption_conf.h storage_encryption: silence clang warning 2010-05-10 13:53:12 -06:00