Re: [PATCH v2 05/16] hw/intc/apic: Remove APICCommonState::legacy_instance_id field

2025-05-05 Thread Thomas Huth
On 01/05/2025 20.36, Philippe Mathieu-Daudé wrote: The APICCommonState::legacy_instance_id boolean was only set in the pc_compat_2_6[] array, via the 'legacy-instance-id=on' property. We removed all machines using that array, lets remove that property, simplifying apic_common_realize(). Signed-o

Re: [PATCH v2 05/16] hw/intc/apic: Remove APICCommonState::legacy_instance_id field

2025-05-02 Thread Philippe Mathieu-Daudé
Hi Mark, On 2/5/25 11:14, Mark Cave-Ayland wrote: On 01/05/2025 19:36, Philippe Mathieu-Daudé wrote: The APICCommonState::legacy_instance_id boolean was only set in the pc_compat_2_6[] array, via the 'legacy-instance-id=on' property. We removed all machines using that array, lets remove that p

Re: [PATCH v2 05/16] hw/intc/apic: Remove APICCommonState::legacy_instance_id field

2025-05-02 Thread Mark Cave-Ayland
On 01/05/2025 19:36, Philippe Mathieu-Daudé wrote: The APICCommonState::legacy_instance_id boolean was only set in the pc_compat_2_6[] array, via the 'legacy-instance-id=on' property. We removed all machines using that array, lets remove that property, simplifying apic_common_realize(). Signed-

[PATCH v2 05/16] hw/intc/apic: Remove APICCommonState::legacy_instance_id field

2025-05-01 Thread Philippe Mathieu-Daudé
The APICCommonState::legacy_instance_id boolean was only set in the pc_compat_2_6[] array, via the 'legacy-instance-id=on' property. We removed all machines using that array, lets remove that property, simplifying apic_common_realize(). Signed-off-by: Philippe Mathieu-Daudé --- include/hw/i386/a