Re: [Qemu-devel] [PATCH v6 08/24] hw/arm: add Faraday FTRTC011 RTC timer support

2013-03-07 Thread Kuo-Jung Su
2013/3/7 Paolo Bonzini : > >> 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 Got it, thanks. -- Best wishes, Kuo-Jung Su

Re: [Qemu-devel] [PATCH v6 08/24] hw/arm: add Faraday FTRTC011 RTC timer support

2013-03-07 Thread Wei-Ren Chen
On Thu, Mar 07, 2013 at 02:41:26AM -0500, Paolo Bonzini wrote: > > > 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 O.K., let me try to sum

Re: [Qemu-devel] [PATCH v6 08/24] hw/arm: add Faraday FTRTC011 RTC timer support

2013-03-06 Thread Paolo Bonzini
> 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

Re: [Qemu-devel] [PATCH v6 08/24] hw/arm: add Faraday FTRTC011 RTC timer support

2013-03-06 Thread Wei-Ren Chen
> Excuse me, could you please show me the way how to build the test cases > and launch the test case. > > 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 se

Re: [Qemu-devel] [PATCH v6 08/24] hw/arm: add Faraday FTRTC011 RTC timer support

2013-03-06 Thread Paolo Bonzini
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

Re: [Qemu-devel] [PATCH v6 08/24] hw/arm: add Faraday FTRTC011 RTC timer support

2013-03-06 Thread Kuo-Jung Su
2013/3/6 Paolo Bonzini : > Il 06/03/2013 08:27, Kuo-Jung Su ha scritto: >> It provides separate second, minute, hour, and day counters. The second >> counter is toggled each second, the minute counter is toggled each minute, >> the hour counter is toggled each hour, and the day counter is toggled e

Re: [Qemu-devel] [PATCH v6 08/24] hw/arm: add Faraday FTRTC011 RTC timer support

2013-03-06 Thread Paolo Bonzini
Il 06/03/2013 08:27, Kuo-Jung Su ha scritto: > It provides separate second, minute, hour, and day counters. The second > counter is toggled each second, the minute counter is toggled each minute, > the hour counter is toggled each hour, and the day counter is toggled each > day. > > The FTRTC011

[Qemu-devel] [PATCH v6 08/24] hw/arm: add Faraday FTRTC011 RTC timer support

2013-03-05 Thread Kuo-Jung Su
It provides separate second, minute, hour, and day counters. The second counter is toggled each second, the minute counter is toggled each minute, the hour counter is toggled each hour, and the day counter is toggled each day. The FTRTC011 provides a programmable auto-alarm function. When the seco