]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add option to treat missing USB devices as success
authorJiri Denemark <jdenemar@redhat.com>
Wed, 3 Oct 2012 14:57:28 +0000 (16:57 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 11 Oct 2012 13:11:41 +0000 (15:11 +0200)
commit059aff6b9860b18634709bc76d64ea78f7e609db
tree2a75cf45a59ba2c74ad02614a685cf0d711aefdc
parent7bcc7278bf145e2628831823f77192307f09bfa1
qemu: Add option to treat missing USB devices as success

All USB device lookup functions emit an error when they cannot find the
requested device. With this patch, their caller can choose if a missing
device is an error or normal condition.
src/conf/domain_conf.h
src/qemu/qemu_hostdev.c
src/qemu/qemu_hostdev.h
src/qemu/qemu_hotplug.c
src/security/security_dac.c
src/security/security_selinux.c
src/util/hostusb.c
src/util/hostusb.h