qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] tests: Reorganize MIPS TCG directories and


From: Aleksandar Markovic
Subject: Re: [Qemu-devel] [PATCH 0/2] tests: Reorganize MIPS TCG directories and files
Date: Thu, 3 Jan 2019 20:36:31 +0000

> From: Eric Blake <address@hidden>
> Sent: Thursday, January 3, 2019 9:06 PM
> To: Aleksandar Markovic; address@hidden
> Cc: address@hidden; Stefan Markovic; Aleksandar Rikalo; Aleksandar Markovic;
> address@hidden; address@hidden
> Subject: Re: [Qemu-devel] [PATCH 0/2] tests: Reorganize MIPS TCG directories 
> and files
> 
> On 12/27/18 7:12 AM, Aleksandar Markovic wrote:
> > From: Aleksandar Markovic <address@hidden>
> >
> > Reorganize MIPS TCG directories and files. The file movement is done
> > using "git mv" command, so "git blame" will still display the original
> > information, regardles of the new names and locations of involved
> > files.
> >
> > Aleksandar Markovic (2):
> >   tests: tcg: mips: Move source files to new location
> >   tests: tcg: mips: Remove old directories after reorganization
> >
> >  tests/tcg/mips/mips32-dsp/Makefile                 | 136 ---------
> 
> >  tests/tcg/mips/mipsr5900/multu.c                   |  68 -----
> >  .../mips/system/ase/dsp/test_64_dsp_r1_absq_s_ob.c |  63 +++++
> 
> >  tests/tcg/mips/user/isa/r5900/test_r5900_multu.c   |  68 +++++
> >  976 files changed, 19288 insertions(+), 20087 deletions(-)
> 
> You also need to turn on git rename detection before sending your v2, so
> that your mail will be MUCH smaller (showing only lines that changed
> between file renames, rather than a much larger patch of deleting the
> old file and creating a new file).  More patch submission hints,
> including the git config setup for rename detection, can be found at
> https://wiki.qemu.org/Contribute/SubmitAPatch
>

Great hint! OK, I'll try "git config diff.renames true" before creating v2.

Thanks,
Aleksandar

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


reply via email to

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