qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 13/49] target-ppc: do not use target_ulong in cp


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 13/49] target-ppc: do not use target_ulong in cpu-qom.h
Date: Wed, 16 Mar 2016 13:02:07 +0000

On 16 March 2016 at 10:46, Paolo Bonzini <address@hidden> 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 takes a target_ulong address
and then assigns it to the cc->handle_mmu_fault pointer, which
is wrong.)

thanks
-- PMM



reply via email to

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