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

2014-08-20 Thread Peter Crosthwaite
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

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

2014-06-03 Thread Peter Maydell
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

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

2014-06-02 Thread Peter Crosthwaite
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