From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtnHu-0002mk-78 for qemu-devel@nongnu.org; Thu, 19 Dec 2013 18:46:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtnHl-0003SB-Ot for qemu-devel@nongnu.org; Thu, 19 Dec 2013 18:45:54 -0500 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:53934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtnHl-0003OG-HG for qemu-devel@nongnu.org; Thu, 19 Dec 2013 18:45:45 -0500 Received: by mail-ea0-f177.google.com with SMTP id n15so746098ead.36 for ; Thu, 19 Dec 2013 15:45:41 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52B3851F.9010304@redhat.com> Date: Fri, 20 Dec 2013 00:45:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1386348867-25038-1-git-send-email-pbonzini@redhat.com> <20131219191548.GA7297@redhat.com> In-Reply-To: <20131219191548.GA7297@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] qdev: switch reset to post-order, clean up PCI reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org Il 19/12/2013 20:15, Michael S. Tsirkin ha scritto: > On Fri, Dec 06, 2013 at 05:54:23PM +0100, Paolo Bonzini wrote: >> PCI is handling resetting of its devices before the bus is reset, >> but this is only necessary because qdev is broken and usually does >> pre-order reset. Post-order is a much better definition. Drop >> the unnecessary flexibility that lets bus decide the reset order, >> convert to post-order, and make PCI use common code for reset. >> >> Paolo Bonzini (4): >> pci: do not export pci_bus_reset >> pci: clean up resetting of IRQs >> qdev: allow both pre- and post-order vists in qdev walking functions >> qdev: switch reset to post-order > > Applied, thanks! > > I had to fix the last patch as it broke virtio ccw though. Awesome news before the Christmas break! Thanks! :) Paolo