KVM: PPC: Implement mtsr instruction emulation
authorAlexander Graf <agraf@suse.de>
Fri, 19 Feb 2010 10:00:37 +0000 (11:00 +0100)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Apr 2010 09:35:06 +0000 (12:35 +0300)
commit71db4089361b9424314c41fcf92f63ce26263fcc
tree584de466d83aff7ddcc4e923b67e975edc31ee89
parente425a6de1a2b427747f5af17bd76630548944ff1
KVM: PPC: Implement mtsr instruction emulation

The Book3S_32 specifications allows for two instructions to modify segment
registers: mtsrin and mtsr.

Most normal operating systems use mtsrin, because it allows to define which
segment it wants to change using a register. But since I was trying to run
an embedded guest, it turned out to be using mtsr with hardcoded values.

So let's also emulate mtsr. It's a valid instruction after all.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/book3s_64_emulate.c