From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGVoS-0000Fu-Ib for qemu-devel@nongnu.org; Thu, 11 Nov 2010 06:59:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGVoR-0000TU-7c for qemu-devel@nongnu.org; Thu, 11 Nov 2010 06:59:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGVoQ-0000TJ-Vw for qemu-devel@nongnu.org; Thu, 11 Nov 2010 06:59:31 -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 oABBxTV9025345 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Nov 2010 06:59:29 -0500 From: Gerd Hoffmann Date: Thu, 11 Nov 2010 12:59:24 +0100 Message-Id: <1289476766-18070-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] msi support for virtfs List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This tiny patch series adds msi support for virtfs. It's two patches only because we need a compat property to stay compatible with -stable and we don't have a pc-0.14 machine type yet, so this is added first. please apply, Gerd Gerd Hoffmann (2): pc: add 0.13 pc machine type virtfs: enable MSI-X hw/pc_piix.c | 18 +++++++++++++++++- hw/virtio-pci.c | 5 ++++- 2 files changed, 21 insertions(+), 2 deletions(-)