Re: [Qemu-devel] [PATCH 1.1] linux-user: Fix stale tbs after mmap

2012-05-16 Thread Andreas Färber
Am 16.05.2012 11:26, schrieb Riku Voipio: > On Tue, May 15, 2012 at 04:32:51PM -0500, Anthony Liguori wrote: >> Riku, >> >> Can you review/ack this patch? > > Acked-by: Riku Voipio > > Are there any other Linux-user patches to consider for 1.1 ? I had noticed that Alex' binfmt wrappers did not

Re: [Qemu-devel] [PATCH 1.1] linux-user: Fix stale tbs after mmap

2012-05-16 Thread Riku Voipio
On Tue, May 15, 2012 at 04:32:51PM -0500, Anthony Liguori wrote: > Riku, > > Can you review/ack this patch? Acked-by: Riku Voipio Are there any other Linux-user patches to consider for 1.1 ? > > Regards, > > Anthony Liguori > > > On 05/15/2012 03:35 PM, Peter Maydell wrote: > >Ping? This i

Re: [Qemu-devel] [PATCH 1.1] linux-user: Fix stale tbs after mmap

2012-05-15 Thread Anthony Liguori
Riku, Can you review/ack this patch? Regards, Anthony Liguori On 05/15/2012 03:35 PM, Peter Maydell wrote: Ping? This is 1.1 material in my opinion... (patchwork url: http://patchwork.ozlabs.org/patch/158556/) -- PMM On 11 May 2012 17:25, Peter Maydell wrote: On 11 May 2012 09:40, Alexa

Re: [Qemu-devel] [PATCH 1.1] linux-user: Fix stale tbs after mmap

2012-05-15 Thread Peter Maydell
Ping? This is 1.1 material in my opinion... (patchwork url: http://patchwork.ozlabs.org/patch/158556/) -- PMM On 11 May 2012 17:25, Peter Maydell wrote: > On 11 May 2012 09:40, Alexander Graf wrote: >> If we execute linux-user code that does the following: >> >>  * A = mmap() >>  * execute cod