9b6c018 cputest: Generate data for virCPUUpdateLive

Authored and Committed by Jiri Denemark 7 years ago
40 files changed. 279 lines added. 0 lines removed.
tests/cputestdata/x86_64-cpuid-A10-5800K-disabled.xml
file added
+7
tests/cputestdata/x86_64-cpuid-A10-5800K-enabled.xml
file added
+8
tests/cputestdata/x86_64-cpuid-Core-i5-2500-disabled.xml
file added
+5
tests/cputestdata/x86_64-cpuid-Core-i5-2500-enabled.xml
file added
+9
tests/cputestdata/x86_64-cpuid-Core-i5-2540M-disabled.xml
file added
+5
tests/cputestdata/x86_64-cpuid-Core-i5-2540M-enabled.xml
file added
+9
tests/cputestdata/x86_64-cpuid-Core-i5-4670T-disabled.xml
file added
+6
tests/cputestdata/x86_64-cpuid-Core-i5-4670T-enabled.xml
file added
+8
tests/cputestdata/x86_64-cpuid-Core-i5-6600-disabled.xml
file added
+5
tests/cputestdata/x86_64-cpuid-Core-i5-6600-enabled.xml
file added
+9
tests/cputestdata/x86_64-cpuid-Core-i7-2600-disabled.xml
file added
+6
tests/cputestdata/x86_64-cpuid-Core-i7-2600-enabled.xml
file added
+8
tests/cputestdata/x86_64-cpuid-Core-i7-3740QM-disabled.xml
file added
+6
tests/cputestdata/x86_64-cpuid-Core-i7-3740QM-enabled.xml
file added
+8
tests/cputestdata/x86_64-cpuid-Core-i7-3770-disabled.xml
file added
+6
tests/cputestdata/x86_64-cpuid-Core-i7-3770-enabled.xml
file added
+8
tests/cputestdata/x86_64-cpuid-Core-i7-4510U-disabled.xml
file added
+5
tests/cputestdata/x86_64-cpuid-Core-i7-4510U-enabled.xml
file added
+9
tests/cputestdata/x86_64-cpuid-Core-i7-4600U-disabled.xml
file added
+5
tests/cputestdata/x86_64-cpuid-Core-i7-4600U-enabled.xml
file added
+9
tests/cputestdata/x86_64-cpuid-Core-i7-5600U-disabled.xml
file added
+5
tests/cputestdata/x86_64-cpuid-Core-i7-5600U-enabled.xml
file added
+9
tests/cputestdata/x86_64-cpuid-Core2-E6850-disabled.xml
file added
+4
tests/cputestdata/x86_64-cpuid-Core2-E6850-enabled.xml
file added
+7
tests/cputestdata/x86_64-cpuid-Opteron-2350-disabled.xml
file added
+7
tests/cputestdata/x86_64-cpuid-Opteron-2350-enabled.xml
file added
+7
tests/cputestdata/x86_64-cpuid-Opteron-6234-disabled.xml
file added
+7
tests/cputestdata/x86_64-cpuid-Opteron-6234-enabled.xml
file added
+9
tests/cputestdata/x86_64-cpuid-Phenom-B95-disabled.xml
file added
+7
tests/cputestdata/x86_64-cpuid-Phenom-B95-enabled.xml
file added
+7
tests/cputestdata/x86_64-cpuid-Xeon-E3-1245-disabled.xml
file added
+6
tests/cputestdata/x86_64-cpuid-Xeon-E3-1245-enabled.xml
file added
+9
tests/cputestdata/x86_64-cpuid-Xeon-E5-2630-disabled.xml
file added
+6
tests/cputestdata/x86_64-cpuid-Xeon-E5-2630-enabled.xml
file added
+8
tests/cputestdata/x86_64-cpuid-Xeon-E5-2650-disabled.xml
file added
+8
tests/cputestdata/x86_64-cpuid-Xeon-E5-2650-enabled.xml
file added
+7
tests/cputestdata/x86_64-cpuid-Xeon-E7-4820-disabled.xml
file added
+6
tests/cputestdata/x86_64-cpuid-Xeon-E7-4820-enabled.xml
file added
+7
tests/cputestdata/x86_64-cpuid-Xeon-W3520-disabled.xml
file added
+5
tests/cputestdata/x86_64-cpuid-Xeon-W3520-enabled.xml
file added
+7
    cputest: Generate data for virCPUUpdateLive
    
    Generated with
    
        (cd tests/cputestdata; ./cpu-cpuid.py diff x86_64-cpuid-*.json)
    
    Signed-off-by: Jiri Denemark <jdenemar@redhat.com>