[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/4] hw/i386: Factorize CPU routine
From: |
Eduardo Habkost |
Subject: |
Re: [Qemu-devel] [PATCH 1/4] hw/i386: Factorize CPU routine |
Date: |
Fri, 28 Jun 2019 17:03:28 -0300 |
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