From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCHv2] kvm-unit-test: more documentation and runner script\ Date: Mon, 4 Mar 2013 20:28:09 -0300 Message-ID: <20130304232809.GA16875@amt.cnet> References: <20130228070607.GA22847@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, lmr@redhat.com, gleb@redhat.com To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:63164 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932252Ab3CDX3F (ORCPT ); Mon, 4 Mar 2013 18:29:05 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r24NT54H012296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Mar 2013 18:29:05 -0500 Content-Disposition: inline In-Reply-To: <20130228070607.GA22847@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Feb 28, 2013 at 09:06:07AM +0200, Michael S. Tsirkin wrote: > Add documentation about using qemu-system for unit tests. > Add runner script to select the correct binary and flags. > > Signed-off-by: Michael S. Tsirkin > --- > > Changes from v1: > fix typo for qemu-system flags > add lmr's comment about exit status Applied, thanks.