From patchwork Sun Mar 3 10:08:24 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: 224538 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 B7A142C02CE for ; Sun, 3 Mar 2013 21:08:32 +1100 (EST) Received: from localhost ([::1]:54939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC5qI-0007DB-1A for incoming@patchwork.ozlabs.org; Sun, 03 Mar 2013 05:08:30 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC5q4-0007D0-3r for qemu-devel@nongnu.org; Sun, 03 Mar 2013 05:08:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UC5q1-0006Z0-E4 for qemu-devel@nongnu.org; Sun, 03 Mar 2013 05:08:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC5q1-0006Yg-6U for qemu-devel@nongnu.org; Sun, 03 Mar 2013 05:08:13 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r23A89kP003890 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 3 Mar 2013 05:08:09 -0500 Received: from redhat.com (vpn-201-46.tlv.redhat.com [10.35.201.46]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id r23A85X0010645; Sun, 3 Mar 2013 05:08:06 -0500 Date: Sun, 3 Mar 2013 12:08:24 +0200 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org, Anthony Liguori Message-ID: <20130303100824.GA15871@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: akorolex@gmail.com, ghammer@redhat.com, jasowang@redhat.com, lersek@redhat.com, mst@redhat.com Subject: [Qemu-devel] [PULL] virtio,vhost,pci,e1000 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 864a556e9a800116a305f10fbb714268ca7e9bc3: Merge remote-tracking branch 'kwolf/for-anthony' into staging (2013-02-26 07:44:39 -0600) 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 554f1997f0328bc259454239db64b20b3376d9a6: Set virtio-serial device to have a default of 2 MSI vectors. (2013-02-27 17:24:40 +0200) ---------------------------------------------------------------- virtio,vhost,pci,e1000 Mostly bugfixes, but also some ICH work by Laszlo. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Alexey Korolev (1): Fix guest OS hang when 64bit PCI bar present Gal Hammer (1): Set virtio-serial device to have a default of 2 MSI vectors. Laszlo Ersek (1): ICH9 LPC: Reset Control Register, basic implementation Michael S. Tsirkin (2): vhost: memory sync fixes e1000: unbreak the guest network migration to 1.3 hw/e1000.c | 25 ++++++++++++++++++++++++ hw/ich9.h | 11 +++++++++++ hw/lpc_ich9.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/pc.h | 5 +++++ hw/pc_piix.c | 4 ++++ hw/sysbus.c | 27 ++++++++++++++++++++++---- hw/sysbus.h | 2 ++ hw/vhost.c | 49 ++++++++++++++++++++++++++++++----------------- hw/virtio-pci.c | 5 ++++- target-i386/cpu.c | 3 ++- 10 files changed, 165 insertions(+), 23 deletions(-)