libvirt/src/libxl
Sławek Kapłoński 6c98ac2c62 Forbid new-line char in name of new domain
New line character in name of domain is now forbidden because it
mess virsh output and can be confusing for users.
Validation of name is done in drivers, after parsing XML to avoid
problems with dissappeared domains which was already created with
new-line char in name.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-11-22 14:35:14 +01:00
..
libvirtd_libxl.aug
libxl_capabilities.c libxl: describe host cpu features based on hwcaps 2016-09-12 12:49:03 +02:00
libxl_capabilities.h libxl: implement connectGetDomainCapabilities 2016-06-13 14:13:17 -06:00
libxl_conf.c Introduce virDomainChrSourceDefNew for virDomainChrDefPtr 2016-10-21 14:03:36 -04:00
libxl_conf.h libxl: channels support 2016-09-27 15:15:03 -06:00
libxl_domain.c Introduce virDomainChrSourceDefNew for virDomainChrDefPtr 2016-10-21 14:03:36 -04:00
libxl_domain.h libxl: add a flag to mark guests as tainted by a hook 2016-08-02 14:20:31 +02:00
libxl_driver.c Forbid new-line char in name of new domain 2016-11-22 14:35:14 +01:00
libxl_driver.h
libxl_migration.c libxl: fix leaking of allocated migration ports 2016-10-24 19:42:10 -06:00
libxl_migration.h libxl: support VIR_MIGRATE_PERSIST_DEST migration flag 2016-09-21 15:42:41 -06:00
libxl.conf
test_libvirtd_libxl.aug.in