From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6Lu5-0001Dl-7L for qemu-devel@nongnu.org; Mon, 05 Aug 2013 10:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6Ltt-00035j-TF for qemu-devel@nongnu.org; Mon, 05 Aug 2013 10:36:57 -0400 Received: from cantor2.suse.de ([195.135.220.15]:57094 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6Ltt-00035W-MT for qemu-devel@nongnu.org; Mon, 05 Aug 2013 10:36:45 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 5 Aug 2013 16:36:39 +0200 Message-Id: <1375713401-24848-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-1.6 v2 0/2] PCI bridge fixes and cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , =?UTF-8?q?Andreas=20F=C3=A4rber?= , "Michael S. Tsirkin" Hello Michael, This mini-series cleans up Gerd's commit message and adds the generalizat= ion on top. Both look safe for 1.6 to me; doing it in two steps not only allows to re= cord Gerd's authorship but allows to cherry-pick his patch for 1.5 while mine = is 1.6+. Regards, Andreas Gerd's v1 -> v2: * Reworked commit message: Added qemu-stable, clarified scope and change. * Appended patch=20 Cc: Michael S. Tsirkin Cc: Gerd Hoffmann Andreas F=C3=A4rber (1): pci-bridge: Move common class initializations to base type Gerd Hoffmann (1): i82801b11: Fix i82801b11 PCI host bridge config space hw/pci-bridge/dec.c | 4 ---- hw/pci-bridge/i82801b11.c | 1 - hw/pci-bridge/ioh3420.c | 1 - hw/pci-bridge/pci_bridge_dev.c | 1 - hw/pci-bridge/xio3130_downstream.c | 1 - hw/pci-bridge/xio3130_upstream.c | 1 - hw/pci-host/apb.c | 4 ---- hw/pci/pci_bridge.c | 12 ++++++++++++ 8 files changed, 12 insertions(+), 13 deletions(-) --=20 1.8.1.4