From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qw63y-0006sX-Fv for qemu-devel@nongnu.org; Wed, 24 Aug 2011 01:31:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qw63x-0000ZY-Ct for qemu-devel@nongnu.org; Wed, 24 Aug 2011 01:31:42 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:38003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qw63x-0000ZJ-7I for qemu-devel@nongnu.org; Wed, 24 Aug 2011 01:31:41 -0400 Received: by ywf9 with SMTP id 9so713288ywf.4 for ; Tue, 23 Aug 2011 22:31:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1314137806-5747-1-git-send-email-agraf@suse.de> Date: Wed, 24 Aug 2011 13:31:39 +0800 Message-ID: From: =?UTF-8?Q?Am=C3=A9rico_Wang?= Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] KVM: Add wrapper script around Qemu to test kernels List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pekka Enberg Cc: "kvm@vger.kernel.org list" , qemu-devel Developers , "linux-kernel@vger.kernel.org List" , Alexander Graf , Avi Kivity , Linus Torvalds On Wed, Aug 24, 2011 at 1:19 PM, Pekka Enberg wrote: > > It's nice to see such an honest attempt at improving QEMU usability, Alexander! > > One comment: in my experience, having shell scripts under > Documentation reduces the likelihood that people actually discover > them so you might want to consider putting it under scripts or tools. > I was going to give the same suggestion, +1 for tools/ directory. Thanks!