From patchwork Tue Mar 26 19:29:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 231524 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3E6612C0092 for ; Wed, 27 Mar 2013 06:29:21 +1100 (EST) Received: from localhost ([::1]:45104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKZYc-0003T5-FW for incoming@patchwork.ozlabs.org; Tue, 26 Mar 2013 15:29:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKZYM-0003Sv-H6 for qemu-devel@nongnu.org; Tue, 26 Mar 2013 15:29:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKZYJ-0007w6-Pe for qemu-devel@nongnu.org; Tue, 26 Mar 2013 15:29:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKZYJ-0007vi-Hk for qemu-devel@nongnu.org; Tue, 26 Mar 2013 15:28:59 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2QJSuap018269 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 26 Mar 2013 15:28:56 -0400 Received: from redhat.com (vpn1-6-198.ams2.redhat.com [10.36.6.198]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id r2QJSous008927; Tue, 26 Mar 2013 15:28:51 -0400 Date: Tue, 26 Mar 2013 21:29:39 +0200 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org, Anthony Liguori Message-ID: <20130326192939.GA19213@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: alex.williamson@redhat.com, milosivanovic@orcon.net.nz, jasowang@redhat.com, stefanha@redhat.com, mst@redhat.com Subject: [Qemu-devel] [PULL] virtio,pci,qom X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit b1999e87b4d42305419329cae459e1b43f706d96: Fix TAGS creation (2013-03-15 11:36:49 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony for you to fetch changes up to 6214e73cc5b75a4f8d89a70d71727edfa47a81b3: pcie: Add endpoint capability initialization wrapper (2013-03-26 21:02:19 +0200) ---------------------------------------------------------------- virtio,pci,qom Work by Alex to support VGA assignment, pci and virtio fixes by Stefan, Jason and myself, and a new qmp event for hotplug support by myself. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Alex Williamson (13): pci: Add PCI VGA helpers pci: Teach PCI Bridges about VGA routing pci: Fix INTx routing notifier recursion pci_bridge: Use a default map_irq function pci_bridge: Remove duplicate IRQ swizzle function pci: Create and register a new PCI Express TypeInfo pci: Move PCI and PCIE type defines pci: Allow PCI bus creation interfaces to specify the type of bus pci: Q35, Root Ports, and Switches create PCI Express buses pci: Create pci_bus_is_express helper pci: Create and use API to determine root buses pcie: Mangle types to match topology pcie: Add endpoint capability initialization wrapper Jason Wang (1): virtio-net: remove layout assumptions for mq ctrl Michael S. Tsirkin (7): qdev: DEVICE_DELETED event qom: call class destructor before unparent qmp: add path to device_deleted event virtio-pci: guest notifier mask without non-irqfd pci_bridge: factor out common code pci_bridge: drop formatting from source roms: switch oldnoconfig to olddefconfig Stefan Hajnoczi (2): pci: refuse empty ROM files exec: assert that RAMBlock size is non-zero QMP/qmp-events.txt | 18 +++++++ exec.c | 2 + hw/alpha_typhoon.c | 2 +- hw/apb_pci.c | 4 +- hw/bonito.c | 2 +- hw/dec_pci.c | 7 ++- hw/grackle_pci.c | 2 +- hw/gt64xxx.c | 2 +- hw/i82801b11.c | 2 +- hw/ioh3420.c | 2 +- hw/pci/pci.c | 121 ++++++++++++++++++++++++++++++++++++++-------- hw/pci/pci.h | 34 +++++++++++-- hw/pci/pci_bridge.c | 51 ++++++++++++++++--- hw/pci/pci_bridge.h | 17 +++---- hw/pci/pci_bus.h | 10 ++-- hw/pci/pcie.c | 16 ++++++ hw/pci/pcie.h | 1 + hw/pci/pcie_port.c | 18 ++++--- hw/pci_bridge_dev.c | 11 +---- hw/piix_pci.c | 2 +- hw/ppc4xx_pci.c | 2 +- hw/ppce500_pci.c | 2 +- hw/prep_pci.c | 2 +- hw/q35.c | 3 +- hw/qdev.c | 14 ++++++ hw/sh_pci.c | 2 +- hw/spapr_pci.c | 2 +- hw/unin_pci.c | 4 +- hw/usb/hcd-xhci.c | 2 +- hw/versatile_pci.c | 2 +- hw/virtio-net.c | 23 ++++----- hw/virtio-pci.c | 79 ++++++++++++++++-------------- hw/xio3130_downstream.c | 2 +- hw/xio3130_upstream.c | 2 +- include/monitor/monitor.h | 1 + monitor.c | 1 + qapi-schema.json | 4 +- qom/object.c | 6 +-- roms/configure-seabios.sh | 2 +- 39 files changed, 348 insertions(+), 131 deletions(-)