Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (4.7 kB)

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

a15mpcore: Split off instance_init

Prepares for QOM realize.

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

524a2d8e 11/05/2013 06:47 pm Andreas Färber

a15mpcore: Embed GICState

This covers both emulated and KVM GIC.

Prepares for QOM realize.

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

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

a15mpcore: Convert to QOM realize

Turn SysBusDevice initfn into a QOM realizefn.

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

43482f72 11/05/2013 06:47 pm Andreas Färber

a15mpcore: Prepare for QOM embedding

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

27013bf2 09/03/2013 12:30 pm Andreas Färber

a15mpcore: Use qemu_get_cpu() for generic timers

This simplifies the loop and aids with refactoring of CPU list.

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

6033e840 08/20/2013 04:54 pm Peter Maydell

hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputs

Now our A15 CPU implements the generic timers, we can wire them
up to the appropriate inputs on the GIC.

Signed-off-by: Peter Maydell <>
Tested-by: Laurent Desnogues <>...

97da11d8 07/29/2013 09:42 pm Andreas Färber

cpu/a15mpcore: QOM cast cleanup

Introduce type constant and cast macro and rename A15MPPrivState::busdev
field to parent_obj to enforce its use.

Prepares for QOM realize.

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

52862242 07/15/2013 06:17 pm Peter Maydell

hw/cpu/a15mpcore: Correct default value for num-irq

The a15mpcore device claims that its default value for num-irq
is the number of interrupts used by the A15MP in the vexpress-a15
board. However that chip has 128 external interrupts, not 64.
Since there is only one A15 based model in QEMU currently, we...

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 <>