[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC v2 06/34] cpu-common: Define tb_page_addr_t for ev
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [RFC v2 06/34] cpu-common: Define tb_page_addr_t for everyone |
Date: |
Mon, 01 Jun 2015 09:51:50 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 31/05/2015 08:11, Peter Crosthwaite wrote:
> In system mode emulation (at least) this definition has no architecture
> specific dependencies. Move it to common code such that common code can
> use it (primarily for defining function prototypes).
>
> Signed-off-by: Peter Crosthwaite <address@hidden>
I suspect you can instead make a header that is included by arch-obj
files, and move a lot of stuff there from include/exec/exec-all.h (for
example all the prototypes that use tb_page_addr_t).
Paolo
- Re: [Qemu-devel] [RFC v2 06/34] cpu-common: Define tb_page_addr_t for everyone,
Paolo Bonzini <=