[Qemu-devel] [PATCH v4 0/6] hw/ds1338.c

2012-12-12 Thread Antoine Mathys





Re: [Qemu-devel] [PATCH v4 0/6] hw/ds1338.c

2012-12-13 Thread Peter Maydell
On 12 December 2012 22:56, Antoine Mathys  wrote:
>

Empty cover letters rather defeat their purpose, by the way.
git format-patch's --cover-letter option will generate you a
nice cover letter template including a summary of the patches
in the series and a diffstat.

Anyway, all patches
Reviewed-by: Peter Maydell 
and I've put them into arm-devs.next. Thanks!

A couple of formatting points for future reference,
if you want to send further patches to QEMU in the future:

Your email client is sending patch emails with the 'format=flowed'
attribute, which means that every line in the patch beginning
with a space has an extra space added to it. That means that
if I save the email or if I go and download the version from
patchwork ( http://patchwork.ozlabs.org/patch/205677/ ) it
won't apply. It is also wrapping long lines (as can
be seen in patch 4/6.

I fixed this up this time by running a sed command to fix
up the mangled patchfiles, but it's much easier on reviewers
if you can just send the patches as plain unmangled text
(for example git format-patch and git send-email will send
patches without mangling them.)

thanks again
-- PMM



Re: [Qemu-devel] [PATCH v4 0/6] hw/ds1338.c

2012-12-14 Thread Antoine Mathys

On 12/13/2012 03:09 PM, Peter Maydell wrote:



I certainly will send further patches.

As you noticed I am new to git. Thanks for your patience and advice.