From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW3YV-00025u-Gp for qemu-devel@nongnu.org; Tue, 15 Oct 2013 08:17:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW3YP-0006qN-Gj for qemu-devel@nongnu.org; Tue, 15 Oct 2013 08:16:55 -0400 Message-ID: <525D322A.60905@redhat.com> Date: Tue, 15 Oct 2013 14:16:42 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1379689080-32396-2-git-send-email-pbonzini@redhat.com> <1381767839-11398-1-git-send-email-pbonzini@redhat.com> <525D3182.8090304@greensocs.com> In-Reply-To: <525D3182.8090304@greensocs.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/11] virtio-pci: avoid extra pointer dereferences on fast path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frederic Konrad Cc: qemu-stable@nongnu.org, qemu-devel@nongnu.org, mst@redhat.com Il 15/10/2013 14:13, Frederic Konrad ha scritto: > Hi Paolo, > > This looks ok, but I don't find the branch where it applies? > > Seems it's already fixed on master. It's on top of the previous 11 patches. Paolo