]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate.c
PPC: Allow Rc bit to be set on mtspr
authorAlexander Graf <agraf@suse.de>
Wed, 11 Nov 2015 22:49:39 +0000 (22:49 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 12 Nov 2015 02:15:54 +0000 (13:15 +1100)
commit4248b336d3c1b74e343842c5b478b165d75f5ce8
tree2192681ab9d32343ef07dd95f994263070b12352
parent31e49ac192f782d594bbd04070fe79e800b7813f
PPC: Allow Rc bit to be set on mtspr

According to the ISA setting the Rc bit on mtspr is undefined behavior.
Real 750 hardware simply ignores the bit and doesn't touch cr0 though.

Unfortunately, Mac OS 9 relies on this fact and executes a few mtspr
instructions (to set XER for example) with Rc set.

So let's handle the bit the same way hardware does and ignore it.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c