commit | fdbb84d1332ae0827d60f1a2ca03c7d5678c6edd | [log] [tgz] |
---|---|---|
author | Yeongkyoon Lee <yeongkyoon.lee@samsung.com> | Wed Oct 31 16:04:24 2012 +0900 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Nov 03 09:44:20 2012 +0000 |
tree | 1f05b7cd3c113d4cd2bba0b35964b3af8a586c6c | |
parent | 32761257c0b9fa7ee04d2871a6e48a41f119c469 [diff] |
tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization Add GETPC_EXT which is used by MMU helpers to selectively calculate the code address of accessing guest memory when called from a qemu_ld/st optimized code or a C function. Currently, it supports only i386 and x86-64 hosts. Signed-off-by: Yeongkyoon Lee <yeongkyoon.lee@samsung.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>