libvirt/src/qemu
Julio Faracco 4e1a970219 qemu: avoid slash characters to the new domain name.
The 'domrename' command needs to check if the new domain name contains
the slash character. This character is not accepted by libvirt XML
definition because it is an invalid char (see Cole's commit b1fc6a7b7).
This commit enhace the 'domrename' command adding this check.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1333232

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
2018-05-03 11:25:01 -04:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
Makefile.inc.am qemu: Export qemuMigrationParams{To,From}JSON for tests 2018-04-17 10:46:23 +02:00
MIGRATION.txt
qemu_agent.c virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
qemu_agent.h
qemu_alias.c
qemu_alias.h
qemu_block.c
qemu_block.h
qemu_blockjob.c
qemu_blockjob.h
qemu_capabilities.c qemu: caps: Add capability for TLS transport in the NBD server 2018-04-30 14:57:38 +02:00
qemu_capabilities.h qemu: caps: Add capability for TLS transport in the NBD server 2018-04-30 14:57:38 +02:00
qemu_capspriv.h
qemu_cgroup.c
qemu_cgroup.h
qemu_command.c qemu: Format rom.enabled attribute for PCI devices 2018-04-23 15:20:54 +02:00
qemu_command.h
qemu_conf.c virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
qemu_conf.h
qemu_domain_address.c
qemu_domain_address.h
qemu_domain.c util: refactor storage file checks to allow error reporting 2018-05-03 13:16:00 +01:00
qemu_domain.h qemu: domain: Add helper for translating disk cachemode to qemu flags 2018-04-19 11:20:34 +02:00
qemu_driver.c qemu: avoid slash characters to the new domain name. 2018-05-03 11:25:01 -04:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: Move disk driver name validation into disk validation callback 2018-04-18 16:14:13 +02:00
qemu_hotplug.h
qemu_hotplugpriv.h
qemu_interface.c qemu: deprecate QEMU_CAPS_VHOST_NET 2018-04-16 15:00:26 +02:00
qemu_interface.h qemu: deprecate QEMU_CAPS_VHOST_NET 2018-04-16 15:00:26 +02:00
qemu_migration_cookie.c qemu: Add support for sending capabilities in migration cookie 2018-04-17 10:46:23 +02:00
qemu_migration_cookie.h qemu: Add support for sending capabilities in migration cookie 2018-04-17 10:46:23 +02:00
qemu_migration_params.c qemu: migration: Set the 'set' boolean in qemuMigrationParamsSetString 2018-04-27 15:14:05 +02:00
qemu_migration_params.h qemu: migration: Move and unexport qemuMigrationParamsSetString 2018-04-27 15:14:02 +02:00
qemu_migration_paramspriv.h qemu: Move migration capabilities JSON formatting 2018-04-17 10:46:23 +02:00
qemu_migration.c qemu: migration: Use TLS environment for NBD server if requested 2018-04-30 14:58:05 +02:00
qemu_migration.h qemu: Replace qemuMigrationAnyCompressionDump 2018-04-17 10:46:23 +02:00
qemu_monitor_json.c qemu: monitor: Add 'tls-creds' parameter to 'nbd-server-start' command 2018-04-30 14:57:53 +02:00
qemu_monitor_json.h qemu: monitor: Add 'tls-creds' parameter to 'nbd-server-start' command 2018-04-30 14:57:53 +02:00
qemu_monitor_text.c
qemu_monitor_text.h
qemu_monitor.c qemu: monitor: Add 'tls-creds' parameter to 'nbd-server-start' command 2018-04-30 14:57:53 +02:00
qemu_monitor.h qemu: monitor: Add 'tls-creds' parameter to 'nbd-server-start' command 2018-04-30 14:57:53 +02:00
qemu_parse_command.c conf, qemu: Replace access to disk driver name with accessors 2018-04-18 16:16:48 +02:00
qemu_parse_command.h
qemu_process.c qemu: Don't delete TLS objects unless TLS migration was requested 2018-04-17 10:46:23 +02:00
qemu_process.h qemu: Store API flags for async jobs in qemuDomainJobObj 2018-04-17 10:46:23 +02:00
qemu_processpriv.h
qemu_qapi.c
qemu_qapi.h
qemu_security.c
qemu_security.h
qemu.conf qemu: deny privilege elevation and spawn in seccomp 2018-04-17 16:29:38 +02:00
test_libvirtd_qemu.aug.in
THREADS.txt