ec23791 qemu: Don't check CPU model property key

Authored and Committed by Jiri Denemark 7 years ago
    qemu: Don't check CPU model property key
    
    The qemuMonitorJSONParseCPUModelProperty function is a callback for
    virJSONValueObjectForeachKeyValue and is called for each key/value pair,
    thus it doesn't really make sense to check whether key is NULL.
    
    Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
    
        
file modified
+0 -6