Statistics
| Branch: | Revision:

root / hw / cpu / arm11mpcore.c @ 216db403

History | View | Annotate | Download (6 kB)

# Date Author Comment
4c14253c 11/05/2013 06:47 pm Andreas Färber

arm11mpcore: Fix typo in MemoryRegion name

"mpcode" -> "mpcore"

Reviewed-by: Peter Maydell <>
Signed-off-by: Andreas Färber <>

21ebaf1d 11/05/2013 06:47 pm Andreas Färber

arm11mpcore: Drop unused fields

Reviewed-by: Peter Maydell <>
Signed-off-by: Andreas Färber <>

2c42c3a0 11/05/2013 06:47 pm Andreas Färber

arm11mpcore: Create container MemoryRegion in instance_init

This allows to map the region directly after object initialization.

Reviewed-by: Peter Maydell <>
Signed-off-by: Andreas Färber <>

53cb9a1c 11/05/2013 06:47 pm Andreas Färber

arm11mpcore: Split off SCU device

Inspired by a9scu.

Reviewed-by: Peter Maydell <>
Signed-off-by: Andreas Färber <>

08602ac5 11/05/2013 06:47 pm Andreas Färber

arm11mpcore: Convert ARM11MPCorePriveState to QOM realize

Embed child devices and replace SysBus initfn with realizefn.

Reviewed-by: Peter Maydell <>
Signed-off-by: Andreas Färber <>

306476ea 11/05/2013 06:47 pm Andreas Färber

arm11mpcore: Convert mpcore_rirq_state to QOM realize

Embed ARM11MPCorePriveState and RealViewGICState and replace SysBus
initfn with realizefn.

Reviewed-by: Peter Maydell <>
Signed-off-by: Andreas Färber <>

7b960dc3 11/05/2013 06:47 pm Andreas Färber

arm11mpcore: Prepare for QOM embedding

Move state struct, type constant and cast macro to a new header.

Reviewed-by: Peter Maydell <>
Signed-off-by: Andreas Färber <>

9c219b7b 11/05/2013 06:47 pm Andreas Färber

arm11mpcore: Split off RealView MPCore

Reviewed-by: Peter Maydell <>
Signed-off-by: Andreas Färber <>

45c0a675 07/29/2013 09:44 pm Andreas Färber

arm11mpcore: QOM cast cleanups for mpcore_rirq_state

Introduce a type constant, use QOM casts, rename the parent field and
prepare for QOM realize.

Reviewed-by: Hu Tao <>
Signed-off-by: Andreas Färber <>

56fc0281 07/29/2013 09:42 pm Andreas Färber

arm11mpcore: QOM cast cleanups for ARM11MPCorePriveState

Introduce a type constant, use QOM casts and rename the parent field.

Reviewed-by: Hu Tao <>
Signed-off-by: Andreas Färber <>

300b1fc6 07/04/2013 06:42 pm Paolo Bonzini

hw/c*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

0434e30a 04/08/2013 07:13 pm Paolo Bonzini

hw: move ARM CPU cores to hw/cpu/, configure with default-configs/

Signed-off-by: Paolo Bonzini <>