adds a new <hostdev managed='(yes|no)'> property to host devices in domains

* docs/schemas/domain.rng src/domain_conf.c src/domain_conf.h
  src/qemu_conf.c
  tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address.xml
  tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-address.xml
  tests/qemuxml2argvdata/qemuxml2argv-hostdev-usb-product.xml:
  adds a new <hostdev managed='(yes|no)'> property
  to host devices indicating whether or not we should
  automatically dettach/reset, patch by Mark McLoughlin
daniel
This commit is contained in:
Daniel Veillard
2009-03-02 16:40:30 +00:00
parent 34d23b0b01
commit 09fb8845a7
8 changed files with 73 additions and 5 deletions

View File

@@ -911,6 +911,12 @@
<value>pci</value>
</choice>
</attribute>
<attribute name='managed'>
<choice>
<value>yes</value>
<value>no</value>
</choice>
</attribute>
</optional>
<group>
<element name='source'>