On 2 August 2016 at 18:15, Cédric Le Goater <c...@kaod.org> 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 <c...@kaod.org> > --- > 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. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM