From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PULL] virtio, vhost fixes Date: Thu, 7 Oct 2010 19:16:52 +0200 Message-ID: <20101007171652.GA16394@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: avi@redhat.com, mtosatti@redhat.com, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60285 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751150Ab0JGRWz (ORCPT ); Thu, 7 Oct 2010 13:22:55 -0400 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 o97HMtL7030685 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Oct 2010 13:22:55 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: The following patches fix qemu-kvm specific crashes with vhost-net. They need to be applied before qemu.git including analogous changes is merged, otherwise bisect is broken. They are needed on stable as well. The following changes since commit c2333d898b52a9d64845522f18fd083534dc0a5b: kvm: allow tpr patching to write to write-protected vapic option rom (2010-10-05 15:02:34 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu-kvm.git vhost Michael S. Tsirkin (5): virtio: invoke set_status callback on reset virtio-net: unify vhost-net start/stop vhost: fix up irqfd support vhost: error code msix: factor out mask notifier code hw/msix.c | 82 +++++++++++++++++++++++++++++--------------------- hw/msix.h | 4 +- hw/pci.h | 3 +- hw/vhost.c | 54 ++++++++++++++++++--------------- hw/virtio-net.c | 89 ++++++++++++++++++++++++++---------------------------- hw/virtio-pci.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++------ hw/virtio.c | 2 + hw/virtio.h | 2 +- 8 files changed, 201 insertions(+), 120 deletions(-) -- MST