qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/4] Header cleanups: Removed unwanted includes


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 4/4] Header cleanups: Removed unwanted includes from cpu-common.h
Date: Tue, 9 Apr 2019 12:18:52 +0100
User-agent: Mutt/1.11.3 (2019-02-01)

On Sat, Apr 06, 2019 at 09:34:22AM +0530, Aruna Jayasena wrote:
> Removed unwanted includes from cpu-common.h
> This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks
> 
> Signed-off-by: Aruna Jayasena <address@hidden>
> ---
>  include/exec/cpu-common.h | 2 --
>  1 file changed, 2 deletions(-)

Hi Aruna,
I'd like to review and apply your patches.  It's a little difficult
to understand the structure since there are several email threads with
subject lines ("PATCH 4/4") that imply a relationship, but they were
sent on different dates.

The usual structure of the first patch submission is:

  [PATCH 0/4] qemu-common.h: clean up qemu-common.h
  +--- [PATCH 1/4] qemu-common.h: drop unused includes in util/
  +--- [PATCH 2/4] ...
  +--- [PATCH 3/4] ...
  +--- [PATCH 4/4] ...

Here PATCH 0 is a cover letter that describes the purpose of this patch
series.  The actual patches (1, 2, 3, and 4) are part of the email
thread started by the cover letter.  This relationship allows tools to
treat the emails as a single patch series and it makes it easier for
human reviewers to review your patches in their inbox.

If you send a new revision of the patch series to address code review
feedback:

  [PATCH v2 0/4] qemu-common.h: clean up qemu-common.h
  +--- [PATCH v2 1/4] qemu-common.h: drop unused includes in util/
  +--- [PATCH v2 2/4] ...
  +--- [PATCH v2 3/4] ...
  +--- [PATCH v2 4/4] ...

The "v2" revision number indicates that this series obsoletes the first
patch submission.

Please resend your patches and follow this structure.  You can use
git-send-email --thread --no-chain-reply-to master.. to send the patch
series.  Normally --thread and --no-chain-reply-to are defaults and you
don't have to specify them explicitly.

If you need help, feel free to ping me on IRC.  You may find it useful
to send the email to yourself as a test first before sending to
address@hidden

Stefan

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]