]> xenbits.xensource.com Git - libvirt.git/commit
cpu: Implement guestData and update for PPC
authorLi Zhang <zhlcindy@linux.vnet.ibm.com>
Tue, 3 Sep 2013 06:28:24 +0000 (14:28 +0800)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 5 Sep 2013 11:31:09 +0000 (12:31 +0100)
commitb2a68c99c4c7f4d202dbb413209a94c6f3231e80
treeab5b9cc7521c512caec524ec866dbb0b94dab93c
parentadf0d770fe7b80f51a5777610dcaba3f2f9ccccf
cpu: Implement guestData and update for PPC

On Power platform, Power7+ can support Power7 guest.
It needs to define XML configuration to specify guest's CPU model.

For exmaple:
  <cpu match='exact'>
    <model>POWER7_v2.1</model>
    <vendor>IBM</vendor>
  </cpu>

Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
src/cpu/cpu_powerpc.c