qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 2/8] target/arm: Split out vfp_helper.c


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v4 2/8] target/arm: Split out vfp_helper.c
Date: Tue, 19 Feb 2019 15:32:41 +0000

On Fri, 15 Feb 2019 at 19:23, Richard Henderson
<address@hidden> wrote:
>
> Move all of the fp helpers out of helper.c into a new file.
> This is code movement only.  Since helper.c has no copyright
> header, take the one from cpu.h for the new file.
>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  target/arm/helper.c      | 1062 -------------------------------------
>  target/arm/vfp_helper.c  | 1088 ++++++++++++++++++++++++++++++++++++++
>  target/arm/Makefile.objs |    2 +-
>  3 files changed, 1089 insertions(+), 1063 deletions(-)
>  create mode 100644 target/arm/vfp_helper.c
>

Reviewed-by: Peter Maydell <address@hidden>

(confirmed the code motion using git diff --color-moved)

thanks
-- PMM



reply via email to

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