From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [kvm-unit-tests PATCH 05/18] README: add pointer to new wiki page Date: Tue, 10 Nov 2015 17:25:16 +0100 Message-ID: <56421A6C.3020907@redhat.com> References: <1446769483-21586-1-git-send-email-drjones@redhat.com> <1446769483-21586-6-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: alex.bennee@linaro.org, cov@codeaurora.org To: Andrew Jones , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59604 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754407AbbKJQZV (ORCPT ); Tue, 10 Nov 2015 11:25:21 -0500 In-Reply-To: <1446769483-21586-6-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 06/11/2015 01:24, Andrew Jones wrote: > Signed-off-by: Andrew Jones > --- > README | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/README b/README > index eab5ea28f7fab..45587f2a97ec6 100644 > --- a/README > +++ b/README > @@ -1,3 +1,9 @@ > +Welcome to kvm-unit-tests > + > +See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level > +description of this project, as well as running tests and adding > +tests HOWTOs. > + > This directory contains sources for a kvm test suite. > > To create the test images do > Applied, thanks. Paolo