Eric Blake
16ac4c9d64
conf: move host disk type to util/
A continuation of the migration of disk details to virstoragefile.
This patch moves a single enum, but converting the name has quite
a bit of fallout.
* src/conf/domain_conf.h (virDomainDiskType): Move...
* src/util/virstoragefile.h (virStorageType): ...and rename.
* src/bhyve/bhyve_command.c (bhyveBuildDiskArgStr)
(virBhyveProcessBuildLoadCmd): Update clients.
* src/conf/domain_conf.c (virDomainDiskSourceDefParse)
(virDomainDiskDefParseXML, virDomainDiskSourceDefFormatInternal)
(virDomainDiskDefFormat, virDomainDiskGetActualType)
(virDomainDiskDefForeachPath, virDomainDiskSourceIsBlockType):
Likewise.
* src/conf/snapshot_conf.h (_virDomainSnapshotDiskDef): Likewise.
* src/conf/snapshot_conf.c (virDomainSnapshotDiskDefParseXML)
(virDomainSnapshotAlignDisks, virDomainSnapshotDiskDefFormat):
Likewise.
* src/esx/esx_driver.c (esxAutodetectSCSIControllerModel)
(esxDomainDefineXML): Likewise.
* src/locking/domain_lock.c (virDomainLockManagerAddDisk):
Likewise.
* src/lxc/lxc_controller.c
(virLXCControllerSetupLoopDeviceDisk)
(virLXCControllerSetupNBDDeviceDisk)
(virLXCControllerSetupLoopDevices, virLXCControllerSetupDisk):
Likewise.
* src/parallels/parallels_driver.c (parallelsGetHddInfo):
Likewise.
* src/phyp/phyp_driver.c (phypDiskType): Likewise.
* src/qemu/qemu_command.c (qemuGetDriveSourceString)
(qemuDomainDiskGetSourceString, qemuBuildDriveStr)
(qemuBuildCommandLine, qemuParseCommandLineDisk)
(qemuParseCommandLine): Likewise.
* src/qemu/qemu_conf.c (qemuCheckSharedDevice)
(qemuTranslateDiskSourcePool)
(qemuTranslateSnapshotDiskSourcePool): Likewise.
* src/qemu/qemu_domain.c (qemuDomainDeviceDefPostParse)
(qemuDomainDetermineDiskChain): Likewise.
* src/qemu/qemu_driver.c (qemuDomainGetBlockInfo)
(qemuDomainSnapshotPrepareDiskExternalBackingInactive)
(qemuDomainSnapshotPrepareDiskExternalBackingActive)
(qemuDomainSnapshotPrepareDiskExternalOverlayActive)
(qemuDomainSnapshotPrepareDiskExternalOverlayInactive)
(qemuDomainSnapshotPrepareDiskInternal)
(qemuDomainSnapshotPrepare)
(qemuDomainSnapshotCreateSingleDiskActive): Likewise.
* src/qemu/qemu_hotplug.c (qemuDomainChangeEjectableMedia):
Likewise.
* src/qemu/qemu_migration.c (qemuMigrationIsSafe): Likewise.
* src/security/security_apparmor.c
(AppArmorRestoreSecurityImageLabel)
(AppArmorSetSecurityImageLabel): Likewise.
* src/security/security_dac.c (virSecurityDACSetSecurityImageLabel)
(virSecurityDACRestoreSecurityImageLabelInt)
(virSecurityDACSetSecurityAllLabel): Likewise.
* src/security/security_selinux.c
(virSecuritySELinuxRestoreSecurityImageLabelInt)
(virSecuritySELinuxSetSecurityImageLabel)
(virSecuritySELinuxSetSecurityAllLabel): Likewise.
* src/storage/storage_backend.c (virStorageFileBackendForType):
Likewise.
* src/storage/storage_backend_fs.c (virStorageFileBackendFile)
(virStorageFileBackendBlock): Likewise.
* src/storage/storage_backend_gluster.c
(virStorageFileBackendGluster): Likewise.
* src/vbox/vbox_tmpl.c (vboxDomainGetXMLDesc, vboxAttachDrives)
(vboxDomainAttachDeviceImpl, vboxDomainDetachDevice): Likewise.
* src/vmware/vmware_conf.c (vmwareVmxPath): Likewise.
* src/vmx/vmx.c (virVMXParseDisk, virVMXFormatDisk)
(virVMXFormatFloppy): Likewise.
* src/xenxs/xen_sxpr.c (xenParseSxprDisks, xenParseSxpr)
(xenFormatSxprDisk): Likewise.
* src/xenxs/xen_xm.c (xenParseXM, xenFormatXMDisk): Likewise.
* tests/securityselinuxlabeltest.c (testSELinuxLoadDef):
Likewise.
* src/libvirt_private.syms (domain_conf.h): Move symbols...
(virstoragefile.h): ...as appropriate.
Signed-off-by: Eric Blake <eblake@redhat.com>
2014-04-01 10:38:13 -06:00
..
2014-03-27 08:33:41 +04:00
2013-10-29 07:06:04 -06:00
2013-05-06 14:01:08 -06:00
2012-03-27 09:54:49 -06:00
2014-01-28 21:27:37 +01:00
2014-02-20 15:50:46 +00:00
2013-04-15 17:35:31 +01:00
2014-01-29 12:56:35 +01:00
2014-01-29 12:56:35 +01:00
2013-05-13 17:24:18 +08:00
2014-02-12 17:52:47 +00:00
2014-01-10 10:54:14 -07:00
2013-11-07 18:43:15 +01:00
2014-03-26 16:42:43 +02:00
2013-09-17 17:47:33 -06:00
2014-02-04 12:00:26 +02:00
2013-08-28 08:05:46 +02:00
2014-02-04 12:00:26 +02:00
2013-06-26 14:10:56 -04:00
2014-01-27 11:04:02 +01:00
2012-05-21 06:26:34 -04:00
2012-05-21 06:26:34 -04:00
2014-02-19 09:16:31 +01:00
2014-03-26 13:41:25 +01:00
2013-09-02 14:45:38 +02:00
2014-03-19 14:48:58 +01:00
2013-11-08 09:44:36 +01:00
2014-03-26 10:10:02 +01:00
2014-02-19 09:16:31 +01:00
2013-09-02 16:53:39 -04:00
2014-02-14 16:47:14 +01:00
2014-03-07 14:02:10 +01:00
2013-08-20 10:46:58 -06:00
2014-02-19 09:16:31 +01:00
2013-05-17 08:33:22 +02:00
2013-11-25 11:03:19 -07:00
2013-11-25 11:03:19 -07:00
2013-05-17 08:35:08 +02:00
2013-08-27 12:45:58 +02:00
2013-11-25 12:46:19 -07:00
2013-11-25 12:46:19 -07:00
2014-01-01 16:34:13 +00:00
2013-11-28 11:49:01 +00:00
2014-01-25 12:53:11 +01:00
2014-03-29 21:14:15 +01:00
2014-03-03 14:35:22 +01:00
2013-09-30 16:58:37 -05:00
2014-02-19 09:16:31 +01:00
2011-11-30 10:12:30 +00:00
2014-02-19 09:16:31 +01:00
2012-04-02 09:33:54 -06:00
2013-10-15 11:39:02 +01:00
2013-08-01 17:04:28 -04:00
2014-03-27 08:33:41 +04:00
2014-03-27 08:33:41 +04:00
2014-03-25 14:58:41 +01:00
2014-03-25 17:13:27 -04:00
2013-08-22 11:38:36 +02:00
2014-03-25 14:58:41 +01:00
2012-05-08 16:57:37 -06:00
2014-03-25 14:58:41 +01:00
2013-10-09 17:44:45 +02:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 14:29:22 +00:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 11:29:44 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-27 08:33:41 +04:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 11:29:44 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 10:20:49 +01:00
2012-07-30 13:09:57 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-27 07:22:10 +01:00
2014-03-25 14:58:41 +01:00
2014-03-26 13:49:47 +01:00
2014-03-25 14:58:41 +01:00
2013-10-08 12:39:30 +01:00
2014-03-25 14:58:41 +01:00
2013-10-01 10:48:47 +02:00
2014-02-06 15:15:10 +01:00
2014-03-26 10:10:02 +01:00
2014-03-26 10:10:02 +01:00
2014-03-25 14:58:41 +01:00
2012-07-27 07:42:34 -06:00
2012-07-27 07:42:34 -06:00
2014-03-03 12:40:32 -07:00
2013-08-23 15:23:44 -06:00
2013-02-25 17:38:11 -07:00
2014-02-14 16:47:14 +01:00
2014-03-25 14:58:41 +01:00
2014-03-10 10:20:30 +01:00
2014-04-01 10:38:13 -06:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-20 17:06:38 +01:00
2013-07-29 13:09:39 -06:00
2014-03-20 12:15:00 +00:00
2013-07-29 13:09:39 -06:00
2012-07-27 07:42:34 -06:00
2014-03-18 11:29:44 +01:00
2014-03-25 14:58:41 +01:00
2013-05-17 08:33:22 +02:00
2014-03-25 14:58:41 +01:00
2013-05-17 08:35:08 +02:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2013-03-19 13:13:28 -06:00
2013-09-13 10:25:56 +02:00
2014-03-25 14:58:41 +01:00
2014-03-10 14:26:04 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 12:17:12 +01:00
2014-03-25 14:58:41 +01:00
2013-05-31 11:35:34 -06:00
2014-03-25 14:58:41 +01:00
2014-03-18 12:17:12 +01:00
2013-10-08 12:39:30 +01:00
2012-07-27 07:42:34 -06:00
2013-11-20 09:14:55 -07:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-10 16:39:18 +00:00
2014-03-31 14:56:17 -06:00
2014-03-18 14:29:22 +00:00
2014-03-25 14:58:41 +01:00
2013-11-28 11:49:01 +00:00
2012-01-26 14:11:13 +00:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2013-10-14 10:31:01 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2013-09-24 09:37:26 +01:00
2013-10-08 12:39:30 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-18 14:29:22 +00:00
2013-08-09 11:54:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-29 21:14:15 +01:00
2013-08-12 18:47:56 +02:00
2014-03-18 08:27:29 +01:00
2013-04-03 08:49:30 +02:00
2012-07-27 07:42:34 -06:00
2012-09-12 11:27:22 -06:00
2013-09-13 10:25:56 +02:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-21 11:26:34 +00:00
2014-03-18 14:29:22 +00:00
2012-12-11 14:32:39 -07:00
2014-03-18 14:29:22 +00:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-20 17:06:38 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00
2014-03-25 14:58:41 +01:00