Re: [Qemu-devel] [PATCH] integrator: fix Linux boot failure by emulating dbg

2013-10-17 Thread Alex Bennée
peter.mayd...@linaro.org writes: > On 17 October 2013 17:12, Alex Bennée wrote: >> From: Alex Bennée >> >> Commit 9b8c69243 broke the ability to boot the kernel as the value > > Commit message, comment, overlength lines, lack of Copyright line > still all unfixed : did you resend the wrong ver

Re: [Qemu-devel] [PATCH] integrator: fix Linux boot failure by emulating dbg

2013-10-17 Thread Peter Maydell
On 17 October 2013 17:12, Alex Bennée wrote: > From: Alex Bennée > > Commit 9b8c69243 broke the ability to boot the kernel as the value > returned by unassigned_mem_read returned non-zero and left the kernel > looping forever waiting for it to change (see integrator_led_set in > the kernel code).

[Qemu-devel] [PATCH] integrator: fix Linux boot failure by emulating dbg

2013-10-17 Thread Alex Bennée
From: Alex Bennée Commit 9b8c69243 broke the ability to boot the kernel as the value returned by unassigned_mem_read returned non-zero and left the kernel looping forever waiting for it to change (see integrator_led_set in the kernel code). Relying on a varying implementation detail is incorrect

Re: [Qemu-devel] [PATCH] integrator: fix Linux boot failure by emulating dbg

2013-09-13 Thread Peter Maydell
On 13 September 2013 16:20, Peter Maydell wrote: > On 13 September 2013 15:58, wrote: >> + * This code is licensed under the GPL. > > Would be nice to give a specific version of the GPL... > ("2" or "2 or later" are your two basic options.) ...but I forgot to mention that "2-or-later" is strong

Re: [Qemu-devel] [PATCH] integrator: fix Linux boot failure by emulating dbg

2013-09-13 Thread Peter Maydell
On 13 September 2013 15:58, wrote: > From: Alex Bennée > > Commit 9b8c69243 broke the ability to boot the kernel as the value > returned by unassigned_mem_read returned non-zero and left the kernel > looping forever waiting for it to change (see integrator_led_set in > the kernel code). > > Rely

[Qemu-devel] [PATCH] integrator: fix Linux boot failure by emulating dbg

2013-09-13 Thread alex . bennee
From: Alex Benn??e Commit 9b8c69243 broke the ability to boot the kernel as the value returned by unassigned_mem_read returned non-zero and left the kernel looping forever waiting for it to change (see integrator_led_set in the kernel code). Relying on a varying implementation detail is incorrec