Re: [Qemu-devel] Timers

2007-05-23 Thread George G. Davis
up/down count can also be made runtime configurable, since, again, some targets implement up counters. The logic is all the same in that case, with just a difference in sign... > -- Regards, George _ __o George G. Davis - Software Engineer (o> ----\<, M

[Qemu-devel] [PATCH] Remove cscope files on `make clean`

2007-05-22 Thread George G. Davis
Remove cscope files on `make clean`. --- Index: qemu/Makefile === RCS file: /sources/qemu/qemu/Makefile,v retrieving revision 1.119 diff -u -r1.119 Makefile --- qemu/Makefile 20 May 2007 10:54:50 - 1.119 +++ qemu/Makefi

Re: [Qemu-devel] Timers

2007-05-22 Thread George G. Davis
On Wed, May 23, 2007 at 02:14:02AM +0100, Paul Brook wrote: > > .../qemu/hw/arm_timer.c:25: syntax error before "ptimer_state" > > .../qemu/hw/arm_timer.c:25: warning: no semicolon at end of struct or union > > > > Current CVS is missing definition for ptimer_state. > > Oops, sorry. Should be fixe

Re: [Qemu-devel] Timers

2007-05-22 Thread George G. Davis
I've > a few other uses in the pipeline. .../qemu/hw/arm_timer.c:25: syntax error before "ptimer_state" .../qemu/hw/arm_timer.c:25: warning: no semicolon at end of struct or union Current CVS is missing definition for ptimer_state. -- Regards, George _ __o Geo