[libvirt] [PATCH] docs: Update the hyperv feature qemu supported version

John Ferlan jferlan at redhat.com
Mon Mar 28 17:13:42 UTC 2016


In order to follow recent comments which indicate support for specific
feature bits are supported by a specific QEMU version add the version
from whence the relaxed, vapic, and spinlocks support was added.

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
Pushing as trivial and essentially a follow on to commit id '7068b56c'
in order to keep things looking the same

 docs/formatdomain.html.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 630c682..a1d7c4a 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1528,19 +1528,19 @@
           <td>relaxed</td>
           <td>Relax constraints on timers</td>
           <td> on, off</td>
-          <td><span class="since">1.0.0 (QEMU only)</span></td>
+          <td><span class="since">1.0.0 (QEMU 2.0)</span></td>
         </tr>
         <tr>
           <td>vapic</td>
           <td>Enable virtual APIC</td>
           <td>on, off</td>
-          <td><span class="since">1.1.0 (QEMU only)</span></td>
+          <td><span class="since">1.1.0 (QEMU 2.0)</span></td>
         </tr>
         <tr>
           <td>spinlocks</td>
           <td>Enable spinlock support</td>
           <td>on, off; retries - at least 4095</td>
-          <td><span class="since">1.1.0 (QEMU only)</span></td>
+          <td><span class="since">1.1.0 (QEMU 2.0)</span></td>
         </tr>
         <tr>
           <td>vpindex</td>
-- 
2.5.5




More information about the libvir-list mailing list