From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9Bij-0004CR-NW for qemu-devel@nongnu.org; Thu, 08 Jan 2015 06:57:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9Big-0006Df-I7 for qemu-devel@nongnu.org; Thu, 08 Jan 2015 06:57:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9Big-0006DZ-Ac for qemu-devel@nongnu.org; Thu, 08 Jan 2015 06:57:42 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t08BvdZC000440 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 8 Jan 2015 06:57:40 -0500 Date: Thu, 8 Jan 2015 17:27:37 +0530 From: Amit Shah Message-ID: <20150108115737.GA9433@grmbl.mre> References: <1420639933-12338-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1420639933-12338-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH] vmstate: type-check sub-arrays List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, Juan Quintela On (Wed) 07 Jan 2015 [15:12:13], Paolo Bonzini wrote: > While we cannot check against the type of the full array, we can check > against the type of the fields. > > Signed-off-by: Paolo Bonzini Reviewed-by: Amit Shah Amit