mbox series

[0/3] system/memory: Trivial fixes

Message ID 20240209150039.22211-1-philmd@linaro.org
Headers show
Series system/memory: Trivial fixes | expand

Message

Philippe Mathieu-Daudé Feb. 9, 2024, 3 p.m. UTC
- 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(-)

Comments

Michael Tokarev Feb. 9, 2024, 9:33 p.m. UTC | #1
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(-)
>