From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48842 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKBhL-00059A-T2 for qemu-devel@nongnu.org; Sun, 21 Nov 2010 10:19:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKBhK-0004Ji-W7 for qemu-devel@nongnu.org; Sun, 21 Nov 2010 10:19:23 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:53235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKBhK-0004Jb-Sd for qemu-devel@nongnu.org; Sun, 21 Nov 2010 10:19:22 -0500 Received: by gxk9 with SMTP id 9so857290gxk.4 for ; Sun, 21 Nov 2010 07:19:22 -0800 (PST) Message-ID: <4CE93876.7040402@codemonkey.ws> Date: Sun, 21 Nov 2010 09:19:18 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] msi support for virtfs References: <1289476766-18070-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1289476766-18070-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 11/11/2010 05:59 AM, 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. > Applied all. Thanks. Regards, Anthony Liguori > 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(-) > > > >