[PATCH 0/3] system/memory: Trivial fixes

Philippe Mathieu-Daudé posted 3 patches 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240209150039.22211-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
cpu-target.c              | 1 +
monitor/hmp-cmds-target.c | 1 +
system/physmem.c          | 7 ++++---
3 files changed, 6 insertions(+), 3 deletions(-)
[PATCH 0/3] system/memory: Trivial fixes
Posted by Philippe Mathieu-Daudé 5 months, 2 weeks ago
- Include missing "exec/memory.h"
- Set machine as parent of io/mem regions

Philippe Mathieu-Daudé (3):
  cpu-target: Include missing 'exec/memory.h' header
  monitor/target: Include missing 'exec/memory.h' header
  system/physmem: Assign global system I/O Memory to machine

 cpu-target.c              | 1 +
 monitor/hmp-cmds-target.c | 1 +
 system/physmem.c          | 7 ++++---
 3 files changed, 6 insertions(+), 3 deletions(-)

-- 
2.41.0


Re: [PATCH 0/3] system/memory: Trivial fixes
Posted by Michael Tokarev 5 months, 2 weeks ago
09.02.2024 18:00, Philippe Mathieu-Daudé :
> - Include missing "exec/memory.h"
> - Set machine as parent of io/mem regions
> 
> Philippe Mathieu-Daudé (3):
>    cpu-target: Include missing 'exec/memory.h' header
>    monitor/target: Include missing 'exec/memory.h' header
>    system/physmem: Assign global system I/O Memory to machine

Picked up patches 1 & 2, but not 3 yet.

/mjt

>   cpu-target.c              | 1 +
>   monitor/hmp-cmds-target.c | 1 +
>   system/physmem.c          | 7 ++++---
>   3 files changed, 6 insertions(+), 3 deletions(-)
>