libvirt/src/qemu
John Ferlan 715b321da1 qemu: Move TCP and haveTLS checks into qemuDomainDelChardevTLSObjects
Similar to qemuDomainAddChardevTLSObjects let's move the chardev
source must be TCP and it has the @haveTLS flag set checks before
trying to delete the TLS objects.

For the Chr device this represents no change; however, for RNG device
this is an additionaly check that was missed in commit id '68808516'.
Before adding the objects, TCP and haveTLS are checked.
2017-12-21 10:05:31 -05: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: Add support for formatting gluster debug level via JSON 2017-11-23 18:50:04 +01:00
qemu_block.h qemu: block: Add function to check if storage source allows concurrent access 2017-11-23 18:26:25 +01:00
qemu_blockjob.c qemu: blockjob: Reset disk source index after pivot 2017-12-08 10:13:57 +01:00
qemu_blockjob.h qemu: report drive mirror errors on migration 2017-12-06 12:43:57 +01:00
qemu_capabilities.c qemu: Avoid comparing size_t with -1 2017-12-11 14:56:22 +01:00
qemu_capabilities.h qemu: Separate fetching CPU definitions from filling qemuCaps 2017-12-08 15:50:52 +01:00
qemu_capspriv.h virQEMUCapsHasPCIMultiBus: assume true if we have no version information 2017-11-30 16:49:05 +01:00
qemu_cgroup.c qemu: Introduce functions for input device cgroup manipulation 2017-11-24 17:38:51 +01:00
qemu_cgroup.h qemu: Introduce functions for input device cgroup manipulation 2017-11-24 17:38:51 +01:00
qemu_command.c qemu: log error on attempts to set filterref on an OVS-connected interface 2017-12-14 14:31:28 -05:00
qemu_command.h qemu: Use secret objects to pass iSCSI passwords 2017-11-24 11:47:26 -05:00
qemu_conf.c qemu: Use predictable file names for memory-backend-file 2017-11-08 10:17:17 +01:00
qemu_conf.h qemu: Use predictable file names for memory-backend-file 2017-11-08 10:17:17 +01:00
qemu_domain_address.c qemu: Need to assign PCI address to vhost-scsi 2017-12-13 15:37:30 -05:00
qemu_domain_address.h Split out qemuDomainEnsureVirtioAddress 2017-10-19 14:41:51 +02:00
qemu_domain.c qemu: domain: Parse and format relPath into disk source private data 2017-12-14 10:29:10 +01:00
qemu_domain.h Do not pass driver to qemuDomainNamespace{Setup,Teardown} functions 2017-12-06 16:47:08 +01:00
qemu_driver.c qemuDomainUndefineFlags: Fix error message 2017-12-11 13:23:30 +01:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: Move TCP and haveTLS checks into qemuDomainDelChardevTLSObjects 2017-12-21 10:05:31 -05: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 qemu: report drive mirror errors on migration 2017-12-06 12:43:57 +01:00
qemu_migration.h Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor_json.c qemu: prepare blockjob complete event error usage 2017-12-06 12:43:57 +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 qemu: prepare blockjob complete event error usage 2017-12-06 12:43:57 +01:00
qemu_monitor.h qemu: prepare blockjob complete event error usage 2017-12-06 12:43:57 +01:00
qemu_parse_command.c qemu: Remove private hostdev 2017-11-24 11:47:26 -05:00
qemu_parse_command.h
qemu_process.c qemu: Make sure host-model uses CPU model supported by QEMU 2017-12-08 15:50:52 +01:00
qemu_process.h qemu: Rename qemuProcessBuildDestroyHugepagesPath 2017-11-08 10:17:10 +01:00
qemu_processpriv.h
qemu_security.c qemu: fix security labeling for attach/detach of char devices 2017-12-05 13:54:48 +01:00
qemu_security.h qemu: fix security labeling for attach/detach of char devices 2017-12-05 13:54:48 +01:00
qemu.conf Fix minor typos 2017-12-12 09:13:43 +01:00
test_libvirtd_qemu.aug.in
THREADS.txt