tests: domaincapstest: Fix after iothreads addition

Introduced in 8525b9694. Some files weren't updated. I'm just
guessing on the bhyve ones

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2018-05-03 17:30:53 -04:00
parent 33455bc4ce
commit 5d84835e09
5 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<path>/usr/sbin/bhyve</path>
<domain>bhyve</domain>
<arch>x86_64</arch>
<iothreads supported='no'/>
<os supported='yes'>
<loader supported='no'/>
</os>

View File

@ -2,6 +2,7 @@
<path>/usr/sbin/bhyve</path>
<domain>bhyve</domain>
<arch>x86_64</arch>
<iothreads supported='no'/>
<os supported='yes'>
<loader supported='yes'>
<value>/foo/bar</value>

View File

@ -2,6 +2,7 @@
<path>/usr/sbin/bhyve</path>
<domain>bhyve</domain>
<arch>x86_64</arch>
<iothreads supported='no'/>
<os supported='yes'>
<loader supported='yes'>
<value>/foo/bar</value>

View File

@ -4,6 +4,7 @@
<machine>xenfv</machine>
<arch>x86_64</arch>
<vcpu max='128'/>
<iothreads supported='no'/>
<os supported='yes'>
<loader supported='yes'>
<value>/usr/lib/xen/boot/hvmloader</value>

View File

@ -4,6 +4,7 @@
<machine>xenpv</machine>
<arch>x86_64</arch>
<vcpu max='512'/>
<iothreads supported='no'/>
<os supported='yes'>
<loader supported='no'/>
</os>