1. 29 2月, 2012 1 次提交
    • M
      Support for cpu64-rhel* qemu cpu models · b395f959
      Martin Kletzander 提交于
      In qemu there are 2 cpu models (cpu64-rhel5 and cpu64-rhel6) not
      supported by libvirt. This patch adds the support with the flags
      specifications from /usr/share/qemu-kvm/cpu-model/cpu-x86_64.conf
      The only difference is that AMD-specific features are removed so
      the processor type is not vendor-specific. Those features are either
      emulated or ignored by qemu if host CPU doesn't support them.
      b395f959
  2. 27 1月, 2012 1 次提交
    • P
      x86: add kvm32 and kvm64, update qemu64 · ef00a05e
      Paolo Bonzini 提交于
      Recently (or not so recently) QEMU added the kvm32 and kvm64
      architectures, representing a least common denominator of all
      hosts that can run KVM.  Add them to the machine map.
      
      Also, some features that TCG supports were added to qemu64.
      Add them to the cpu_map.xml whenever KVM is guaranteed to support
      those.  We still have to leave some out, because they would not
      be available to guests running on older hosts.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      ef00a05e
  3. 09 12月, 2011 1 次提交
    • P
      cpu: Add cpu flags supported by newest qemu · b2cb24f4
      Peter Krempa 提交于
      Add support for newly supported Intel cpu features. Newly supported
      flags are: pclmuldq, dtes64, smx, fma, pdcm, movbe, xsave, osxsave and
      avx. This adds support for Intel's Sandy Bridge platform.
      b2cb24f4
  4. 15 1月, 2011 1 次提交
  5. 14 10月, 2010 1 次提交
    • J
      cpu: Fix vendor for recent CPU models · ac7afbeb
      Jiri Denemark 提交于
      Recent CPU models were specified using invalid vendor element
      <vendor>NAME</vendor>, which was silently ignored due to a bug in the
      code which was parsing it.
      ac7afbeb
  6. 12 10月, 2010 1 次提交
    • J
      cpu: Remove redundant features · a4deed4a
      Jiri Denemark 提交于
      Some features provided by the recently added CPU models were mentioned
      twice for each model. This was a result of automatic generation of the
      XML from qemu's CPU configuration file without noticing this redundancy.
      a4deed4a
  7. 07 7月, 2010 2 次提交
  8. 19 5月, 2010 1 次提交
  9. 18 12月, 2009 1 次提交