[libvirt] [PATCHv2 0/6] Add usb controller model="none"

Peter Krempa pkrempa at redhat.com
Thu Jul 12 09:30:54 UTC 2012


This is a rebase of the previous version. There are no changes except solving
conflicts in tests/qemuxml2argvtest.c after new tests were added lately.


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 catching domain XML parsing errors
  tests: Add tests to check the new USB "none" controller

 docs/schemas/domaincommon.rng                      |    1 +
 src/conf/domain_conf.c                             |  121 +++++-
 src/conf/domain_conf.h                             |    6 +
 src/libvirt_private.syms                           |    2 +
 src/qemu/qemu_command.c                            |   29 +-
 src/qemu/qemu_driver.c                             |   13 +-
 .../qemuxml2argvdata/qemuxml2argv-usb-none-hub.xml |   19 +
 .../qemuxml2argv-usb-none-other.xml                |   19 +
 .../qemuxml2argv-usb-none-usbtablet.xml            |   21 +
 tests/qemuxml2argvdata/qemuxml2argv-usb-none.args  |    5 +
 tests/qemuxml2argvdata/qemuxml2argv-usb-none.xml   |   16 +
 tests/qemuxml2argvtest.c                           |  515 ++++++++++----------
 12 files changed, 495 insertions(+), 272 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-usb-none-hub.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-usb-none-other.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-usb-none-usbtablet.xml
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-usb-none.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-usb-none.xml

-- 
1.7.8.6




More information about the libvir-list mailing list