]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitb0a94d4e23201c7559bb8f8657cfb629561288f2
tree33a2706900728e9218fca06bde3c8a47fb86254a
parent1cc8ed0b13ae6e076a1dd1f18da508b48c7aa05a
KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers

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>
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/kvm/book3s_emulate.c