[libvirt PATCH 3/5] cpu: Add the kvm-no-adjvtime CPU feature

Andrea Bolognani abologna at redhat.com
Fri Jan 31 16:39:50 UTC 2020


The feature is currently available on ARM only, and so it only
needs to be known to the corresponding CPU driver.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 src/cpu_map/arm_features.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/cpu_map/arm_features.xml b/src/cpu_map/arm_features.xml
index 8a53384463..13d00f07a8 100644
--- a/src/cpu_map/arm_features.xml
+++ b/src/cpu_map/arm_features.xml
@@ -19,4 +19,7 @@
   <feature name='sve1920'/>
   <feature name='sve2048'/>
 
+  <!-- Other features -->
+  <feature name='kvm-no-adjvtime'/>
+
 </cpus>
-- 
2.24.1




More information about the libvir-list mailing list