From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Pnw-00079y-0P for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:19:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3Pnv-0008NR-4z for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:19:31 -0400 Message-ID: <557AEA65.7030900@redhat.com> Date: Fri, 12 Jun 2015 16:19:17 +0200 From: Max Reitz MIME-Version: 1.0 References: <1433944027-28533-1-git-send-email-kwolf@redhat.com> <1433944027-28533-11-git-send-email-kwolf@redhat.com> In-Reply-To: <1433944027-28533-11-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 10/13] queue.h: Add QLIST_FIX_HEAD_PTR() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: berto@igalia.com, armbru@redhat.com, qemu-devel@nongnu.org On 10.06.2015 15:47, Kevin Wolf wrote: > If the head of a list has been moved to a different memory location, the > le_prev link in the first list entry has to be fixed up. Provide a macro > that implements this fixup. > > Signed-off-by: Kevin Wolf > --- > include/qemu/queue.h | 6 ++++++ > 1 file changed, 6 insertions(+) Reviewed-by: Max Reitz