]> git.proxmox.com Git - qemu.git/commit
target-alpha: Implement RD/WRUNIQUE in the translator
authorRichard Henderson <rth@twiddle.net>
Fri, 11 Dec 2009 17:38:23 +0000 (09:38 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 13 Dec 2009 20:36:16 +0000 (21:36 +0100)
commitab471ade02d6bd3f82473a0560d76dd20c91cbb5
treea1d9bb22df72ed454264dbc0c2451e1ca214a458
parent73651cce62738f7f8732028a7b84f3484511eede
target-alpha: Implement RD/WRUNIQUE in the translator

When emulating user-mode only, there's no reason to exit
the translation block to effect a call_pal.  We can generate
a move to/from the unique slot directly.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/alpha_palcode.c
target-alpha/translate.c