libvirt/src/qemu
Daniel Veillard 6e41f30efc Implement managed save operations for qemu driver
The images are saved in /var/lib/libvirt/qemu/save/
and named $domainname.save . The directory is created appropriately
at daemon startup. When a domain is started while a saved image is
available, libvirt will try to load this saved image, and start the
domain as usual in case of failure. In any case the saved image is
discarded once the domain is created.

* src/qemu/qemu_conf.h: adds an extra save path to the driver config
* src/qemu/qemu_driver.c: implement the 3 new operations and handling
  of the image directory
2010-04-04 11:36:46 +02:00
..
libvirtd_qemu.aug Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
qemu_bridge_filter.c Remove conn parameter from virReportSystemError 2010-02-09 01:04:54 +01:00
qemu_bridge_filter.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu_conf.c Changes to clock timer XML to match final design. 2010-04-02 09:50:29 -04:00
qemu_conf.h Implement managed save operations for qemu driver 2010-04-04 11:36:46 +02:00
qemu_driver.c Implement managed save operations for qemu driver 2010-04-04 11:36:46 +02:00
qemu_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu_monitor_json.c Keep track of guest paused state after disk IO / watchdog events 2010-04-01 12:35:46 +01:00
qemu_monitor_json.h Implement virDomainMigrateSetMaxDowntime in qemu driver 2010-03-19 22:47:45 +01:00
qemu_monitor_text.c maint: remove redundant tests after virStrToLong 2010-03-31 08:58:46 -06:00
qemu_monitor_text.h Implement virDomainMigrateSetMaxDowntime in qemu driver 2010-03-19 22:47:45 +01:00
qemu_monitor.c Silence cppi syntax-check warning 2010-03-26 17:00:50 +01:00
qemu_monitor.h Add domain events for graphics network clients 2010-03-26 13:53:20 +00:00
qemu_security_dac.c security: Set permissions for kernel/initrd 2010-03-15 12:36:50 -04:00
qemu_security_dac.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu_security_stacked.c Remove use of virConnectPtr from security driver APIs 2010-02-10 11:49:24 +00:00
qemu_security_stacked.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu.conf Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
test_libvirtd_qemu.aug Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
THREADS.txt Release driver and domain lock when running monitor commands 2009-11-10 13:27:18 +00:00