From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnDqC-0006mV-1X for qemu-devel@nongnu.org; Mon, 14 Sep 2009 11:51:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnDq7-0006kd-DR for qemu-devel@nongnu.org; Mon, 14 Sep 2009 11:51:43 -0400 Received: from [199.232.76.173] (port=47101 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnDq7-0006kZ-7C for qemu-devel@nongnu.org; Mon, 14 Sep 2009 11:51:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62351) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnDq6-0007pw-Pp for qemu-devel@nongnu.org; Mon, 14 Sep 2009 11:51:39 -0400 Date: Mon, 14 Sep 2009 18:48:22 +0300 From: "Michael S. Tsirkin" Message-ID: <20090914154822.GA3745@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] pci: is reset incomplete? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: Carsten Otte , kvm@vger.kernel.org, Rusty Russell , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Christian Borntraeger , Avi Kivity Hi! pci bus reset does not seem to clear pci config registers, such as BAR registers, or memory space enable, of the attached devices: it only clears the interrupt state. This seems wrong, but easy to fix. Comments? -- MST