Re: [PATCH 3/3] system/physmem: Assign global system I/O Memory to machine

2024-02-09 Thread Philippe Mathieu-Daudé
(+Markus I forgot to Cc) On 9/2/24 17:06, Peter Maydell wrote: On Fri, 9 Feb 2024 at 15:01, Philippe Mathieu-Daudé wrote: So far there is only one system I/O and one system memory per machine. Signed-off-by: Philippe Mathieu-Daudé --- system/physmem.c | 7 --- 1 file changed, 4 inser

Re: [PATCH 3/3] system/physmem: Assign global system I/O Memory to machine

2024-02-09 Thread Peter Maydell
On Fri, 9 Feb 2024 at 15:01, Philippe Mathieu-Daudé wrote: > > So far there is only one system I/O and one system > memory per machine. > > Signed-off-by: Philippe Mathieu-Daudé > --- > system/physmem.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/system/physme

[PATCH 3/3] system/physmem: Assign global system I/O Memory to machine

2024-02-09 Thread Philippe Mathieu-Daudé
So far there is only one system I/O and one system memory per machine. Signed-off-by: Philippe Mathieu-Daudé --- system/physmem.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/system/physmem.c b/system/physmem.c index 5e66d9ae36..50947a374e 100644 --- a/system/physme