index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
cpu
/
a9mpcore.c
Age
Commit message (
Expand
)
Author
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-08-24
hw/cpu/a9mpcore: Verify the machine use Cortex-A9 cores
Philippe Mathieu-Daudé
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
2020-02-28
cpu/a9mpcore: Set number of GIC priority bits to 5
Sai Pavan Boddu
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-07-17
hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" device
Thomas Huth
2016-05-19
explicitly include qom/cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
arm devices: Clean up includes
Peter Maydell
2015-09-14
hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefully
Edgar E. Iglesias
2015-09-08
hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUs
Peter Maydell
2013-12-10
cpu/a9mpcore: Add Global Timer
François LEGAL
2013-12-10
cpu/a9mpcore: reorder operations/declarations
Peter Crosthwaite
2013-12-10
cpu/a9mpcore: rename timerbusdev variable
Peter Crosthwaite
2013-11-05
a9mpcore: Prepare for QOM embedding
Andreas Färber
2013-11-05
a9mpcore: Convert to QOM realize
Andreas Färber
2013-11-05
a9mpcore: Embed ARMMPTimerState
Andreas Färber
2013-11-05
a9mpcore: Embed A9SCUState
Andreas Färber
2013-11-05
a9mpcore: Embed GICState
Andreas Färber
2013-11-05
a9mpcore: Split off instance_init
Andreas Färber
2013-07-29
cpu/a9mpcore: QOM casting cleanup
Andreas Färber
2013-07-04
hw/c*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move ARM CPU cores to hw/cpu/, configure with default-configs/
Paolo Bonzini