Re: [Qemu-devel] [PATCH 3/4] target-arm: Implement the generic timer

2013-08-01 Thread Andreas Färber
Am 30.07.2013 19:55, schrieb Peter Maydell: > The ARMv7 architecture specifies a 'generic timer' which is implemented > via cp15 registers. Newer kernels will prefer to use this rather than > a devboard-level timer. Implement the generic timer for TCG; for KVM > we will already use the hardware's v

[Qemu-devel] [PATCH 3/4] target-arm: Implement the generic timer

2013-07-30 Thread Peter Maydell
The ARMv7 architecture specifies a 'generic timer' which is implemented via cp15 registers. Newer kernels will prefer to use this rather than a devboard-level timer. Implement the generic timer for TCG; for KVM we will already use the hardware's virtualized timer for this. Signed-off-by: Peter May