libvirt/src/qemu
Michal Privoznik 3d899b9965 qemu-ns: Detect /dev/* mount point duplicates even better
In 4f15707202 I've tried to make duplicates detection for
nested /dev mount better. However, I've missed the obvious case
when there are two same mount points. For instance if:

  # mount --bind /dev/blah /dev/blah
  # mount --bind /dev/blah /dev/blah

Yeah, very unlikely (in qemu driver world) but possible.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2017-11-08 16:38:26 +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: Add node-names to JSON backing storage strings 2017-11-07 16:12:52 +01:00
qemu_block.h qemu: process: Split out useful parts from qemuBuildNetworkDriveURI 2017-11-07 14:57:58 +01:00
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 cpu: Use virDomainCapsCPUModelsPtr in cpu driver APIs 2017-10-16 09:21:52 +02:00
qemu_capspriv.h cputest: Test CPU usability blockers 2017-10-16 09:23:20 +02:00
qemu_cgroup.c util: storagefile: Add helpers to check presence of backing store 2017-10-17 06:19:18 +02:00
qemu_cgroup.h qemu_cgroup: Remove unnecessary virQEMUDriverPtr arguments 2017-07-26 17:47:25 +02:00
qemu_command.c qemu: Use predictable file names for memory-backend-file 2017-11-08 10:17:17 +01:00
qemu_command.h qemu: command: Merge checks from qemuBuildDriveStrValidate to qemuCheckDiskConfig 2017-11-07 14:33:18 +01: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: 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 qemu-ns: Detect /dev/* mount point duplicates even better 2017-11-08 16:38:26 +01:00
qemu_domain.h Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_driver.c qemu: Use predictable file names for memory-backend-file 2017-11-08 10:17:17 +01:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: Rename qemuProcessBuildDestroyHugepagesPath 2017-11-08 10:17:10 +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: Move qemuFreeKeywords into qemu_parse_command.c 2017-10-17 18:52:47 -04:00
qemu_process.c qemu: Use predictable file names for memory-backend-file 2017-11-08 10:17:17 +01:00
qemu_process.h qemu: Rename qemuProcessBuildDestroyHugepagesPath 2017-11-08 10:17:10 +01:00
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