From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46331 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGcBv-00039B-2G for qemu-devel@nongnu.org; Thu, 11 Nov 2010 13:48:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGcBt-0001A5-Vp for qemu-devel@nongnu.org; Thu, 11 Nov 2010 13:48:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGcBt-00019z-OM for qemu-devel@nongnu.org; Thu, 11 Nov 2010 13:48:09 -0500 Message-ID: <4CDC3A58.4060607@redhat.com> Date: Thu, 11 Nov 2010 19:47:52 +0100 From: Gerd Hoffmann 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: 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: "Aneesh Kumar K. V" Cc: qemu-devel@nongnu.org On 11/11/10 16:37, Aneesh Kumar K. V wrote: > On Thu, 11 Nov 2010 12:59:24 +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. >> > > Sorry for being dumb. But what does the above change help to achieve. msi support makes the IRQ handling more efficient (no IRQ sharing, no need to ack the IRQ to the ioapic). Look at /proc/interupts with and without the patch ... The compat property is for migration compatibility: qemu 0.14 should be able to migrate to 0.13 with -M pc-0.13. To archive that we have to disable new stuff which affects the savevm format (msi support does). HTH Gerd