mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
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:
parent
33455bc4ce
commit
5d84835e09
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<machine>xenpv</machine>
|
||||
<arch>x86_64</arch>
|
||||
<vcpu max='512'/>
|
||||
<iothreads supported='no'/>
|
||||
<os supported='yes'>
|
||||
<loader supported='no'/>
|
||||
</os>
|
||||
|
Loading…
Reference in New Issue
Block a user