From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60590 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oxl23-0004Ik-RJ for qemu-devel@nongnu.org; Mon, 20 Sep 2010 14:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oxl22-000053-JV for qemu-devel@nongnu.org; Mon, 20 Sep 2010 14:24:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1790) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oxl22-00004v-C9 for qemu-devel@nongnu.org; Mon, 20 Sep 2010 14:24:02 -0400 Date: Mon, 20 Sep 2010 20:18:02 +0200 From: "Michael S. Tsirkin" Message-ID: <20100920181802.GB31260@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: [PATCH v3 00/13] pcie port switch emulators List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: skandasa@cisco.com, etmartin@cisco.com, qemu-devel@nongnu.org, wexu2@cisco.com On Wed, Sep 15, 2010 at 02:38:13PM +0900, Isaku Yamahata wrote: > Here is v3 of the patch series. > I didn't address the pcie_init() issue yet with v3 because > there are already many changes. So I'd like to get feed back > before going too far. The issue would be addressed with the next spin > if necessary. > > pci: implement RW1C register framework. > msix: clear not only INTA, but all INTx when MSI-X is enabled. Applied these two. Thanks!