KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers
authorPaul Mackerras <paulus@samba.org>
Sun, 4 Nov 2012 18:15:43 +0000 (18:15 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Dec 2012 00:34:01 +0000 (01:34 +0100)
This adds basic emulation of the PURR and SPURR registers.  We assume
we are emulating a single-threaded core, so these advance at the same
rate as the timebase.  A Linux kernel running on a POWER7 expects to
be able to access these registers and is not prepared to handle a
program interrupt on accessing them.

This also adds a very minimal emulation of the DSCR (data stream
control register).  Writes are ignored and reads return zero.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found