mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu aio: add XML parsing
Allows io={threads|native} as an optional attribute to <driver>.
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
committed by
Eric Blake
parent
eb1be58e0e
commit
91ef4e05ea
@@ -696,6 +696,9 @@
|
||||
<optional>
|
||||
<ref name="driverErrorPolicy"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="driverIO"/>
|
||||
</optional>
|
||||
<empty/>
|
||||
</element>
|
||||
</define>
|
||||
@@ -727,6 +730,14 @@
|
||||
</choice>
|
||||
</attribute>
|
||||
</define>
|
||||
<define name="driverIO">
|
||||
<attribute name="io">
|
||||
<choice>
|
||||
<value>threads</value>
|
||||
<value>native</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</define>
|
||||
<define name="controller">
|
||||
<element name="controller">
|
||||
<choice>
|
||||
|
||||
Reference in New Issue
Block a user