qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/3] cputlb: move TLB handling to a separate fil


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 1/3] cputlb: move TLB handling to a separate file
Date: Sun, 15 Apr 2012 14:53:25 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 04/14/2012 11:23 AM, Blue Swirl wrote:
> Move TLB handling and softmmu code load helpers to cputlb.c,
> compile only for softmmu targets.
> 
> Remove unused cpu_tlb_update_dirty().
> 
> Signed-off-by: Blue Swirl <address@hidden>
> ---
>  Makefile.target |    2 +-
>  cpu-all.h       |    2 -
>  cputlb.c        |  359 +++++++++++++++++++++++++++++++++++++++++++
>  cputlb.h        |   63 ++++++++
>  exec-all.h      |   12 +-
>  exec.c          |  459 
> ++++++++-----------------------------------------------
>  6 files changed, 494 insertions(+), 403 deletions(-)
>  create mode 100644 cputlb.c
>  create mode 100644 cputlb.h

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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