Re: [Qemu-devel] [PATCH] nand: fix flash erase when oob is in memory

2015-11-24 Thread Kevin Wolf
Am 24.11.2015 um 06:39 hat Rabin Vincent geschrieben: > (to: Kevin and cc: qemu-block) Thanks for forwarding! > On Fri, Nov 13, 2015 at 02:17:28PM +0100, Ricard Wanderlöf wrote: > > > > For the "main area on file, oob in memory" case, fix the shifts so that > > we erase the correct number of

Re: [Qemu-devel] [PATCH] nand: fix flash erase when oob is in memory

2015-11-23 Thread Rabin Vincent
(to: Kevin and cc: qemu-block) On Fri, Nov 13, 2015 at 02:17:28PM +0100, Ricard Wanderlöf wrote: > > For the "main area on file, oob in memory" case, fix the shifts so that > we erase the correct number of pages. > > Signed-off-by: Ricard Wanderlöf > --- > hw/block/nand.c |

Re: [Qemu-devel] [PATCH] nand: fix flash erase when oob is in memory

2015-11-13 Thread Ricard Wanderlof
On Fri, 13 Nov 2015, Ricard Wanderlof wrote: > For the "main area on file, oob in memory" case, fix the shifts so that > we erase the correct number of pages. > ... Sorry about the duplicate post. Initially used the wrong email address when subscribing so when I subscribed with the correct

[Qemu-devel] [PATCH] nand: fix flash erase when oob is in memory

2015-11-13 Thread Ricard Wanderlof
For the "main area on file, oob in memory" case, fix the shifts so that we erase the correct number of pages. Signed-off-by: Ricard Wanderlöf --- hw/block/nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/block/nand.c b/hw/block/nand.c index

[Qemu-devel] [PATCH] nand: fix flash erase when oob is in memory

2015-11-13 Thread Ricard Wanderlof
For the "main area on file, oob in memory" case, fix the shifts so that we erase the correct number of pages. Signed-off-by: Ricard Wanderlöf --- hw/block/nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/block/nand.c b/hw/block/nand.c index