From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RfwOt-0004RZ-SI for qemu-devel@nongnu.org; Wed, 28 Dec 2011 11:30:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RfwOs-0002zh-Sb for qemu-devel@nongnu.org; Wed, 28 Dec 2011 11:30:47 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:60350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RfwOs-0002zT-PV for qemu-devel@nongnu.org; Wed, 28 Dec 2011 11:30:46 -0500 Received: by ghbg16 with SMTP id g16so4451338ghb.4 for ; Wed, 28 Dec 2011 08:30:45 -0800 (PST) Message-ID: <4EFB4431.8070602@codemonkey.ws> Date: Wed, 28 Dec 2011 10:30:41 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4EEF70B4.3070109@us.ibm.com> <20111228144956.GA19147@lst.de> In-Reply-To: <20111228144956.GA19147@lst.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [ANNOUNCE] qemu-test: a set of tests scripts for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: "lmr@redhat.com" , Anthony Liguori , Stefan Hajnoczi , Dor Laor , qemu-devel , Gerd Hoffmann On 12/28/2011 08:49 AM, Christoph Hellwig wrote: > On Mon, Dec 19, 2011 at 11:13:24AM -0600, Anthony Liguori wrote: >> Hi, >> >> I've published a set of tests I wrote over the weekend on qemu.org. My >> motivations were 1) to prevent regressions like the libguestfs one and 2) >> to have an easier way to do development testing as I work on QEMU Object >> Model. >> >> Now before sending the obligatory, "What about using KVM autotest" reply, >> note that this is significantly different than KVM autotest and really >> occupies a different use-case. > > Different question: Do you want to merge qemu-iotests into it? I'd rather just merge it into qemu.git since qemu-io already lives there. Regards, Anthony Liguori > >