PPC: Add dcbtls emulation
commit4d09d5291dac27b48fd597c72de6fddaa4d74571
authorAlexander Graf <agraf@suse.de>
Sun, 19 Jan 2014 16:50:09 +0000 (19 17:50 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:35 +0000 (16 13:24 +0200)
treeb7c4afad4ff6711de9edb8025a5f188e4fffb20c
parentea71258da4b8141d8a808d94518a0964c0f92810
PPC: Add dcbtls emulation

The dcbtls instruction is able to lock data inside the L1 cache.

Unfortunately we don't emulate any caches, so we have to tell the guest
that its locking attempt failed.

However, by implementing the instruction we at least don't give the
guest a program exception which it definitely does not expect.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c