From patchwork Thu Jan 20 14:54:40 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: 79697 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 E3B85B70E3 for ; Fri, 21 Jan 2011 01:57:09 +1100 (EST) Received: from localhost ([127.0.0.1]:52667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfvwf-0003aK-7D for incoming@patchwork.ozlabs.org; Thu, 20 Jan 2011 09:57:05 -0500 Received: from [140.186.70.92] (port=44278 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfvuj-0002iZ-9U for qemu-devel@nongnu.org; Thu, 20 Jan 2011 09:55:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pfvui-00086U-3k for qemu-devel@nongnu.org; Thu, 20 Jan 2011 09:55:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pfvuh-00086O-T1 for qemu-devel@nongnu.org; Thu, 20 Jan 2011 09:55:04 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0KEsw2W000869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 20 Jan 2011 09:54:58 -0500 Received: from redhat.com (vpn-200-44.tlv.redhat.com [10.35.200.44]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id p0KEsq9G009112; Thu, 20 Jan 2011 09:54:53 -0500 Date: Thu, 20 Jan 2011 16:54:40 +0200 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org, Anthony Liguori Message-ID: <20110120145440.GA16811@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: gleb@redhat.com, mst@redhat.com, geleman@gmail.com, mtosatti@redhat.com, yamahata@valinux.co.jp, alex.williamson@redhat.com, amit.shah@redhat.com, hch@lst.de Subject: [Qemu-devel] [PULL] virtio, pci, migration, hotplug 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 This has a fix for a crash with multiple block devices. Probably makes sense to pull ASAP. The following changes since commit d788b57051ee91aa39de67cff8d8e15953bc100c: target-ppc: fix wrong NaN tests (2011-01-20 15:11:14 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Alex Williamson (1): savevm: Fix no_migrate Amit Shah (1): virtio-serial-bus: bump up control vq size to 32 Isaku Yamahata (4): pci: deassert intx on reset. msi: simplify write config a bit. msix: simplify write config pci: use qemu_malloc() in pcibus_get_dev_path() Marcelo Tosatti (2): document QEMU<->ACPIBIOS PCI hotplug interface acpi_piix4: expose no_hotplug attribute via i/o port Michael S. Tsirkin (2): Merge remote branch 'origin/master' into pci pci: fix device paths cris-dis.c | 9 ++++++- dis-asm.h | 1 + disas.c | 9 ++++++- docs/specs/acpi_pci_hotplug.txt | 37 +++++++++++++++++++++++++++++++++++ hw/acpi_piix4.c | 37 +++++++++++++++++++++++++++++++++++ hw/msi.c | 5 +--- hw/msix.c | 5 +--- hw/pci.c | 27 ++++++++++++++++++++---- hw/pci.h | 2 + hw/virtio-serial-bus.c | 10 +++++++- migration.c | 4 +++ savevm.c | 40 ++++++++++++++++++++++++------------- sysemu.h | 1 + target-cris/translate.c | 41 +++++++++++++++++++++++++++----------- target-cris/translate_v10.c | 10 +++++--- 15 files changed, 189 insertions(+), 49 deletions(-) create mode 100644 docs/specs/acpi_pci_hotplug.txt