qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [PATCH v3 01/10] ast2400: rename the Aspeed SoC files to


From: Cédric Le Goater
Subject: Re: [Qemu-arm] [PATCH v3 01/10] ast2400: rename the Aspeed SoC files to aspeed_soc
Date: Thu, 11 Aug 2016 12:27:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 08/11/2016 12:22 PM, Peter Maydell wrote:
> On 2 August 2016 at 18:15, Cédric Le Goater <address@hidden> wrote:
>> Let's prepare for new Aspeed SoCs and rename the ast2400 file to a
>> more generic one. There are no changes in the code apart from the
>> header file include.
>>
>> Signed-off-by: Cédric Le Goater <address@hidden>
>> ---
>>  hw/arm/Makefile.objs        |   2 +-
>>  hw/arm/aspeed_soc.c         | 229 
>> ++++++++++++++++++++++++++++++++++++++++++++
>>  hw/arm/ast2400.c            | 229 
>> --------------------------------------------
>>  hw/arm/palmetto-bmc.c       |   2 +-
>>  include/hw/arm/aspeed_soc.h |  44 +++++++++
>>  include/hw/arm/ast2400.h    |  44 ---------
>>  6 files changed, 275 insertions(+), 275 deletions(-)
>>  create mode 100644 hw/arm/aspeed_soc.c
>>  delete mode 100644 hw/arm/ast2400.c
>>  create mode 100644 include/hw/arm/aspeed_soc.h
>>  delete mode 100644 include/hw/arm/ast2400.h
> 
> If you give git format-patch the -M option then it will
> enable rename detection, which will then produce a patch
> that just says the file was renamed, rather than giving
> it as a "+229 lines, -229 lines" enormous diff.

ok. This would be much better.

Thanks,

C.

> Reviewed-by: Peter Maydell <address@hidden>
> 
> thanks
> -- PMM
> 




reply via email to

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