From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgEQT-0001aW-72 for qemu-devel@nongnu.org; Fri, 02 May 2014 10:27:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgEQN-0004sR-31 for qemu-devel@nongnu.org; Fri, 02 May 2014 10:26:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgEQM-0004sB-RE for qemu-devel@nongnu.org; Fri, 02 May 2014 10:26:50 -0400 Message-ID: <5363AB21.2000301@redhat.com> Date: Fri, 02 May 2014 16:26:41 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140430194108.GB16023@ERROL.INI.CMU.EDU> <536152A0.6010104@suse.de> <20140501172226.GC16023@ERROL.INI.CMU.EDU> <536297F0.6050702@suse.de> <5362BFFB.8090809@terremark.com> <20140502142301.GD16023@ERROL.INI.CMU.EDU> In-Reply-To: <20140502142301.GD16023@ERROL.INI.CMU.EDU> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] apic: bump emulated lapic version to 0x14 on pc machines >= 2.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" , Don Slutz Cc: mst@redhat.com, Alexander Graf , afaerber@suse.de, qemu-devel@nongnu.org Il 02/05/2014 16:23, Gabriel L. Somlo ha scritto: > > Did I miss anything ? Is there a way to override the default for all > apics, which I set in DEFINE_PROP_UINT32, *before* anything gets > initialized/realized/constructed/whatever ? :) Yes, there is. :) It's compat_props. You can set 0x14 in the default, and 0x11 for 2.0 and earlier. Paolo