libvirt/src/qemu
John Ferlan da86c6c226 qemu: Add luks support for domain disk
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1301021

Generate the luks command line using the AES secret key to encrypt the
luks secret. A luks secret object will be in addition to a an AES secret.

For hotplug, check if the encinfo exists and if so, add the AES secret
for the passphrase for the secret object used to decrypt the device.

Modify/augment the fakeSecret* in qemuxml2argvtest in order to handle
find a uuid or a volume usage with a specific path prefix in the XML
(corresponds to the already generated XML tests). Add error message
when the 'usageID' is not 'mycluster_myname'. Commit id '1d632c39'
altered the error message generation to rely on the errors from the
secret_driver (or it's faked replacement).

Add the .args output for adding the LUKS disk to the domain

Signed-off-by: John Ferlan <jferlan@redhat.com>
2016-07-19 09:40:10 -04:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
MIGRATION.txt
qemu_agent.c qemu: agent: Make setting of vcpus more robust 2016-06-22 09:26:08 +02:00
qemu_agent.h qemu: agent: Make setting of vcpus more robust 2016-06-22 09:26:08 +02:00
qemu_alias.c qemu: Alter the qemuDomainGetSecretAESAlias to add new arg 2016-07-19 09:40:10 -04:00
qemu_alias.h qemu: Alter the qemuDomainGetSecretAESAlias to add new arg 2016-07-19 09:40:10 -04:00
qemu_blockjob.c
qemu_blockjob.h
qemu_capabilities.c Add QEMU_CAPS_DEVICE_INTEL_IOMMU 2016-07-12 12:36:13 +02:00
qemu_capabilities.h Add QEMU_CAPS_DEVICE_INTEL_IOMMU 2016-07-12 12:36:13 +02:00
qemu_capspriv.h qemu: Export caps cache APIs for tests 2016-05-06 10:27:32 +02:00
qemu_cgroup.c conf: Rename virDomainVcpuInfoPtr to virDomainVcpuDefPtr 2016-07-11 09:06:09 +02:00
qemu_cgroup.h
qemu_command.c qemu: Add luks support for domain disk 2016-07-19 09:40:10 -04:00
qemu_command.h qemu: Make qemuBuildSecretInfoProps global 2016-06-24 13:04:38 -04:00
qemu_conf.c qemu: convert to typesafe virConf accessors 2016-07-12 09:57:15 +01:00
qemu_conf.h qemu: convert to typesafe virConf accessors 2016-07-12 09:57:15 +01:00
qemu_domain_address.c qemu: Introduce qemuDomainMachineIsPSeries() 2016-06-24 10:17:59 +02:00
qemu_domain_address.h Add newDomain parameter to qemuDomainAssignAddresses 2016-06-23 07:45:31 +02:00
qemu_domain.c qemu: Add luks support for domain disk 2016-07-19 09:40:10 -04:00
qemu_domain.h qemu: Store vCPU thread ids in vcpu private data objects 2016-07-11 10:44:09 +02:00
qemu_driver.c qemu: getAutoDumpPath() return value should be dumpfile not domname. 2016-07-13 07:05:21 +02:00
qemu_driver.h
qemu_hostdev.c Use virDirOpenQuiet 2016-06-24 14:20:57 +02:00
qemu_hostdev.h
qemu_hotplug.c qemu: Add luks support for domain disk 2016-07-19 09:40:10 -04:00
qemu_hotplug.h
qemu_hotplugpriv.h
qemu_interface.c qemu: support setting host-side IP addresses/routes 2016-07-01 21:13:31 -04:00
qemu_interface.h
qemu_migration.c qemu: Fix migration from old libvirt 2016-07-18 17:38:03 +02:00
qemu_migration.h qemu: Implement auto convergence migration parameters 2016-06-22 15:54:21 +02:00
qemu_monitor_json.c Report auto convergence throttle rate in migration stats 2016-06-22 15:54:21 +02:00
qemu_monitor_json.h qemu: Rename qemuMonitorMigrationCompression 2016-06-22 15:54:21 +02:00
qemu_monitor_text.c
qemu_monitor_text.h
qemu_monitor.c qemu: Add support for cpu throttling parameters 2016-06-22 15:54:21 +02:00
qemu_monitor.h Report auto convergence throttle rate in migration stats 2016-06-22 15:54:21 +02:00
qemu_parse_command.c conf: Add private data for virDomainVcpuDef 2016-07-11 10:44:04 +02:00
qemu_parse_command.h qemu: parse: rename qemuCaps->caps 2016-02-19 09:45:23 -05:00
qemu_process.c qemu: Use qemuProcessSetupPid() in qemuProcessSetupVcpu() 2016-07-11 11:39:55 +02:00
qemu_process.h qemu: Use proper async job to refresh virtio channels 2016-06-30 09:41:39 +02:00
qemu_processpriv.h
qemu.conf
test_libvirtd_qemu.aug.in
THREADS.txt