From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWrJK-0000yP-GM for qemu-devel@nongnu.org; Tue, 22 May 2012 11:47:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWrJH-00016M-NW for qemu-devel@nongnu.org; Tue, 22 May 2012 11:47:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWrJH-00015x-Ef for qemu-devel@nongnu.org; Tue, 22 May 2012 11:47:43 -0400 Message-ID: <4FBBB517.9010600@redhat.com> Date: Tue, 22 May 2012 17:47:35 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1337682954-20618-1-git-send-email-imammedo@redhat.com> <1337682954-20618-4-git-send-email-imammedo@redhat.com> <4FBB6EFA.5080001@siemens.com> <4FBB89B7.50704@redhat.com> <4FBBA188.8060605@suse.de> In-Reply-To: <4FBBA188.8060605@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH qom-next 3/5] pc: move apic_mapped initialization into common apic init code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Peter Maydell , "aliguori@us.ibm.com" , "ehabkost@redhat.com" , "sw@weilnetz.de" , "mtosatti@redhat.com" , "qemu-devel@nongnu.org" , "blauwirbel@gmail.com" , "avi@redhat.com" , Jan Kiszka , Igor Mammedov Il 22/05/2012 16:24, Andreas F=E4rber ha scritto: > * Mix and match patches from Paolo's and Anthony's series for realizefn. > Hope to post a short-term compromise soon, leaving properties aside for > now. Apply it so that we finally have a realizefn. It's still not clear to me what's missing to get the QBus series in, except perhaps rebasing it... once that is in, I can post again the realize patches. Paolo