]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Extend parser and add support for USB devices in QEmu/KVM
authorDaniel Veillard <veillard@redhat.com>
Fri, 8 Aug 2008 14:27:05 +0000 (14:27 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 8 Aug 2008 14:27:05 +0000 (14:27 +0000)
commitd1710d35ea9d2074b95c2a7de06fd67de955c5ec
treeb56e37f1f8a72d3bbf5947c84bc9a7f470aa5207
parentc11e64efbd896461561eec86ad583535eee046ff
Extend parser and add support for USB devices in QEmu/KVM
* src/domain_conf.c src/domain_conf.h src/qemu_conf.c
  src/qemu_driver.c: Patch from Guido Günther allowing to pass
  usb devices to qemu/kvm
* docs/libvirt.rng: add the new functionality to the grammar
* tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.args
  tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.xml
  tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.args
  tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.xml
  tests/qemuxml2argvtest.c tests/qemuxml2xmltest.c: adding examples
  to the regression tests
* libvirt.spec.in: fix the licence tag
Daniel
13 files changed:
ChangeLog
docs/libvirt.rng
libvirt.spec.in
src/domain_conf.c
src/domain_conf.h
src/qemu_conf.c
src/qemu_driver.c
tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c