From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TstHS-0006Zl-Ho for qemu-devel@nongnu.org; Wed, 09 Jan 2013 05:53:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TstHR-0002cj-Hn for qemu-devel@nongnu.org; Wed, 09 Jan 2013 05:53:10 -0500 Received: from mail-qc0-f170.google.com ([209.85.216.170]:62905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TstHR-0002cd-DQ for qemu-devel@nongnu.org; Wed, 09 Jan 2013 05:53:09 -0500 Received: by mail-qc0-f170.google.com with SMTP id d42so1491194qca.1 for ; Wed, 09 Jan 2013 02:53:09 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50ED4C0C.5070109@redhat.com> Date: Wed, 09 Jan 2013 11:53:00 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1355761490-10073-1-git-send-email-pbonzini@redhat.com> <877gnovmgj.fsf@codemonkey.ws> <50ED3971.5030600@redhat.com> <20130109102238.GC30914@redhat.com> In-Reply-To: <20130109102238.GC30914@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/15] qdev: make reset semantics more clear and consistent, reset qbuses under virtio devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Peter Maydell , Anthony Liguori , qemu-devel@nongnu.org, =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 09/01/2013 11:22, Michael S. Tsirkin ha scritto: > > It's possible. I'll move the SCSI bus away from qdev reset. > > Anthony/Michael, can you help doing the same with PCIDevice? And > > perhaps Peter and Andreas with sysbus? > > I'm not sure what would you like to change with PCIDevice. Replace the DeviceState reset method with one in PCIDevice, and call it from the PCI bus reset. Paolo