From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhaUr-0007XU-Ei for qemu-devel@nongnu.org; Tue, 06 May 2014 04:13:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhaUl-0000br-AE for qemu-devel@nongnu.org; Tue, 06 May 2014 04:13:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhaUl-0000ba-2V for qemu-devel@nongnu.org; Tue, 06 May 2014 04:12:59 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s468CwSA022651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 6 May 2014 04:12:58 -0400 Date: Tue, 6 May 2014 13:42:52 +0530 From: Amit Shah Message-ID: <20140506081252.GB4118@grmbl.mre> References: <1398091304-10677-1-git-send-email-quintela@redhat.com> <1398091304-10677-10-git-send-email-quintela@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1398091304-10677-10-git-send-email-quintela@redhat.com> Subject: Re: [Qemu-devel] [PATCH 009/124] vmstate: Refactor opening of files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On (Mon) 21 Apr 2014 [16:39:49], Juan Quintela wrote: > Signed-off-by: Juan Quintela > --- > tests/test-vmstate.c | 38 +++++++++++++++++++------------------- > 1 file changed, 19 insertions(+), 19 deletions(-) Reviewed-by: Amit Shah Amit