Re: [Qemu-devel] [PATCH 2/5] address_space: replaced function calls

2016-03-13 Thread Jan Kiszka
On 2016-03-13 19:56, Mriyam Tamuli wrote: > replaced calls named cpu_physical_memory_* with address_space_* Hmm, did you check if the signatures of both calls are identical? If not, did you try to build the result of the patch? I'm afraid there is a bit more work to do. Jan > > hw/arm/armv7m.c

[Qemu-devel] [PATCH 2/5] address_space: replaced function calls

2016-03-13 Thread Mriyam Tamuli
replaced calls named cpu_physical_memory_* with address_space_* hw/arm/armv7m.c hw/arm/boot.c hw/arm/musicpal.c hw/arm/nseries.c --- hw/arm/armv7m.c | 18 +- hw/arm/boot.c | 8 hw/arm/musicpal.c | 14 +++--- hw/arm/nseries.c | 8 4 files