]> git.proxmox.com Git - mirror_qemu.git/commit
ppc: fix hrfid, tlbia and slbia privilege
authorCédric Le Goater <clg@kaod.org>
Fri, 3 Jun 2016 12:11:20 +0000 (14:11 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 7 Jun 2016 00:17:45 +0000 (10:17 +1000)
commit1c7336c5d1f720e8d320cb36f9d747ad24663e0d
treef00cf72662bbc8abb46afbd8e34b71f610349d4d
parent1c953ba57ada0a8694abb5db4bc618dde35a4618
ppc: fix hrfid, tlbia and slbia privilege

commit 74693da98894 ('ppc: tlbie, tlbia and tlbisync are HV only')
introduced some extra checks on the instruction privilege. slbia was
changed wrongly and hrfid, tlbia were forgotten.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c