[PATCH 0/2] system/memory: Rename cpu_exec_init_all() -> machine_memory_init()

Philippe Mathieu-Daudé posted 2 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260616153754.93545-1-philmd@oss.qualcomm.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, Peter Xu <peterx@redhat.com>
include/exec/cpu-common.h | 1 -
system/memory-internal.h  | 4 ++--
system/physmem.c          | 2 +-
system/vl.c               | 3 ++-
4 files changed, 5 insertions(+), 5 deletions(-)
[PATCH 0/2] system/memory: Rename cpu_exec_init_all() -> machine_memory_init()
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
Make sense of cpu_exec_init_all() name, renaming it and
reduce its scope.

Philippe Mathieu-Daudé (2):
  system/memory: Remove unnecessary CONFIG_USER_ONLY guards
  system/memory: Rename cpu_exec_init_all() -> machine_memory_init()

 include/exec/cpu-common.h | 1 -
 system/memory-internal.h  | 4 ++--
 system/physmem.c          | 2 +-
 system/vl.c               | 3 ++-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.53.0


Re: [PATCH 0/2] system/memory: Rename cpu_exec_init_all() -> machine_memory_init()
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
On 16/6/26 17:37, Philippe Mathieu-Daudé wrote:
> Make sense of cpu_exec_init_all() name, renaming it and
> reduce its scope.
> 
> Philippe Mathieu-Daudé (2):
>    system/memory: Remove unnecessary CONFIG_USER_ONLY guards
>    system/memory: Rename cpu_exec_init_all() -> machine_memory_init()

Queued, thanks.