Re: [PATCH 0/2] hw/intc/apic: QOM cleanup

2023-10-03 Thread Philippe Mathieu-Daudé
On 3/10/23 08:45, Philippe Mathieu-Daudé wrote: On 15/9/23 18:20, Philippe Mathieu-Daudé wrote: Minor cleanup extracted from a bigger series touching x86_cpu_realizefn(). Philippe Mathieu-Daudé (2):    target/i386: Only realize existing APIC device    hw/intc/apic: Pass CPU using QOM link prope

Re: [PATCH 0/2] hw/intc/apic: QOM cleanup

2023-10-02 Thread Philippe Mathieu-Daudé
On 15/9/23 18:20, Philippe Mathieu-Daudé wrote: Minor cleanup extracted from a bigger series touching x86_cpu_realizefn(). Philippe Mathieu-Daudé (2): target/i386: Only realize existing APIC device hw/intc/apic: Pass CPU using QOM link property Ping?

[PATCH 0/2] hw/intc/apic: QOM cleanup

2023-09-15 Thread Philippe Mathieu-Daudé
Minor cleanup extracted from a bigger series touching x86_cpu_realizefn(). Philippe Mathieu-Daudé (2): target/i386: Only realize existing APIC device hw/intc/apic: Pass CPU using QOM link property hw/intc/apic_common.c| 2 ++ target/i386/cpu-sysemu.c | 20 +--- target/i3