From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1lga-0006pU-JG for qemu-devel@nongnu.org; Wed, 06 May 2009 14:17:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1lgV-0006mC-VS for qemu-devel@nongnu.org; Wed, 06 May 2009 14:17:40 -0400 Received: from [199.232.76.173] (port=52005 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1lgV-0006m9-SO for qemu-devel@nongnu.org; Wed, 06 May 2009 14:17:35 -0400 Received: from qw-out-1920.google.com ([74.125.92.147]:24167) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1lgV-00032m-L3 for qemu-devel@nongnu.org; Wed, 06 May 2009 14:17:35 -0400 Received: by qw-out-1920.google.com with SMTP id 4so184172qwk.4 for ; Wed, 06 May 2009 11:17:34 -0700 (PDT) Message-ID: <4A01D43A.90901@codemonkey.ws> Date: Wed, 06 May 2009 13:17:30 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 2/4] move CPUID_APIC flag to where it belongs References: <1241621382-21577-1-git-send-email-glommer@redhat.com> <1241621382-21577-2-git-send-email-glommer@redhat.com> <1241621382-21577-3-git-send-email-glommer@redhat.com> <4A01AF78.7050102@siemens.com> <20090506155141.GE26401@poweredge.glommer> <000001c9ce70$3416d3a0$9c447ae0$@com> In-Reply-To: <000001c9ce70$3416d3a0$9c447ae0$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stanislav Cc: 'Jan Kiszka' , 'Glauber Costa' , aliguori@us.ibm.com, qemu-devel@nongnu.org Stanislav wrote: > If OS boot fine its more luck. The flag indicates presence of local apic, > not "if it is supported". > But having a local apic present in an isapc should not cause any problems as it's backwards compatible with the pic. But yeah, there really isn't a "is supported" flag. It's either there or it's not. Regards, Anthony Liguori