Re: [PATCH 03/21] hw/i386/pc: Remove PCMachineClass::broken_reserved_end field

2025-01-17 Thread Thomas Huth
On 16/01/2025 00.22, Philippe Mathieu-Daudé wrote: The PCMachineClass::broken_reserved_end field was only used by the pc-q35-2.4 and pc-i440fx-2.4 machines, which got removed. Remove it and simplify pc_memory_init(). Signed-off-by: Philippe Mathieu-Daudé --- include/hw/i386/pc.h | 1 - hw/i

Re: [PATCH 03/21] hw/i386/pc: Remove PCMachineClass::broken_reserved_end field

2025-01-16 Thread Daniel P . Berrangé
On Thu, Jan 16, 2025 at 12:22:29AM +0100, Philippe Mathieu-Daudé wrote: > The PCMachineClass::broken_reserved_end field was only used > by the pc-q35-2.4 and pc-i440fx-2.4 machines, which got removed. > Remove it and simplify pc_memory_init(). > > Signed-off-by: Philippe Mathieu-Daudé > --- > in

[PATCH 03/21] hw/i386/pc: Remove PCMachineClass::broken_reserved_end field

2025-01-15 Thread Philippe Mathieu-Daudé
The PCMachineClass::broken_reserved_end field was only used by the pc-q35-2.4 and pc-i440fx-2.4 machines, which got removed. Remove it and simplify pc_memory_init(). Signed-off-by: Philippe Mathieu-Daudé --- include/hw/i386/pc.h | 1 - hw/i386/pc.c | 13 + 2 files changed, 5