From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47401 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIPlr-00005k-TO for qemu-devel@nongnu.org; Tue, 16 Nov 2010 12:56:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIPlq-0002rn-E1 for qemu-devel@nongnu.org; Tue, 16 Nov 2010 12:56:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIPlq-0002rZ-7A for qemu-devel@nongnu.org; Tue, 16 Nov 2010 12:56:42 -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 oAGHueA3022553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Nov 2010 12:56:41 -0500 Date: Tue, 16 Nov 2010 19:56:29 +0200 From: "Michael S. Tsirkin" Message-ID: <20101116175629.GE4077@redhat.com> References: <1289476766-18070-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1289476766-18070-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] Re: [PATCH 0/2] msi support for virtfs List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Thu, Nov 11, 2010 at 12:59:24PM +0100, Gerd Hoffmann wrote: > 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. Scared me ... you really mean msix. Acked-by: Michael S. Tsirkin > 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(-) >