[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC v2 11/34] include/exec: Move cputlb exec.c defs ou
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [RFC v2 11/34] include/exec: Move cputlb exec.c defs out |
Date: |
Mon, 01 Jun 2015 12:25:20 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
On 05/30/2015 11:11 PM, Peter Crosthwaite wrote:
> Move the architecture agnostic function prototypes for exec.c out of
> cputlb.h to exec-all.h. This allows hiding of the arch specific
> cputlb.h from exec.c which should be getting close to having no
> architecture specifics. Prepares support for multi-arch, which will have
> a minimal cpu.h that services exec.c but not cputlb.h.
>
> Signed-off-by: Peter Crosthwaite <address@hidden>
> ---
> exec.c | 1 -
> include/exec/cputlb.h | 14 --------------
> include/exec/exec-all.h | 15 +++++++++++++++
> 3 files changed, 15 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~