Re: [PATCH] q800: move dp8393x_prom memory region to Q800MachineState

2023-12-28 Thread Mark Cave-Ayland
On 28/12/2023 09:46, Philippe Mathieu-Daudé wrote: On 27/12/23 22:02, Mark Cave-Ayland wrote: There is no need to dynamically allocate the memory region from the heap. Signed-off-by: Mark Cave-Ayland ---   hw/m68k/q800.c | 7 +++   include/hw/m68k/q800.h | 1 +   2 files changed, 4

Re: [PATCH] q800: move dp8393x_prom memory region to Q800MachineState

2023-12-28 Thread Laurent Vivier
Le 27/12/2023 à 22:02, Mark Cave-Ayland a écrit : There is no need to dynamically allocate the memory region from the heap. Signed-off-by: Mark Cave-Ayland --- hw/m68k/q800.c | 7 +++ include/hw/m68k/q800.h | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw

Re: [PATCH] q800: move dp8393x_prom memory region to Q800MachineState

2023-12-28 Thread Philippe Mathieu-Daudé
On 27/12/23 22:02, Mark Cave-Ayland wrote: There is no need to dynamically allocate the memory region from the heap. Signed-off-by: Mark Cave-Ayland --- hw/m68k/q800.c | 7 +++ include/hw/m68k/q800.h | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) @@ -406,13 +405,13

Re: [PATCH] q800: move dp8393x_prom memory region to Q800MachineState

2023-12-27 Thread Thomas Huth
Am Wed, 27 Dec 2023 21:02:12 + schrieb Mark Cave-Ayland : > There is no need to dynamically allocate the memory region from the heap. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/q800.c | 7 +++ > include/hw/m68k/q800.h | 1 + > 2 files changed, 4 insertions(+), 4 deletio

[PATCH] q800: move dp8393x_prom memory region to Q800MachineState

2023-12-27 Thread Mark Cave-Ayland
There is no need to dynamically allocate the memory region from the heap. Signed-off-by: Mark Cave-Ayland --- hw/m68k/q800.c | 7 +++ include/hw/m68k/q800.h | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/m68k/q800.c b/hw/m68k/q800.c index 83d1571d02..b80a3b6