From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDVSS-0008MK-40 for qemu-devel@nongnu.org; Thu, 07 Mar 2013 02:41:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDVSN-0007eR-IB for qemu-devel@nongnu.org; Thu, 07 Mar 2013 02:41:44 -0500 Received: from mx4-phx2.redhat.com ([209.132.183.25]:49100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDVSN-0007eD-2f for qemu-devel@nongnu.org; Thu, 07 Mar 2013 02:41:39 -0500 Date: Thu, 7 Mar 2013 02:41:26 -0500 (EST) From: Paolo Bonzini Message-ID: <1242214938.3655527.1362642086126.JavaMail.root@redhat.com> In-Reply-To: <20130307072751.GA54314@cs.nctu.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 08/24] hw/arm: add Faraday FTRTC011 RTC timer support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?B?6Zmz6Z+L5Lu7IChXZWktUmVuIENoZW4p?= Cc: Peter Maydell , Igor Mitsyanko , Stefan Hajnoczi , qemu-devel@nongnu.org, Blue Swirl , Kuo-Jung Su , Paul Brook , Andreas , fred konrad > From Makefile.target, qtest is built when you build softmmu target. > I guess there is no need to add "--enable-qtest" option. However, I > don't know how to run qtest... make check-qtest-arm Paolo