qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 08/15] target-mips: Don't use _raw load/store ac


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 08/15] target-mips: Don't use _raw load/store accessors
Date: Mon, 19 Jan 2015 10:29:04 +0000

On 19 January 2015 at 09:05, Alex Bennée <address@hidden> wrote:
>
> Peter Maydell <address@hidden> writes:
>
>> Use cpu_*_data instead of the direct *_raw load/store accessors.
>
> I take it this additional level of (macro) redirection is because at
> some point there will be a difference between the various cpu accessors?

Which additional level of redirection? The point of this patch is
to remove a level of redirection (the _raw accessors), and at
the end of the series cpu_*_data aren't macros.

-- PMM



reply via email to

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