]> git.proxmox.com Git - mirror_qemu.git/commit
ppc: Improve flags for helpers loading/writing the time facilities
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 31 Jul 2016 05:13:10 +0000 (15:13 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:40:12 +0000 (12:40 +1000)
commitd0f6ced17fb04b6a0cbeb32e5950a3df8b3c4b5d
tree34d9c0ad17a7c0102d0dc77e273c1ad5ac1db384
parentaccc60c47c9b57f49865d1bed6df3d3085fec81d
ppc: Improve flags for helpers loading/writing the time facilities

Those helpers never load from or store to the TCG tracked environment,
not do they generate synchronous exceptions (they might generate an
asynchronous interrupt but that's not an issue here).

So we can make them all use TCG_CALL_NO_RWG

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/helper.h