Re: [Qemu-devel] [RFC PATCH 03/17] target/ppc: Add pcr_supported to POWER9 cpu class definition

2017-01-16 Thread David Gibson
On Fri, Jan 13, 2017 at 05:28:09PM +1100, Suraj Jitindar Singh wrote: > pcr_supported is used to define the supported PCR values for a given > processor. A POWER9 processor can support 3.00, 2.07, 2.06 and 2.05 > compatibility modes, thus we set this accordingly. > > Signed-off-by: Suraj Jitindar

[Qemu-devel] [RFC PATCH 03/17] target/ppc: Add pcr_supported to POWER9 cpu class definition

2017-01-12 Thread Suraj Jitindar Singh
pcr_supported is used to define the supported PCR values for a given processor. A POWER9 processor can support 3.00, 2.07, 2.06 and 2.05 compatibility modes, thus we set this accordingly. Signed-off-by: Suraj Jitindar Singh --- target/ppc/cpu.h| 1 +