From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W36xl-0006Fi-0f for qemu-devel@nongnu.org; Tue, 14 Jan 2014 11:35:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W36xf-000774-7H for qemu-devel@nongnu.org; Tue, 14 Jan 2014 11:35:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W36xe-00076u-TX for qemu-devel@nongnu.org; Tue, 14 Jan 2014 11:35:31 -0500 From: Juan Quintela In-Reply-To: <1388613417-5678-1-git-send-email-peter.maydell@linaro.org> (Peter Maydell's message of "Wed, 1 Jan 2014 21:56:57 +0000") References: <1388613417-5678-1-git-send-email-peter.maydell@linaro.org> Date: Tue, 14 Jan 2014 17:35:25 +0100 Message-ID: <87r48a7c8i.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-type Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org Peter Maydell wrote: > The VMSTATE_STRUCT_POINTER macros are a bit odd in that they > must be passed an argument "FooType *" rather than just taking > the FooType. They're only used in one place, so it's easy to > tidy this up. This also lets us use the macro to replace the > hand-rolled VMSTATE_PTIMER. > > Signed-off-by: Peter Maydell Acked-by: Juan Quintela > --- > Juan: would you be willing to add an entry to MAINTAINERS > for the migration code? I keep having to look your email > address up in the git history :-) Will sent on the next pull request.