Re: [Qemu-devel] [PATCH 13/49] target-ppc: do not use target_ulong in cpu-qom.h

2016-03-20 Thread Peter Maydell
On 16 March 2016 at 10:46, Paolo Bonzini wrote: > Using vaddr makes the cpu-qom.h file target independent Also brings the PowerPCCPUClass handle_mmu_fault method type into line with the one in CPUState. (Speaking of which, target-ppc/translate_init.c defines a cpu_ppc_handle_mmu_fault() which ta

[Qemu-devel] [PATCH 13/49] target-ppc: do not use target_ulong in cpu-qom.h

2016-03-19 Thread Paolo Bonzini
Using vaddr makes the cpu-qom.h file target independent Signed-off-by: Paolo Bonzini --- target-ppc/cpu-qom.h| 3 +-- target-ppc/mmu-hash32.c | 2 +- target-ppc/mmu-hash32.h | 2 +- target-ppc/mmu-hash64.c | 2 +- target-ppc/mmu-hash64.h | 2 +- 5 files changed, 5 insertions(+), 6 deletions(