qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/4] split the tcg accelerator from accel.c file


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 1/4] split the tcg accelerator from accel.c file
Date: Thu, 18 May 2017 09:26:16 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

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 <address@hidden>
> ---
>  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: signature.asc
Description: OpenPGP digital signature


reply via email to

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