From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDVBh-0001Gk-5y for qemu-devel@nongnu.org; Thu, 07 Mar 2013 02:24:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDVBf-0001Ie-Of for qemu-devel@nongnu.org; Thu, 07 Mar 2013 02:24:25 -0500 Received: from mail-wg0-f43.google.com ([74.125.82.43]:34348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDVBf-0001IM-ID for qemu-devel@nongnu.org; Thu, 07 Mar 2013 02:24:23 -0500 Received: by mail-wg0-f43.google.com with SMTP id e12so132268wge.22 for ; Wed, 06 Mar 2013 23:24:22 -0800 (PST) Sender: Paolo Bonzini Message-ID: <513840A3.10900@redhat.com> Date: Thu, 07 Mar 2013 08:24:19 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1362554857-3896-1-git-send-email-dantesu@gmail.com> <1362554857-3896-9-git-send-email-dantesu@gmail.com> <5136FD45.60703@redhat.com> In-Reply-To: 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: Kuo-Jung Su Cc: Peter Maydell , Igor Mitsyanko , qemu-devel@nongnu.org, Blue Swirl , Paul Brook , Andreas , fred konrad Il 07/03/2013 07:39, Kuo-Jung Su ha scritto: > I do have found a web page to qtest at the following link: > http://wiki.qemu.org/Features/QTest > > But it's wrong at both 'build/example usage' and 'Additional > Details/Status', please see the logs bellow: > > dante@vmware:/pub/qemu$ ./configure --target-list=arm-softmmu > --audio-drv-list="oss alsa sdl" --enable-qtest > ERROR: unknown option --enable-qtest > > dante@vmware:/pub/qemu$ ./arm-softmmu/qemu-system-arm -test ? > qemu-system-arm: -test: invalid option It's much simpler than that. You can look at commit f91837a7f173e0334539024e4d8ba10c19a78bb7 for example. Paolo