qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Yang Zhong <yang.zhong@intel.com>, pbonzini@redhat.com
Cc: anthony.xu@intel.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/4] split the tcg accelerator from accel.c file
Date: Thu, 18 May 2017 09:26:16 -0500	[thread overview]
Message-ID: <0a9fd54f-241a-912f-eabb-2f65fd26d7ee@redhat.com> (raw)
In-Reply-To: <1495134895-7814-1-git-send-email-yang.zhong@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1585 bytes --]

On 05/18/2017 02:14 PM, Yang Zhong wrote:
> there are two accelerators in qemu, kvm and tcg.  kvm
> accelerator is defined in kvm-all.c, but tcg accelerator
> is defined in accel.c file. we split tcg accelerator from
> accel.c file and create one new accel directory,which will

space after comma in English.

> include kvm and tcg accel files.
> 

Please remember to send a 0/4 cover letter when sending a series; our
automated tooling works better that way.  You can  use 'git config
format.coverletter auto' to make git do the right thing.

> Signed-off-by: Yang Zhong <yang.zhong@intel.com>
> ---
>  Makefile.objs           |   1 -
>  Makefile.target         |   1 +
>  accel.c                 | 155 ------------------------------------------------
>  accel/Makefile.objs     |   2 +
>  accel/accel.c           | 128 +++++++++++++++++++++++++++++++++++++++
>  accel/tcg/Makefile.objs |   1 +
>  accel/tcg/tcg-all.c     |  61 +++++++++++++++++++
>  7 files changed, 193 insertions(+), 156 deletions(-)
>  delete mode 100644 accel.c
>  create mode 100644 accel/Makefile.objs
>  create mode 100644 accel/accel.c
>  create mode 100644 accel/tcg/Makefile.objs
>  create mode 100644 accel/tcg/tcg-all.c

You may also want to set 'git config diff.renames true' to make code
motion patches take up less bandwidth (assuming that the new
accel/accel.c is close enough for git to detect it as a rename from the
old accel.c).

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

  reply	other threads:[~2017-05-18 14:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-18 19:14 [Qemu-devel] [PATCH 1/4] split the tcg accelerator from accel.c file Yang Zhong
2017-05-18 14:26 ` Eric Blake [this message]
2017-05-18 16:30 ` Eric Blake
2017-05-18 19:14 ` [Qemu-devel] [PATCH 2/4] move cputlb.c Yang Zhong
2017-05-18 19:14 ` [Qemu-devel] [PATCH 3/4] move cpu-exec.c Yang Zhong
2017-05-18 19:14 ` [Qemu-devel] [PATCH 4/4] move cpu-exec-common.c Yang Zhong

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=0a9fd54f-241a-912f-eabb-2f65fd26d7ee@redhat.com \
    --to=eblake@redhat.com \
    --cc=anthony.xu@intel.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=yang.zhong@intel.com \
    /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).