From: Peter Maydell <peter.maydell@linaro.org>
To: Richard Henderson <rth@twiddle.net>
Cc: Michael Rolnik <mrolnik@gmail.com>,
QEMU Developers <qemu-devel@nongnu.org>,
Michael Rolnik <rolnik@amazon.com>
Subject: Re: [Qemu-devel] [PATCH 10/10] target-avr: fixing code style
Date: Sun, 5 Jun 2016 13:27:37 +0100 [thread overview]
Message-ID: <CAFEAcA8iCKMrXSviD8cxVBLe_7D+w82so2sJc_GwY3JRvsadCA@mail.gmail.com> (raw)
In-Reply-To: <34d61a7f-c695-cf51-dccd-0e1f9b28d9c1@twiddle.net>
On 4 June 2016 at 23:33, Richard Henderson <rth@twiddle.net> wrote:
> On 06/04/2016 11:34 AM, Michael Rolnik wrote:
>>
>> understood. but I am totally lost now. what should I do now.
>> I've sent a set of patches last Friday, they should include all the fixes.
>
>
> For the next round:
>
> git format-patch --cover-letter --subject-prefix='PATCH v4' master
I recommend also -o my-patch-set-4 which will create a subdirectory
'my-patch-set-4' to put the patches in; otherwise you'll end up
with patches for multiple versions all in the current working
directory...
> Edit 0000-cover-letter.patch to describe the patch set and changes since v3.
>
> git send-email --to=qemu-devel@nongnu.org --cc=rth@twiddle.net 00*
...and this wildcard will send them all at once by mistake.
thanks
-- PMM
next prev parent reply other threads:[~2016-06-05 12:28 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-02 20:06 [Qemu-devel] [PATCH 01/10] target-avr: AVR cores support is added. 1. basic CPU structure 2. registers 3. no instructions Michael Rolnik
2016-06-02 20:06 ` [Qemu-devel] [PATCH 02/10] target-avr: adding AVR CPU features/flavors Michael Rolnik
2016-06-04 20:02 ` Richard Henderson
2016-06-02 20:06 ` [Qemu-devel] [PATCH 03/10] target-avr: adding a sample AVR board Michael Rolnik
2016-06-02 20:06 ` [Qemu-devel] [PATCH 04/10] target-avr: adding instructions encodings Michael Rolnik
2016-06-04 22:17 ` Richard Henderson
2016-06-05 5:09 ` Michael Rolnik
2016-06-05 16:08 ` Richard Henderson
2016-06-02 20:06 ` [Qemu-devel] [PATCH 05/10] target-avr: adding AVR interrupt handling Michael Rolnik
2016-06-04 22:26 ` Richard Henderson
2016-06-05 5:10 ` Michael Rolnik
2016-06-02 20:06 ` [Qemu-devel] [PATCH 06/10] target-avr: adding helpers for IN, OUT, SLEEP, WBR & unsupported instructions Michael Rolnik
2016-06-04 22:48 ` Richard Henderson
2016-06-05 5:10 ` Michael Rolnik
2016-06-02 20:06 ` [Qemu-devel] [PATCH 07/10] target-avr: adding instruction decoder Michael Rolnik
2016-06-04 23:00 ` Richard Henderson
2016-06-05 5:18 ` Michael Rolnik
2016-06-02 20:07 ` [Qemu-devel] [PATCH 08/10] target-avr: adding instruction translation Michael Rolnik
2016-06-05 3:27 ` Richard Henderson
2016-06-05 21:47 ` Michael Rolnik
2016-06-05 23:34 ` Richard Henderson
2016-06-06 6:52 ` Michael Rolnik
2016-06-06 19:17 ` Richard Henderson
2016-06-06 19:34 ` Michael Rolnik
2016-06-02 20:07 ` [Qemu-devel] [PATCH 09/10] target-avr: updating translate.c to use instructions translation Michael Rolnik
2016-06-05 3:33 ` Richard Henderson
2016-06-05 21:49 ` Michael Rolnik
2016-06-02 20:07 ` [Qemu-devel] [PATCH 10/10] target-avr: fixing code style Michael Rolnik
2016-06-02 23:10 ` Peter Maydell
2016-06-04 17:41 ` Richard Henderson
2016-06-04 18:34 ` Michael Rolnik
2016-06-04 22:33 ` Richard Henderson
2016-06-05 12:27 ` Peter Maydell [this message]
2016-06-05 3:34 ` Richard Henderson
2016-06-04 19:55 ` [Qemu-devel] [PATCH 01/10] target-avr: AVR cores support is added. 1. basic CPU structure 2. registers 3. no instructions Richard Henderson
-- strict thread matches above, loose matches on Subject: below --
2016-06-02 20:03 Michael Rolnik
2016-06-02 20:04 ` [Qemu-devel] [PATCH 10/10] target-avr: fixing code style Michael Rolnik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFEAcA8iCKMrXSviD8cxVBLe_7D+w82so2sJc_GwY3JRvsadCA@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=mrolnik@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=rolnik@amazon.com \
--cc=rth@twiddle.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).