From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abOqz-0004vy-2s for qemu-devel@nongnu.org; Thu, 03 Mar 2016 03:43:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abOqt-0007dD-SV for qemu-devel@nongnu.org; Thu, 03 Mar 2016 03:43:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abOqt-0007d8-N1 for qemu-devel@nongnu.org; Thu, 03 Mar 2016 03:43:19 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id C3DBABC6AC for ; Thu, 3 Mar 2016 08:43:18 +0000 (UTC) Date: Thu, 3 Mar 2016 14:13:11 +0530 From: Amit Shah Message-ID: <20160303084311.GE15443@grmbl.mre> References: <1456499430-8558-1-git-send-email-berrange@redhat.com> <1456499430-8558-3-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456499430-8558-3-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 02/27] migration: remove use of qemu_bufopen from vmstate tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Juan Quintela , qemu-devel@nongnu.org, "Dr. David Alan Gilbert" On (Fri) 26 Feb 2016 [15:10:05], Daniel P. Berrange wrote: > Some of the test-vmstate.c test cases use a temporary file > while others use a memory buffer. To facilitate the future > removal of the qemu_bufopen() function, convert all the tests > to use a temporary file. > > Reviewed-by: Dr. David Alan Gilbert > Signed-off-by: Daniel P. Berrange Reviewed-by: Amit Shah Amit