Re: [Qemu-devel] [PATCH v5 2/3] tcg: Add declarations and templates of extended MMU helpers

2012-10-10 Thread Yeongkyoon Lee
On 2012년 10월 10일 03:36, Richard Henderson wrote: On 10/09/2012 05:37 AM, Yeongkyoon Lee wrote: Add declarations and templates of extended MMU helpers. An extended helper takes an additional argument of the host address accessing a guest memory which differs from the address of the call site to t

Re: [Qemu-devel] [PATCH v5 2/3] tcg: Add declarations and templates of extended MMU helpers

2012-10-09 Thread Richard Henderson
On 10/09/2012 05:37 AM, Yeongkyoon Lee wrote: > Add declarations and templates of extended MMU helpers. > An extended helper takes an additional argument of the host address accessing > a guest memory which differs from the address of the call site to the helper > because helper call sites locate a

[Qemu-devel] [PATCH v5 2/3] tcg: Add declarations and templates of extended MMU helpers

2012-10-09 Thread Yeongkyoon Lee
Add declarations and templates of extended MMU helpers. An extended helper takes an additional argument of the host address accessing a guest memory which differs from the address of the call site to the helper because helper call sites locate at the end of a generated code block. Signed-off-by: Y