On Fri, Jun 28, 2019 at 01:53:46PM +0200, Sergio Lopez wrote: [...] > /* Enables contiguous-apic-ID mode, for compatibility */ > -static bool compat_apic_id_mode; > +bool compat_apic_id_mode;
We can get rid of this global variable, see the patch I have just sent: [PATCH] pc: Move compat_apic_id_mode variable to PCMachineClass -- Eduardo