From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7T2R-0004aN-1r for qemu-devel@nongnu.org; Tue, 13 Mar 2012 10:49:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7T2J-0004Uk-I4 for qemu-devel@nongnu.org; Tue, 13 Mar 2012 10:49:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7T2J-0004UV-AX for qemu-devel@nongnu.org; Tue, 13 Mar 2012 10:49:15 -0400 From: Juan Quintela In-Reply-To: <20120313060536.7941.37036.stgit@dhcp-8-167.nay.redhat.com> (Amos Kong's message of "Tue, 13 Mar 2012 14:05:36 +0800") References: <20120313060536.7941.37036.stgit@dhcp-8-167.nay.redhat.com> Date: Tue, 13 Mar 2012 15:49:09 +0100 Message-ID: <87d38gtv2y.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [RESEND PATCH] vmstate: fix varrays with uint32_t indexes Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: blauwirbel@gmail.com, aliguori@us.ibm.com, hpoussin@reactos.org, jasowang@redhat.com, qemu-devel@nongnu.org Amos Kong wrote: > VMSTATE_VARRAY_UINT32() is used in hw/ds1225y.c, and we checked > VMS_VARRAY_UINT32 bit of field->flags in vmstate_load_state(), > but we don't check this bit in vmstate_save_state(). > > Signed-off-by: Amos Kong Acked-by: Juan Quintela