qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 0/6] Convert softmmu-template into normal co


From: Peter Maydell
Subject: Re: [Qemu-devel] [RFC PATCH 0/6] Convert softmmu-template into normal code
Date: Fri, 20 Apr 2018 17:22:23 +0100

On 20 April 2018 at 16:50, Alex Bennée <address@hidden> wrote:
>  accel/tcg/Makefile.objs      |   1 +
>  accel/tcg/cputlb.c           |  61 +----
>  accel/tcg/cputlb.h           |  20 ++
>  accel/tcg/softmmu.c          | 497 +++++++++++++++++++++++++++++++++++
>  accel/tcg/softmmu_template.h | 435 ------------------------------
>  5 files changed, 528 insertions(+), 486 deletions(-)
>  create mode 100644 accel/tcg/cputlb.h
>  create mode 100644 accel/tcg/softmmu.c
>  delete mode 100644 accel/tcg/softmmu_template.h

It's a shame there's no option to git to say "count lines inside
macro definitions as worth twice as much for the diffstat" :-)

thanks
-- PMM



reply via email to

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