qemu-devel
[Top][All Lists]
Advanced

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

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


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 2/4] cputlb: move TLB handling to a separate file
Date: Mon, 23 Apr 2012 14:48:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 04/22/12 08:35, Blue Swirl wrote:
> Move TLB handling and softmmu code load helpers to cputlb.c,
> compile only for softmmu targets.
> 
> Signed-off-by: Blue Swirl <address@hidden>
> ---
>  Makefile.target |    2 +-
>  cputlb.c        |  362 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  cputlb.h        |   63 +++++++++
>  exec-all.h      |   12 +-
>  exec.c          |  380 
> +------------------------------------------------------
>  5 files changed, 443 insertions(+), 376 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]