 
            
            
            
            
                31 Jan
                
                    2020
                
            
            
                31 Jan
                
                '20
                
            
            
            
        
    
                5:39 p.m.
            
        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@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