qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v1 09/11] exec: use per-cpu address-spaces f


From: Peter Maydell
Subject: Re: [Qemu-devel] [RFC PATCH v1 09/11] exec: use per-cpu address-spaces for cpuisms
Date: Tue, 3 Jun 2014 16:28:53 +0100

On 3 June 2014 03:11, Peter Crosthwaite <address@hidden> wrote:
> Rather than address_space_memory.
>
> Needs a few random callsites with hardcoded address_space_memory to be
> patched. Use first_cpu->as in these cases.
>
> Signed-off-by: Peter Crosthwaite <address@hidden>
> ---
> Long term, cpu_physical_memory_rw and friends needs to be replaced.

Yeah. The other two are not so bad, but cpu_physical_memory_rw()
really shouldn't have a first_cpu reference in it.


thanks
-- PMM



reply via email to

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