| Submitter | Michael S. Tsirkin |
|---|---|
| Date | Nov. 22, 2010, 8:04 a.m. |
| Message ID | <20101122080417.GA10911@redhat.com> |
| Download | mbox |
| Permalink | /patch/72508/ |
| State | New |
| Headers | show
Return-Path: <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B4F58B70EC for <incoming@patchwork.ozlabs.org>; Mon, 22 Nov 2010 19:06:15 +1100 (EST) Received: from localhost ([127.0.0.1]:42312 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKRPb-0007xS-TG for incoming@patchwork.ozlabs.org; Mon, 22 Nov 2010 03:06:07 -0500 Received: from [140.186.70.92] (port=33640 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKROB-0007RD-4B for qemu-devel@nongnu.org; Mon, 22 Nov 2010 03:04:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <mst@redhat.com>) id 1PKRO9-0000RY-Sb for qemu-devel@nongnu.org; Mon, 22 Nov 2010 03:04:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <mst@redhat.com>) id 1PKRO9-0000RN-HM for qemu-devel@nongnu.org; Mon, 22 Nov 2010 03:04:37 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAM84Vnw010518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 22 Nov 2010 03:04:31 -0500 Received: from redhat.com (vpn-10-33.rdu.redhat.com [10.11.10.33]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id oAM84RWG019302; Mon, 22 Nov 2010 03:04:28 -0500 Date: Mon, 22 Nov 2010 10:04:17 +0200 From: "Michael S. Tsirkin" <mst@redhat.com> To: qemu-devel@nongnu.org, Anthony Liguori <anthony@codemonkey.ws>, pbonzini@redhat.com, kraxel@redhat.com, armbru@redhat.com, weil@mail.berlios.de, yamahata@valinux.co.jp Message-ID: <20101122080417.GA10911@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] what's new in qemu.git pci tree X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: <http://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <http://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org |
Last chance to object to the following patches :) The following changes since commit e927d48722fdcba50f82d653c5a1927752483054: pci: allow hotplug removal of cold-plugged devices (2010-11-16 14:55:23 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci Anthony Liguori (2): qbus: add functions to walk both devices and busses qdev: reset qdev along with qdev tree Isaku Yamahata (11): pci: add W1C bits to pci status register pcie_regs.h: more constants pcie/aer: helper functions for pcie aer capability ioh3420: support aer x3130/upstream: support aer x3130/downstream: support aer. pcie/port: fix bridge control register wmask qdev: introduce reset call back for qbus level qdev: trigger reset from a given device pci: use qdev reset framework for pci bus reset pci bridge: implement secondary bus reset Michael S. Tsirkin (3): pcie_aer: get rid of recursion pcie_aer: complete unwinding recursion pci: fix bridge control bit wmask Stefan Weil (3): pci: Replace unneeded type casts in calls of pci_register_bar pci: Automatically patch PCI vendor id and device id in PCI ROM eepro100: Use a single rom file for all i825xx devices Makefile | 1 - Makefile.objs | 2 +- hw/cirrus_vga.c | 4 +- hw/e1000.c | 4 +- hw/eepro100.c | 14 +- hw/ide/via.c | 2 +- hw/ioh3420.c | 80 +++- hw/lsi53c895a.c | 7 +- hw/openpic.c | 2 +- hw/pci.c | 137 ++++++- hw/pci.h | 1 + hw/pci_bridge.c | 11 +- hw/pcie.h | 14 + hw/pcie_aer.c | 815 ++++++++++++++++++++++++++++++++++++ hw/pcie_aer.h | 106 +++++ hw/pcie_port.c | 8 + hw/pcie_regs.h | 2 + hw/qdev.c | 87 ++++- hw/qdev.h | 18 + hw/usb-ohci.c | 2 +- hw/xio3130_downstream.c | 43 ++- hw/xio3130_upstream.c | 33 +- pc-bios/README | 2 +- pc-bios/gpxe-eepro100-80861229.rom | Bin 56832 -> 0 bytes qemu-common.h | 3 + vl.c | 1 + 26 files changed, 1327 insertions(+), 72 deletions(-) create mode 100644 hw/pcie_aer.c create mode 100644 hw/pcie_aer.h delete mode 100644 pc-bios/gpxe-eepro100-80861229.rom