From patchwork Tue Jan 11 22:42:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 78461 Return-Path: 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 814DAB6EF2 for ; Wed, 12 Jan 2011 09:47:59 +1100 (EST) Received: from localhost ([127.0.0.1]:39878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcmwQ-0003Um-4x for incoming@patchwork.ozlabs.org; Tue, 11 Jan 2011 17:43:50 -0500 Received: from [140.186.70.92] (port=38258 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcmvM-0003Sk-RW for qemu-devel@nongnu.org; Tue, 11 Jan 2011 17:42:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcmvL-0002RU-IJ for qemu-devel@nongnu.org; Tue, 11 Jan 2011 17:42:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcmvL-0002RN-Ae for qemu-devel@nongnu.org; Tue, 11 Jan 2011 17:42:43 -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 p0BMgSiK002379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Jan 2011 17:42:29 -0500 Received: from redhat.com (vpn-9-247.rdu.redhat.com [10.11.9.247]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id p0BMgPkT002003; Tue, 11 Jan 2011 17:42:26 -0500 Date: Wed, 12 Jan 2011 00:42:11 +0200 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org, Anthony Liguori Message-ID: <20110111224210.GA17261@redhat.com> MIME-Version: 1.0 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: stefanha@linux.vnet.ibm.com, quintela@redhat.com, mst@redhat.com, alex.williamson@redhat.com, kraxel@redhat.com, aurelien@aurel32.net Subject: [Qemu-devel] [PULL] rtl8139, pci, ioeventfd X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 05bf441eb69a813d3893174d54faa6afa8c0d39b: cris: Remove unused orig_flags (2011-01-10 23:28:08 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Alex Williamson (2): qdev: Track runtime machine modifications rtl8139: Use subsection to restrict migration after hotplug Gerd Hoffmann (4): pci: allow devices being tagged as not hotpluggable. piix: tag as not hotpluggable. vga: tag as not hotplugable. qxl: tag as not hotpluggable Michael S. Tsirkin (3): Merge remote branch 'origin/master' into pci virtio: move vmstate change tracking to core ioeventfd: error handling cleanup Stefan Hajnoczi (4): virtio-pci: Rename bugs field to flags kvm: test for ioeventfd support on old kernels virtio-pci: Use ioeventfd for virtqueue notify docs: Document virtio PCI -device ioeventfd=on|off Makefile.objs | 4 +- Makefile.target | 2 + docs/qdev-device-use.txt | 8 ++- hmp-commands.hx | 25 +++++ hw/acpi_piix4.c | 2 + hw/cirrus_vga.c | 1 + hw/ide/piix.c | 2 + hw/pc_piix.c | 12 +-- hw/pci-stub.c | 50 ++++++++++ hw/pci.c | 92 ++++++++++++++++++-- hw/pci.h | 5 + hw/pcie.c | 11 +-- hw/pcie.h | 2 - hw/pcie_aer.c | 223 ++++++++++++++++++++++++++++++++++++++++++++++ hw/piix4.c | 1 + hw/piix_pci.c | 2 + hw/qdev.c | 23 ++++- hw/qdev.h | 6 +- hw/qxl.c | 1 + hw/rtl8139.c | 28 ++++++- hw/vga-pci.c | 1 + hw/virtio-net.c | 28 ++----- hw/virtio-pci.c | 213 ++++++++++++++++++++++++++++++++++++++------ hw/virtio.c | 36 +++++++- hw/virtio.h | 4 + hw/vmware_vga.c | 1 + hw/xio3130_downstream.c | 2 +- hw/xio3130_upstream.c | 3 - kvm-all.c | 49 ++++++++++ kvm-stub.c | 5 + kvm.h | 1 + qerror.c | 4 + qerror.h | 3 + sysemu.h | 5 + vl.c | 4 +- 35 files changed, 769 insertions(+), 90 deletions(-) create mode 100644 hw/pci-stub.c