libvirt/src/qemu
Peter Krempa 5fb7ab2c9e qemu: command: Refactor qemuBuildDriveStrValidate to make qemuCaps optional
To allow merging this with other disk type checks we need to check
qemuCaps only when available, since some of the checks are executed on
disk cold-plug and thus capabilities should not be checked.

Make the checks optional by making them conditional on qemuCaps not
being NULL.
2017-11-07 14:31:21 +01:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_alias.c qemu_alias: Be more tolerant if alias don't follow our format 2017-10-22 13:49:46 +02:00
qemu_alias.h split out qemuAssignDeviceInputAlias 2017-10-19 14:43:20 +02:00
qemu_block.c
qemu_block.h
qemu_blockjob.c
qemu_blockjob.h
qemu_capabilities.c qemu: Fix memory leak in virQEMUCapsLoadCPUModels 2017-10-27 10:13:43 +02:00
qemu_capabilities.h
qemu_capspriv.h
qemu_cgroup.c
qemu_cgroup.h
qemu_command.c qemu: command: Refactor qemuBuildDriveStrValidate to make qemuCaps optional 2017-11-07 14:31:21 +01:00
qemu_command.h Introduce qemuBuildInputDevStr 2017-10-19 14:43:22 +02:00
qemu_conf.c qemu: Move memPath generation from memoryBackingDir to a separate function 2017-11-07 13:43:06 +01:00
qemu_conf.h qemu: Move memPath generation from memoryBackingDir to a separate function 2017-11-07 13:43:06 +01:00
qemu_domain_address.c qemu: address: Remove dead code when un-reserving PCI address 2017-10-19 14:50:50 +02:00
qemu_domain_address.h Split out qemuDomainEnsureVirtioAddress 2017-10-19 14:41:51 +02:00
qemu_domain.c conf: s/virDomainObjGetShortName/virDomainDefGetShortName/ 2017-11-07 13:43:00 +01:00
qemu_domain.h Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_driver.c conf: s/virDomainObjGetShortName/virDomainDefGetShortName/ 2017-11-07 13:43:00 +01:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: domain: Remove pointless alias check 2017-11-03 10:23:21 +01:00
qemu_hotplug.h qemu: implement input device hotunplug 2017-10-19 14:43:22 +02:00
qemu_hotplugpriv.h
qemu_interface.c
qemu_interface.h
qemu_migration_cookie.c qemu: send allowReboot in migration cookie 2017-10-19 11:52:34 +02:00
qemu_migration_cookie.h qemu: send allowReboot in migration cookie 2017-10-19 11:52:34 +02:00
qemu_migration.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_migration.h Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor_json.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor_json.h qemu: Add support for migrate-continue QMP command 2017-10-26 10:36:02 +02:00
qemu_monitor_text.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor_text.h
qemu_monitor.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor.h qemu: Add support for block-incremental migration parameter 2017-11-02 22:14:20 +01:00
qemu_parse_command.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_parse_command.h
qemu_process.c qemu: domain: Remove pointless alias check 2017-11-03 10:23:21 +01:00
qemu_process.h
qemu_processpriv.h
qemu_security.c
qemu_security.h
qemu.conf qemu.conf: Clarify the various _tls_x509_cert_dir descriptions 2017-10-27 05:53:45 -04:00
test_libvirtd_qemu.aug.in
THREADS.txt