Re: [Qemu-devel] [PATCH v14 1/5] block: round up file size to nearest sector

2014-09-09 Thread Hu Tao
On Wed, Sep 10, 2014 at 09:50:02AM +0800, Hu Tao wrote: > On Tue, Sep 09, 2014 at 02:12:18PM +0200, Benoît Canet wrote: ... > > > > seems correct but the patch does not apply anymore on latest Kevin/block > > branch neither with git am nor with git apply.. > > Could you rebase ? > > I made it o

Re: [Qemu-devel] [PATCH v14 1/5] block: round up file size to nearest sector

2014-09-09 Thread Hu Tao
On Tue, Sep 09, 2014 at 02:12:18PM +0200, Benoît Canet wrote: > The Tuesday 09 Sep 2014 à 11:54:27 (+0800), Hu Tao wrote : > > Taking the time to systematically write a nice sentence in > the commit message body about why your commit exists and > explaining the long term purpose of the patch will:

Re: [Qemu-devel] [PATCH v14 1/5] block: round up file size to nearest sector

2014-09-09 Thread Benoît Canet
The Tuesday 09 Sep 2014 à 11:54:27 (+0800), Hu Tao wrote : Taking the time to systematically write a nice sentence in the commit message body about why your commit exists and explaining the long term purpose of the patch will: -improve the quality of your commit -please everyone involved in the r

[Qemu-devel] [PATCH v14 1/5] block: round up file size to nearest sector

2014-09-08 Thread Hu Tao
Signed-off-by: Hu Tao Reviewed-by: Kevin Wolf Reviewed-by: Eric Blake Reviewed-by: Max Reitz --- block/archipelago.c | 3 ++- block/cow.c | 3 ++- block/gluster.c | 4 +-- block/iscsi.c| 4 +-- block/nfs.c