From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXrGO-0006Sl-TB for qemu-devel@nongnu.org; Thu, 02 May 2013 07:01:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXrGN-0003k5-Pr for qemu-devel@nongnu.org; Thu, 02 May 2013 07:01:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXrGN-0003je-Hm for qemu-devel@nongnu.org; Thu, 02 May 2013 07:01:23 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r42B1Lrc026989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 2 May 2013 07:01:22 -0400 Message-ID: <51824780.5090107@redhat.com> Date: Thu, 02 May 2013 13:01:20 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1367487519-17332-1-git-send-email-pbonzini@redhat.com> <20130502103540.GA23474@redhat.com> In-Reply-To: <20130502103540.GA23474@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.5 0/3] qdev: switch reset to post-order List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org Il 02/05/2013 12:35, Michael S. Tsirkin ha scritto: > > I was going to keep these for 1.6, but since they have been tested > > by the user and myself, and they fix a regression, it can be worthwhile > > to include these in 1.5. > > I remember there were some tricky issues last time > we tried something like this for PCI. PCI is already post-order though, isn't it? > Let's find an LSI specific solution for 1.5 please. Ok. Paolo