1. 09 6月, 2016 6 次提交
  2. 16 5月, 2016 1 次提交
  3. 07 9月, 2015 1 次提交
  4. 11 8月, 2015 4 次提交
  5. 10 7月, 2015 1 次提交
  6. 02 7月, 2015 21 次提交
  7. 26 3月, 2015 1 次提交
  8. 04 2月, 2015 1 次提交
    • O
      cpu: add Freescale ppc64 CPU models · 5a1998d3
      Olivia Yin 提交于
      With this patch, Freescale ppc64 CPU modesl could be recognized.
      
      virsh # cpu-models ppc64
      POWERPC_e6500
      POWERPC_e5500
      power8
      power8e
      power7+
      power7
      power6
      POWER8_v1.0
      POWER7+_v2.1
      POWER7_v2.3
      POWER7_v2.1
      POWER7
      
      virsh # capabilities
      <capabilities>
        <host>
          <uuid>5a54efa6-20dc-4da7-b271-0b7fb7062cb8</uuid>
          <cpu>
            <arch>ppc64</arch>
            <model>POWERPC_e6500</model>
            <vendor>Freescale</vendor>
      5a1998d3
  9. 07 11月, 2014 1 次提交
    • P
      PowerPC:Improve PVR handling to fall back to cpu generation. · 1e911742
      Prerna Saxena 提交于
      IBM Power processors differ uniquely across generations (such as power6,
      power7, power8). Each generation signifies a new PowerISA version
      that exhibits features unique to that generation.
      The higher 16 bits of PVR for IBM Power processors encode the CPU
      generation, while the CPU chip (sub)version is encoded in lower 16 bits.
      
      For all practical purposes of launching a VM, we care about the
      generation which the vCPU will belong to, and not specifically the chip
      version. This patch updates the libvirt PVR check to reflect this
      relationship. It allows libvirt to select the right CPU generation
      in case the exact match for a a specific CPU is not found.
      Hence, there will no longer be a need to add each PowerPC CPU model to
      cpu_map.xml; just adding entry for the matching ISA generation will
      suffice.
      
      It also contains changes to cpu_map.xml since processor generations
      as understood by QEMU compat mode go as "power6", "power7" or "power8"
      [Reference : QEMU commit 8dfa3a5e85 ]
      Signed-off-by: NPrerna Saxena <prerna@linux.vnet.ibm.com>
      Signed-off-by: NPradipta Kr. Banerjee <bpradip@in.ibm.com>
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      1e911742
  10. 05 9月, 2014 1 次提交
  11. 02 7月, 2014 1 次提交
  12. 27 6月, 2014 1 次提交