libvirt/src/qemu
Eric Blake 1385c9cd74 snapshot: rename an enum
The name 'virDomainDiskSnapshot' didn't fit in with our normal
conventions of using a prefix hinting that it is related to a
virDomainSnapshotPtr.  Also, a future patch will reuse the
enum for declaring where the VM memory is stored.

* src/conf/snapshot_conf.h (virDomainDiskSnapshot): Rename...
(virDomainSnapshotLocation): ...to this.
(_virDomainSnapshotDiskDef): Update clients.
* src/conf/domain_conf.h (_virDomainDiskDef): Likewise.
* src/libvirt_private.syms (domain_conf.h): Likewise.
* src/conf/domain_conf.c (virDomainDiskDefParseXML)
(virDomainDiskDefFormat): Likewise.
* src/conf/snapshot_conf.c: (virDomainSnapshotDiskDefParseXML)
(virDomainSnapshotAlignDisks, virDomainSnapshotDefFormat):
Likewise.
* src/qemu/qemu_driver.c (qemuDomainSnapshotDiskPrepare)
(qemuDomainSnapshotCreateSingleDiskActive)
(qemuDomainSnapshotCreateDiskActive, qemuDomainSnapshotCreateXML):
Likewise.
2012-08-24 09:51:08 -06:00
..
libvirtd_qemu.aug qemu: configurable remote display port boundaries 2012-08-21 11:36:32 +02:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_agent.c agent: add qemuAgentArbitraryCommand() for general qemu agent command 2012-08-23 18:10:29 +08:00
qemu_agent.h agent: add qemuAgentArbitraryCommand() for general qemu agent command 2012-08-23 18:10:29 +08:00
qemu_bridge_filter.c Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_bridge_filter.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_capabilities.c qemu: add capabilities flags related to scsi controller 2012-08-08 14:25:24 +08:00
qemu_capabilities.h qemu: add capabilities flags related to scsi controller 2012-08-08 14:25:24 +08:00
qemu_cgroup.c qemu: introduce period/quota tuning for emulator 2012-08-22 16:52:22 +08:00
qemu_cgroup.h qemu: synchronize emulatorpin info to cgroup 2012-08-22 16:09:26 +08:00
qemu_command.c snapshot: split snapshot conf code into own file 2012-08-24 09:51:08 -06:00
qemu_command.h qemu: configurable remote display port boundaries 2012-08-21 11:36:32 +02:00
qemu_conf.c qemu: configurable remote display port boundaries 2012-08-21 11:36:32 +02:00
qemu_conf.h qemu: configurable remote display port boundaries 2012-08-21 11:36:32 +02:00
qemu_domain.c snapshot: make virDomainSnapshotObjList opaque 2012-08-24 09:51:08 -06:00
qemu_domain.h snapshot: split snapshot conf code into own file 2012-08-24 09:51:08 -06:00
qemu_driver.c snapshot: rename an enum 2012-08-24 09:51:08 -06:00
qemu_driver.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_hostdev.c qemu: support setting vlan tag for <interface type='hostdev'> 2012-08-16 10:14:05 -04:00
qemu_hostdev.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_hotplug.c conf: move DevicePCIAddress functions to separate file 2012-08-17 15:43:25 -04:00
qemu_hotplug.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
qemu_migration.c snapshot: make virDomainSnapshotObjList opaque 2012-08-24 09:51:08 -06:00
qemu_migration.h Turn virDomainObjPtr into a virObjectPtr 2012-08-07 11:47:41 +01:00
qemu_monitor_json.c conf: move DevicePCIAddress functions to separate file 2012-08-17 15:43:25 -04:00
qemu_monitor_json.h conf: move DevicePCIAddress functions to separate file 2012-08-17 15:43:25 -04:00
qemu_monitor_text.c conf: move DevicePCIAddress functions to separate file 2012-08-17 15:43:25 -04:00
qemu_monitor_text.h conf: move DevicePCIAddress functions to separate file 2012-08-17 15:43:25 -04:00
qemu_monitor.c conf: move DevicePCIAddress functions to separate file 2012-08-17 15:43:25 -04:00
qemu_monitor.h conf: move DevicePCIAddress functions to separate file 2012-08-17 15:43:25 -04:00
qemu_process.c Add qemuProcessSetEmulatorAffinites and set emulator threads affinities 2012-08-22 16:19:52 +08:00
qemu_process.h Remove unused qemuProcessAutoDestroyRun decl from header 2012-08-15 10:50:49 +01:00
qemu.conf qemu: configurable remote display port boundaries 2012-08-21 11:36:32 +02:00
test_libvirtd_qemu.aug.in qemu: configurable remote display port boundaries 2012-08-21 11:36:32 +02:00
THREADS.txt qemu: fix crash when mixing sync and async monitor jobs 2011-08-01 09:41:57 -06:00