From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VONv2-0004BI-0w for qemu-devel@nongnu.org; Tue, 24 Sep 2013 04:24:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VONux-0005cg-I3 for qemu-devel@nongnu.org; Tue, 24 Sep 2013 04:24:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VONux-0005cY-Ak for qemu-devel@nongnu.org; Tue, 24 Sep 2013 04:24:23 -0400 From: Juan Quintela In-Reply-To: <1378269326-23512-1-git-send-email-aik@ozlabs.ru> (Alexey Kardashevskiy's message of "Wed, 4 Sep 2013 14:35:26 +1000") References: <1378269326-23512-1-git-send-email-aik@ozlabs.ru> Date: Tue, 24 Sep 2013 10:24:17 +0200 Message-ID: <877ge6vd8u.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] migration: add version supporting macros for struct pointer Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-devel@nongnu.org, Andreas =?utf-8?Q?F=C3=A4rber?= Alexey Kardashevskiy wrote: > This adds version supporting macros VMSTATE_STRUCT_POINTER_TEST_V > and VMSTATE_STRUCT_POINTER_V in addition to the already existing > VMSTATE_STRUCT_POINTER and VMSTATE_STRUCT_POINTER_TEST macros. > > Cc: Andreas F=C3=A4rber > Signed-off-by: Alexey Kardashevskiy Reviewed-by: Juan Quintela