On 07/09/12 19:29, Peter Krempa wrote:
This series adds support for completely disabling USB bus for a host
if a user
requires this. For this to work a new USB controller model "none" was added
that removes the USB bus.
The controller is added in patches 2-4. Patch 1 cleans up some nits (and is not
necessary) and patches 5 and 6 tweak qemuxml2argvtest and add tests to check the
new controller.
Peter Krempa (6):
maint: Clean up coding style
domain_conf: Add USB controler model "none"
domain_conf: Add helpers to verify if device configuration is valid
qemu: Add support for "none" USB controller
tests: Add support for cathing domain XML parsing errors
tests: Add tests to check the new USB "none" controller
This series no longer applies cleanly. I'm resending a rebased v2.
Peter