Re: xen/block.c: support unaligned writes

2009-11-16 Thread Samuel Thibault
Thomas Schwinge, le Mon 16 Nov 2009 23:02:36 +0100, a écrit : > Jeez, I didn't think about simply asking my own documentation system... > . > But does that really answer my question? Yes: data has to be 512-byte

Re: xen/block.c: support unaligned writes

2009-11-16 Thread Thomas Schwinge
Hello again... On Mon, Nov 16, 2009 at 10:59:11PM +0100, I wrote: > On Mon, Nov 16, 2009 at 03:09:18AM +, Samuel Thibault wrote: > > The branch, master-xen has been updated > > > commit c4cbe430a3051382714fb9b38d551c5bba65291e > > Author: Samuel Thibault > > Date: Mon Nov 16 03:22:44 2009

xen/block.c: support unaligned writes

2009-11-16 Thread Thomas Schwinge
Hello! On Mon, Nov 16, 2009 at 03:09:18AM +, Samuel Thibault wrote: > The branch, master-xen has been updated > commit c4cbe430a3051382714fb9b38d551c5bba65291e > Author: Samuel Thibault > Date: Mon Nov 16 03:22:44 2009 +0100 > > Support unaligned writes Great! One question about th