|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 14/17] system/physmem: Un-inline cpu_physical_memory_read/write()
On 30/9/25 07:02, Thomas Huth wrote: On 30/09/2025 06.13, Philippe Mathieu-Daudé wrote:Un-inline cpu_physical_memory_read() and cpu_physical_memory_write().What's the reasoning for this patch? Remove cpu_physical_memory_rw() in the next patch without having to inline the address_space_read/address_space_write() calls in "exec/cpu-common.h". Maybe better squashing both together? ThomasSigned-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> --- include/exec/cpu-common.h | 12 ++---------- system/physmem.c | 10 ++++++++++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index 6c7d84aacb4..6e8cb530f6e 100644 --- a/include/exec/cpu-common.h +++ b/include/exec/cpu-common.h@@ -133,16 +133,8 @@ void cpu_address_space_destroy(CPUState *cpu, int asidx);
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |