summary refs log tree commit diff stats
path: root/hw/timer/arm_mptimer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* timer/arm_mptimer: QOM cast cleanupAndreas Färber2013-07-291-5/+13
| | | | | | | | Introduce type constant and cast macro and rename ARMMPTimerState::busdev to enforce its use. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
* timer/arm_mptimer: Build arm_mptimer only onceAndreas Färber2013-07-091-0/+1
| | | | | | Since current_cpu is CPUState it no longer depends on CPUARMState. Signed-off-by: Andreas Färber <afaerber@suse.de>
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-5/+3
| | | | | | Move it to qom/cpu.h. Signed-off-by: Andreas Färber <afaerber@suse.de>
* hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-0/+309
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>