qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 00/12] target-i386: Fix APIC-ID-based topology (v4


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [RFC 00/12] target-i386: Fix APIC-ID-based topology (v4)
Date: Thu, 17 Jan 2013 16:29:28 -0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Jan 09, 2013 at 04:53:40PM -0200, Eduardo Habkost wrote:
> This series uses a much simpler approach than the previous versions:
> 
>  - The APIC ID calculation code is now inside cpu.c
>  - It doesn't require touching the PC CPU creation code at all
>  - It simply uses a static variable to enable the compat behavior on pc-1.3
>    and older
>    - I considered making the compat-apic-id setting a global property for the
>      X86CPU objects, the only problem is that the fw_cfg initialization code
>      on pc.c also depends on the compat behavior
> 
> I am sending this as RFC because it depends on two not-included-yet series:
>  - Andreas' qom-cpu-7 branch
>  - My cpu-enforce fixes series
> 
> I hope to be able to get this buf fix into QEMU 1.4. I don't know if we should
> try to get this before soft freeze, or we can include it after that.
> 

Andreas, Anthony: I still would like to include this fix in 1.4. Do you
think it would be reasonable?

-- 
Eduardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]