Re: [Qemu-devel] [PATCH v2 0/4] tcg-arm: Implement tcg_register_jit

2013-07-02 Thread Richard Henderson
Ping 4. Should I just send a PULL for the only partially reviewed series? r~ On 06/24/2013 08:44 PM, Richard Henderson wrote: > Ping 3. > > On 06/17/2013 08:54 AM, Richard Henderson wrote: >> Ping. >> >> >> On 06/10/2013 11:41 AM, Richard Henderson wrote: >>> Ping. >>> >>> >>> On 06/05/2013 10:

Re: [Qemu-devel] [PATCH v2 0/4] tcg-arm: Implement tcg_register_jit

2013-06-24 Thread Richard Henderson
Ping 3. On 06/17/2013 08:54 AM, Richard Henderson wrote: > Ping. > > > On 06/10/2013 11:41 AM, Richard Henderson wrote: >> Ping. >> >> >> On 06/05/2013 10:29 AM, Richard Henderson wrote: >>> Changes v1-v2: >>> The suggestions for improvement I got from round 1 apply to all >>> of the hosts, not

Re: [Qemu-devel] [PATCH v2 0/4] tcg-arm: Implement tcg_register_jit

2013-06-17 Thread Richard Henderson
Ping. On 06/10/2013 11:41 AM, Richard Henderson wrote: > Ping. > > > On 06/05/2013 10:29 AM, Richard Henderson wrote: >> Changes v1-v2: >> The suggestions for improvement I got from round 1 apply to all >> of the hosts, not just arm. >> >> >> r~ >> >> >> Richard Henderson (4): >> tcg: Fix hig

Re: [Qemu-devel] [PATCH v2 0/4] tcg-arm: Implement tcg_register_jit

2013-06-10 Thread Richard Henderson
Ping. On 06/05/2013 10:29 AM, Richard Henderson wrote: > Changes v1-v2: > The suggestions for improvement I got from round 1 apply to all > of the hosts, not just arm. > > > r~ > > > Richard Henderson (4): > tcg: Fix high_pc fields in .debug_info > tcg: Move the CIE and FDE header definit

[Qemu-devel] [PATCH v2 0/4] tcg-arm: Implement tcg_register_jit

2013-06-05 Thread Richard Henderson
Changes v1-v2: The suggestions for improvement I got from round 1 apply to all of the hosts, not just arm. r~ Richard Henderson (4): tcg: Fix high_pc fields in .debug_info tcg: Move the CIE and FDE header definitions to common code tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for fra