82ddd0b cpu: Use virCPUData.arch in cpuDecode

Authored and Committed by Jiri Denemark 7 years ago
    cpu: Use virCPUData.arch in cpuDecode
    
    virCPUDef.arch is not required to be filled in for guest CPU
    definitions. It doesn't make sense to artificially mandate it to be set
    when cpuDecode is called especially when virCPUData.arch passed to
    cpuDecode already contains the architecture.
    
    Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
    
        
file modified
+1 -1