> -Original Messages-
> From: "Peter Maydell"
> Sent Time: 2018-03-12 19:40:22 (Monday)
> To: "Su Hang"
> Cc: "thomas huth" , "QEMU Developers"
>
> Subject: Re: [Qemu-devel] BiteSizedTasks: API conversion
>
>
On 12 March 2018 at 11:24, Su Hang wrote:
> Dear Thomas,
> I'm tring to work on this job:
> BiteSizedTasks:
> API conversion:
> Replace calls to functions named cpu_physical_memory_* with
> address_space_*.
This is a generic suggestion, but not all cpu_physical_memory_*
functions cur
Dear Thomas,
I'm tring to work on this job:
BiteSizedTasks:
API conversion:
Replace calls to functions named cpu_physical_memory_* with
address_space_*.
When I try to replace
`cpu_physical_memory_write_rom(rom->as, rom->addr, rom->data, rom->datasize);`
with
`address_space_write_rom(ro