]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf: Add USB controler model "none"
authorPeter Krempa <pkrempa@redhat.com>
Mon, 2 Jul 2012 15:28:43 +0000 (17:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 2 Aug 2012 09:54:14 +0000 (11:54 +0200)
commit0925189713c5f9479fdfa176b5a47a7a225cebd6
treee92a5afa1982ab4363d4edf7629809af160dea8d
parent7ee395a80dfd120b70af028d1a7c5a35e5480ab0
domain_conf: Add USB controler model "none"

Libvirt adds a USB controller to the guest even if the user does not
specify any in the XML. This is due to back-compat reasons.

To allow disabling USB for a guest this patch adds a new USB controller
type "none" that disables USB support for the guest.
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c