On 12.02.2011, at 15:54, David Gibson wrote: > From: David Gibson <d...@au1.ibm.com> > > The PURR (Processor Utilization Resource Register) is a register found > on recent POWER CPUs. The guts of implementing it at least enough to > get by are already present in qemu, however some of the helper > functions needed to actually wire it up are missing. > > This patch adds the necessary glue, so that the PURR can be wired up > when we implement newer POWER CPU targets which include it. > > Signed-off-by: David Gibson <d...@au1.ibm.com>
Yay, so we can finally emulate POWER5 guests :). Please keep in mind that PURR is also missing in kvm code. Acked-by: Alexander Graf <ag...@suse.de> Alex