5c6fc9d qemu: Skip virQEMUCapsCPUFilterFeatures on non-x86 CPUs

Authored and Committed by Jiri Denemark 7 years ago
    qemu: Skip virQEMUCapsCPUFilterFeatures on non-x86 CPUs
    
    All features the function is currently supposed to filter out are
    specific to x86_64. We should avoid removing them on other
    architectures. It seems to be quite unlikely other achitectures would
    use the same names, but one can never be sure.
    
    Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
    
        
file modified
+8 -2