On Wed, Jun 4, 2014 at 1:28 AM, Peter Maydell wrote:
> On 3 June 2014 03:11, Peter Crosthwaite 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 Crosthwa
On 3 June 2014 03:11, Peter Crosthwaite 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
> ---
> Long term, cpu_physical_memory_rw and friends nee
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
---
Long term, cpu_physical_memory_rw and friends needs to be replaced.
exec.c | 5 +++--
hw/core/loade