From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEspL-00074W-Dh for qemu-devel@nongnu.org; Tue, 14 Jul 2015 01:32:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEspI-0000Q7-96 for qemu-devel@nongnu.org; Tue, 14 Jul 2015 01:32:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEspI-0000Pr-3h for qemu-devel@nongnu.org; Tue, 14 Jul 2015 01:32:20 -0400 Date: Tue, 14 Jul 2015 11:02:08 +0530 From: Amit Shah Message-ID: <20150714053208.GK10280@grmbl.mre> References: <1436820342-17580-1-git-send-email-pcacjr@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436820342-17580-1-git-send-email-pcacjr@zytor.com> Subject: Re: [Qemu-devel] [PATCH] ich9: fix skipped vmstate_memhp_state subsection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paulo Alcantara Cc: Paulo Alcantara , qemu-devel@nongnu.org, "Michael S. Tsirkin" On (Mon) 13 Jul 2015 [17:45:42], Paulo Alcantara wrote: > By declaring another .subsections array for vmstate_tco_io_state made > vmstate_memhp_state not registered anymore. There must be only one > .subsections array for all subsections. > > Cc: Michael S. Tsirkin > Cc: Amit Shah > Reported-by: Amit Shah > Signed-off-by: Paulo Alcantara Reviewed-by: Amit Shah Amit