Re: [Qemu-devel] [PULL 5/5] Revert "exec: Respect as_tranlsate_internal length clamp"

2015-04-01 Thread Paolo Bonzini
On 01/04/2015 14:31, Peter Maydell wrote: >> > On 04/01/2015 04:29 AM, Paolo Bonzini wrote: >>> >> This reverts commit c3c1bb99d1c11978d9ce94d1bdcf0705378c1459. >> > >> > Which means the typo in that commit message (tranlsate) is perpetuated >> > here too. Cute. > Yep, but since we're quoting th

Re: [Qemu-devel] [PULL 5/5] Revert "exec: Respect as_tranlsate_internal length clamp"

2015-04-01 Thread Peter Maydell
On 1 April 2015 at 13:27, Eric Blake wrote: > On 04/01/2015 04:29 AM, Paolo Bonzini wrote: >> This reverts commit c3c1bb99d1c11978d9ce94d1bdcf0705378c1459. > > Which means the typo in that commit message (tranlsate) is perpetuated > here too. Cute. Yep, but since we're quoting the earlier commit

Re: [Qemu-devel] [PULL 5/5] Revert "exec: Respect as_tranlsate_internal length clamp"

2015-04-01 Thread Eric Blake
On 04/01/2015 04:29 AM, Paolo Bonzini wrote: > This reverts commit c3c1bb99d1c11978d9ce94d1bdcf0705378c1459. Which means the typo in that commit message (tranlsate) is perpetuated here too. Cute. Thankfully doesn't hurt anything other than bothering OCD editors (does that mean I'm becoming one?

[Qemu-devel] [PULL 5/5] Revert "exec: Respect as_tranlsate_internal length clamp"

2015-04-01 Thread Paolo Bonzini
This reverts commit c3c1bb99d1c11978d9ce94d1bdcf0705378c1459. It causes problems with boards that declare memory regions shorter than the registers they contain. Reported-by: Zoltan Balaton Signed-off-by: Paolo Bonzini --- exec.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff