]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: add support for booting from redirected USB devices
authorJán Tomko <jtomko@redhat.com>
Tue, 20 Nov 2012 18:47:07 +0000 (19:47 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 21 Nov 2012 16:54:35 +0000 (17:54 +0100)
commitcc244e24416b7785258c69995483015bbf8927dd
tree077d2f8712c2b60272859438c5b2f5288c82f966
parentf2f9ae426acf6c786684b2ddd9f5d9a58d2187ba
conf: add support for booting from redirected USB devices

Commit a4c19459aa8634c43b51e8138fb1d7eec4c17824 only added the
QEMU capability flag, command line option and added the boot element
for redirdev's in the XML schema.

This patch adds support for parsing and writing the XML with redirdevs
with the boot flag. It also ignores unknown XML elements in redirdev
instead of failing with:
"error: An error occurred, but the cause is unknown"

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=805414
src/conf/domain_conf.c