Re: [PATCH v2 0/6] Simplify initialization of PC machines

2024-02-26 Thread Philippe Mathieu-Daudé
On 24/2/24 14:58, Bernhard Beschow wrote: The series aims to simplify the initialization process of all PC-based machines by streamlining redundant code. Bernhard Beschow (6): hw/i386/x86: Let ioapic_init_gsi() take parent as pointer hw/i386/pc: Rename "bus" attribute to "pcibus" hw/i

Re: [PATCH v2 0/6] Simplify initialization of PC machines

2024-02-24 Thread Bernhard Beschow
Am 24. Februar 2024 13:58:45 UTC schrieb Bernhard Beschow : >The series aims to simplify the initialization process of all PC-based machines > >by streamlining redundant code. > > > >Since I haven't seen patches on the list so far for folding CMOS data > >generation into pc.c, which frees all PC

[PATCH v2 0/6] Simplify initialization of PC machines

2024-02-24 Thread Bernhard Beschow
The series aims to simplify the initialization process of all PC-based machines by streamlining redundant code. Since I haven't seen patches on the list so far for folding CMOS data generation into pc.c, which frees all PC machines from performing this duty explicitly, I've appended this cleanup a