From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYKeI-0005LU-Lr for qemu-devel@nongnu.org; Thu, 10 Apr 2014 15:28:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYKeC-0001XJ-GR for qemu-devel@nongnu.org; Thu, 10 Apr 2014 15:28:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYKeC-0001XF-90 for qemu-devel@nongnu.org; Thu, 10 Apr 2014 15:28:28 -0400 Date: Thu, 10 Apr 2014 15:28:23 -0400 From: Jeff Cody Message-ID: <20140410192823.GG4859@localhost.localdomain> References: <87f81cc46e660b728cc9225ec925eaa66f6ca06b.1397097046.git.jcody@redhat.com> <20140410061011.GB22890@T430.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140410061011.GB22890@T430.nay.redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 2/5] block: qemu-iotests - update 085 to use common.qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, benoit@irqsave.net On Thu, Apr 10, 2014 at 02:10:48PM +0800, Fam Zheng wrote: > On Wed, 04/09 22:41, Jeff Cody wrote: > > The new functionality of common.qemu implements the QEMU control > > and communication functionality that was originally in test 085. > > > > This removes that now-duplicate functionality, and uses the > > common.qemu functions. > > > > Just a note. > > A quick grep shows 067, 071, 081 and 087 are also bash cases with QEMU process. > Not necessarily in this series but they are also candidates too convert. > Good idea - like you said, probably in another series though