Re: [Qemu-devel] [PATCH 0/5] Fixes and minor improvements to TCI

2013-04-09 Thread Richard Henderson
Ping 2. On 2013-04-03 17:11, Richard Henderson wrote: Ping? On 2013-03-28 10:37, Richard Henderson wrote: My main goal here is the last patch. With the patches I've posted for arm and s390, tci is the only remaining user of env->temp_buf. r~ Richard Henderson (5): tci: Use 32-bit sign

Re: [Qemu-devel] [PATCH 0/5] Fixes and minor improvements to TCI

2013-04-03 Thread Richard Henderson
Ping? On 2013-03-28 10:37, Richard Henderson wrote: My main goal here is the last patch. With the patches I've posted for arm and s390, tci is the only remaining user of env->temp_buf. r~ Richard Henderson (5): tci: Use 32-bit signed offsets to loads/stores tci: Use a local variable f

[Qemu-devel] [PATCH 0/5] Fixes and minor improvements to TCI

2013-03-28 Thread Richard Henderson
My main goal here is the last patch. With the patches I've posted for arm and s390, tci is the only remaining user of env->temp_buf. r~ Richard Henderson (5): tci: Use 32-bit signed offsets to loads/stores tci: Use a local variable for env tci: Avoid code before declarations tci: Delet