1. 13 12月, 2019 2 次提交
  2. 20 6月, 2019 1 次提交
  3. 15 5月, 2019 1 次提交
  4. 25 4月, 2019 1 次提交
  5. 10 1月, 2019 1 次提交
    • J
      cpu_map: Add support for arch-capabilities feature · 511df17a
      Jiri Denemark 提交于
      The feature was added to QEMU in 3.1.0 and it is currently blocking
      migration, which is expected to change in the future. Luckily 3.1.0 is
      new enough to give us migratability hints on each feature via
      query-cpu-model-expension, which means we don't need to use the
      "migratable" attribute on the CPU map XML.
      
      The kernel calls this feature arch_capabilities and RHEL/CentOS 7.* use
      arch-facilities. Apparently some CPU test files were gathered with the
      RHEL version of QEMU. Let's update the test files to avoid possible
      confusion about the correct naming.
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      511df17a
  6. 18 12月, 2018 1 次提交
  7. 19 9月, 2018 1 次提交
    • J
      cpu_map: Add features for Icelake CPUs · 98130811
      Jiri Denemark 提交于
      QEMU commits:
      
          e37a5c7fa4 (v2.12.0)
              i386: Add Intel Processor Trace feature support
      
          c2f193b538 (v2.7.0)
              target-i386: Add support for UMIP and RDPID CPUID bits
      
          aff9e6e46a (v2.12.0)
              x86/cpu: Enable new SSE/AVX/AVX512 cpu features
      
          f77543772d (v2.9.0)
              x86: add AVX512_VPOPCNTDQ features
      
          5131dc433d (v3.1.0)
              i386: Add CPUID bit for PCONFIG
      
          59a80a19ca (v3.1.0)
              i386: Add CPUID bit for WBNOINVD
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      98130811
  8. 28 8月, 2018 1 次提交