From patchwork Sun Dec 12 11:25:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 75228 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 87743B6F07 for ; Sun, 12 Dec 2010 22:28:11 +1100 (EST) Received: from localhost ([127.0.0.1]:53201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRk62-0007lr-V8 for incoming@patchwork.ozlabs.org; Sun, 12 Dec 2010 06:28:06 -0500 Received: from [140.186.70.92] (port=44889 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRk4H-0006xM-36 for qemu-devel@nongnu.org; Sun, 12 Dec 2010 06:26:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRk4G-0001fy-0o for qemu-devel@nongnu.org; Sun, 12 Dec 2010 06:26:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRk4F-0001fr-L9 for qemu-devel@nongnu.org; Sun, 12 Dec 2010 06:26:15 -0500 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.13.8/8.13.8) with ESMTP id oBCBQDNr001211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 12 Dec 2010 06:26:13 -0500 Received: from redhat.com (vpn-11-219.rdu.redhat.com [10.11.11.219]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id oBCBQBkY029370; Sun, 12 Dec 2010 06:26:12 -0500 Date: Sun, 12 Dec 2010 13:25:51 +0200 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org, Anthony Liguori Message-ID: <20101212112551.GA14343@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.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PULL] pci, virtio, net, migration 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 962630f207a33b7de4316022884b5241e05491cd: Pass boot device list to firmware. (2010-12-11 21:32:48 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Isaku Yamahata (1): pci: make command SERR bit writable Michael S. Tsirkin (10): cpus: flush all requests on each vm stop migration/savevm: no need to flush requests virtio-net: don't dma while vm is stopped virtio-net: stop/start bh when appropriate pci: untangle pci/msi dependency Makefile: make msix/msi depend on CONFIG_PCI pci/aer: fix error injection pci/aer: fix interrupt on config write pci/aer: remove dead code pci/aer: factor out common code Mike Ryan (1): net/sock: option to specify local address Makefile.objs | 3 +- cpus.c | 2 + hw/pc_piix.c | 20 ++++++++++ hw/pci.c | 24 ++--------- hw/pci.h | 7 ++- hw/pcie.c | 8 ++- hw/pcie_aer.c | 111 ++++++++++++++++++++++++++----------------------------- hw/virtio-net.c | 69 ++++++++++++++++++++++++++-------- migration.c | 2 - net.c | 4 ++ net/socket.c | 52 +++++++++++++++++++------ qemu-options.hx | 11 ++++- savevm.c | 4 -- 13 files changed, 195 insertions(+), 122 deletions(-)