qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5] target-i386: initialize APIC at CPU level


From: Igor Mammedov
Subject: Re: [Qemu-devel] [PATCH v5] target-i386: initialize APIC at CPU level
Date: Mon, 15 Oct 2012 13:54:34 +0200

On Sun, 14 Oct 2012 06:09:56 +0200
Andreas Färber <address@hidden> wrote:

> Am 13.10.2012 22:35, schrieb Igor Mammedov:
> > (L)APIC is a part of cpu [1] so move APIC initialization inside of
> > x86_cpu object. Since cpu_model and override flags currently specify
> > whether APIC should be created or not, APIC creation&initialization is
> > moved into x86_cpu_apic_init() which is called from x86_cpu_realize().
> > 
> > [1] - all x86 cpus have integrated APIC if we overlook existence of i486,
> > and it's more convenient to model after majority of them.
> > 
> > Signed-off-by: Igor Mammedov <address@hidden>
> > ---
> >   v5: fix *-user target build, smp_cpus is defined for softmmu only
> 
> I do not run into any build issue with v4. Is it a runtime issue?
> 
> Andreas
> 
I've run into this trying to build your latest CPUstate series with
following configure options:
  './configure' '--enable-debug'  
'--target-list=x86_64-softmmu,x86_64-linux-user'

Anyway it's better not to build in any APIC checks in user target since it
doesn't need it at all.

I'm sorry for not noticing error earlier at v4 build time.
Could you re-apply it, please?



reply via email to

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