]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: domaincapstest: Fix after iothreads addition
authorCole Robinson <crobinso@redhat.com>
Thu, 3 May 2018 21:30:53 +0000 (17:30 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 3 May 2018 21:34:41 +0000 (17:34 -0400)
Introduced in 8525b9694. Some files weren't updated. I'm just
guessing on the bhyve ones

Signed-off-by: Cole Robinson <crobinso@redhat.com>
tests/domaincapsschemadata/bhyve_basic.x86_64.xml
tests/domaincapsschemadata/bhyve_fbuf.x86_64.xml
tests/domaincapsschemadata/bhyve_uefi.x86_64.xml
tests/domaincapsschemadata/libxl-xenfv-usb.xml
tests/domaincapsschemadata/libxl-xenpv-usb.xml

index 70e36e97e9ac236244e7766e79492a34f22265a0..055d05b568f6944dfef985c6c4ee8e227f552f5b 100644 (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>
index 19b76da456f3e232f520e042fd46b738be1f163e..b22ca43ba054217c971250c1e50cbf5c294ba530 100644 (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>
index c278df038a1ab6f54ba1eb28ca9f0e40685f7522..625a55e70ce456c533cb29427c55068982b45a5d 100644 (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>
index dfa992cb71b54ef9a9205f5412d5592e274fe1b4..3f245e8961bfd977434513d606a87596effab1ac 100644 (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>
index 8277a9efdd832bb6987e54d61b3c5c9d43613d92..2bcd588c0fbd3020738e74f215d0504dcb6b45be 100644 (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>