From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48689 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB7Bp-0005OG-Fv for qemu-devel@nongnu.org; Wed, 27 Oct 2010 10:41:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PB7Bn-0003hb-PY for qemu-devel@nongnu.org; Wed, 27 Oct 2010 10:41:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PB7Bn-0003hH-GW for qemu-devel@nongnu.org; Wed, 27 Oct 2010 10:41:19 -0400 Date: Wed, 27 Oct 2010 18:40:48 +0200 From: "Michael S. Tsirkin" Message-ID: <20101027164048.GA18035@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 0/6] pcie: fixes for pci branch 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, Oct 27, 2010 at 07:21:15PM +0900, Isaku Yamahata wrote: > This patch series fixes isseus which introduced by > 5704608988972359473ce609f9e4884808115b58 > cd870502e228f8f028f93fb585ae3b208fcb46c7 > 4b78560503a802eae3663ace9f9cf080319e7265 OK, I applied this, except I basically backed out range check changes. Pls take a look at the branch, and test if possible - if OK with you I think we can merge this part. > Isaku Yamahata (6): > pcie: fix pcie_cap_slot_write_config(). > pcie/slot: fix hotplug_event_notify(). > pcie/slot: clean up of hotplug_event_notify(). > pcie/slot: factor out the logic to update hotplug event status. > pcie/slot: fix save/load > msix: remove range checks. > > hw/ioh3420.c | 1 + > hw/msix.c | 5 ----- > hw/pcie.c | 46 ++++++++++++++++++++++++++++++---------------- > hw/pcie.h | 1 + > hw/xio3130_downstream.c | 1 + > 5 files changed, 33 insertions(+), 21 deletions(-)