hw/arm_mptimer.c: Turn ARM MPcore private timers into qdev devices
commitb9dc07d42a08952926c35f07d1323381e2b707b5
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 5 Dec 2011 15:47:49 +0000 (5 15:47 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 12 Dec 2011 10:26:31 +0000 (12 10:26 +0000)
treef20e98fb7404e24715d545d2dd957588e6b03b2a
parent7b4252e83f6f7d82a4bbd95257523091fdb68fa1
hw/arm_mptimer.c: Turn ARM MPcore private timers into qdev devices

Turn the ARM MPcore private timer/watchdog blocks into separate
qdev devices. This will allow us to share them neatly between
11MPCore and A9MPcore.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Makefile.target
hw/arm_mptimer.c [new file with mode: 0644]
hw/mpcore.c