libvirt/src/qemu
Eric Blake ddcf4730ce drivers: use virDirRead API
Convert all remaining clients of readdir to use the new
interface, so that we can ensure (unlikely) errors while
reading a directory are reported.

* src/openvz/openvz_conf.c (openvzAssignUUIDs): Use new
interface.
* src/parallels/parallels_storage.c (parallelsFindVolumes)
(parallelsFindVmVolumes): Report readdir failures.
* src/qemu/qemu_driver.c (qemuDomainSnapshotLoad): Ignore readdir
failures.
* src/secret/secret_driver.c (loadSecrets): Likewise.
* src/qemu/qemu_hostdev.c
(qemuHostdevHostSupportsPassthroughVFIO): Report readdir failures.
* src/xen/xen_inotify.c (xenInotifyOpen): Likewise.
* src/xen/xm_internal.c (xenXMConfigCacheRefresh): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-04-28 17:52:45 -06:00
..
libvirtd_qemu.aug qemu: Fix augeas support for migration ports 2013-10-18 18:30:13 +02:00
MIGRATION.txt
qemu_agent.c qemu: make sure agent returns error when required data are missing 2014-04-03 09:43:25 +02:00
qemu_agent.h qemu_agent: Move updater function for VCPU hotplug into qemu_agent.c 2013-07-31 14:25:43 +02:00
qemu_capabilities.c Fix pci bus naming for PPC 2014-04-24 14:21:39 +01:00
qemu_capabilities.h Fix pci bus naming for PPC 2014-04-24 14:21:39 +01:00
qemu_cgroup.c Fix typos in src/* 2014-04-21 16:49:08 -06:00
qemu_cgroup.h Auto-detect existing cgroup placement 2013-07-23 22:46:31 +01:00
qemu_command.c network: centralize check for active network during interface attach 2014-04-27 12:22:36 +03:00
qemu_command.h Fix typos in src/* 2014-04-21 16:49:08 -06:00
qemu_conf.c conf: let snapshots share disk source struct 2014-04-01 10:38:15 -06:00
qemu_conf.h qemu: use general virhostdev lists instead of its own 2014-03-12 16:03:04 +00:00
qemu_domain.c qemu: don't check for backing chains for formats w/o snapshot support 2014-04-24 16:48:23 +02:00
qemu_domain.h qemu: unexport qemuDiskChainCheckBroken 2014-04-23 23:05:01 +02:00
qemu_driver.c drivers: use virDirRead API 2014-04-28 17:52:45 -06:00
qemu_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
qemu_hostdev.c drivers: use virDirRead API 2014-04-28 17:52:45 -06:00
qemu_hostdev.h Capitalize USB, PCI and SCSI in hostdev methods 2014-03-12 16:20:01 +00:00
qemu_hotplug.c network: centralize check for active network during interface attach 2014-04-27 12:22:36 +03:00
qemu_hotplug.h qemu: hotplug: Mark 2 private functions as static 2013-12-05 15:34:54 -05:00
qemu_hotplugpriv.h qemu: Let tests override waiting time for device unplug 2013-08-26 16:09:55 +02:00
qemu_migration.c util: move detection of shared filesystems 2014-04-01 10:38:14 -06:00
qemu_migration.h libvirt support to force convergence of live guest migration 2014-03-21 14:17:15 +01:00
qemu_monitor_json.c bhyve: add console support through nmdm device 2014-04-05 19:12:18 +04:00
qemu_monitor_json.h qemu: add support for virDomainCoreDumpWithFormat API 2014-03-24 14:14:14 -06:00
qemu_monitor_text.c Replace Pci with PCI throughout 2014-04-08 11:15:55 +01:00
qemu_monitor_text.h
qemu_monitor.c qemu: Avoid overflow when setting migration speed 2014-04-14 13:42:48 +02:00
qemu_monitor.h qemu: add support for virDomainCoreDumpWithFormat API 2014-03-24 14:14:14 -06:00
qemu_process.c hash: add common utility functions 2014-04-07 06:14:45 -06:00
qemu_process.h qemu_process: Make qemuProcessReadLog() more versatile and reusable 2013-09-25 13:50:56 +02:00
qemu_processpriv.h qemu: Export qemuProcessHandleDeviceDeleted for tests 2013-08-26 16:09:55 +02:00
qemu.conf qemu.conf: Mention virtlockd in @lock_manager description 2014-03-13 11:51:22 +01:00
test_libvirtd_qemu.aug.in qemu.conf: Mention virtlockd in @lock_manager description 2014-03-13 11:51:22 +01:00
THREADS.txt