index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic'
Thomas Huth
2018-07-17
1
-4
/
+4
*
hw/cpu/arm11mpcore: Fix introspection problem with 'arm11mpcore_priv'
Thomas Huth
2018-07-17
1
-8
/
+6
*
hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" device
Thomas Huth
2018-07-17
1
-10
/
+8
*
hw/cpu/a15mpcore: Fix introspection problem with the a15mpcore_priv device
Thomas Huth
2018-07-17
1
-5
/
+3
*
hw: use "qemu/osdep.h" as first #include in source files
Philippe Mathieu-Daudé
2017-12-18
1
-0
/
+1
*
cpu: don't allow negative core id
Laurent Vivier
2017-08-02
1
-0
/
+5
*
hw/cpu: core.c can be compiled as common object
Thomas Huth
2017-06-09
1
-2
/
+1
*
Introduce DEVICE_CATEGORY_CPU for CPU devices
Thomas Huth
2017-01-27
1
-0
/
+8
*
cpu: Abstract CPU core type
Bharata B Rao
2016-06-17
2
-0
/
+89
*
explicitly include qom/cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
4
-0
/
+4
*
hw/intc/arm_gic.c: Implement GICv2 GICC_DIR
Peter Maydell
2016-03-04
1
-1
/
+1
*
hw: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
arm devices: Clean up includes
Peter Maydell
2016-01-29
3
-0
/
+3
*
icc_bus: drop the unused files
Zhu Guihua
2015-10-02
2
-119
/
+0
*
hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefully
Edgar E. Iglesias
2015-09-14
2
-2
/
+2
*
hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUs
Peter Maydell
2015-09-08
2
-0
/
+24
*
hw/cpu/a15mpcore: Wire up hyp and secure physical timer interrupts
Peter Maydell
2015-08-13
1
-7
/
+14
*
Introduce gic_class_name() instead of repeating condition
Pavel Fedin
2015-08-13
1
-6
/
+2
*
icc_bus: fix typo ICC_BRIGDE -> ICC_BRIDGE
Zhu Guihua
2014-11-03
1
-2
/
+2
*
target-i386: ICC bus: Drop BusState::allow_hotplug
Igor Mammedov
2014-10-15
1
-8
/
+0
*
icc_bus: QOM'ify ICC
xiaoqiang zhao
2013-12-24
1
-8
/
+6
*
cpu/a9mpcore: Add Global Timer
François LEGAL
2013-12-10
1
-5
/
+21
*
cpu/a9mpcore: reorder operations/declarations
Peter Crosthwaite
2013-12-10
1
-14
/
+14
*
cpu/a9mpcore: rename timerbusdev variable
Peter Crosthwaite
2013-12-10
1
-4
/
+4
*
arm11mpcore: Split off RealView MPCore
Andreas Färber
2013-11-05
3
-121
/
+140
*
arm11mpcore: Prepare for QOM embedding
Andreas Färber
2013-11-05
1
-26
/
+1
*
arm11mpcore: Convert mpcore_rirq_state to QOM realize
Andreas Färber
2013-11-05
1
-14
/
+44
*
arm11mpcore: Convert ARM11MPCorePriveState to QOM realize
Andreas Färber
2013-11-05
1
-28
/
+56
*
arm11mpcore: Split off SCU device
Andreas Färber
2013-11-05
1
-51
/
+14
*
arm11mpcore: Create container MemoryRegion in instance_init
Andreas Färber
2013-11-05
1
-3
/
+11
*
arm11mpcore: Drop unused fields
Andreas Färber
2013-11-05
1
-2
/
+0
*
arm11mpcore: Fix typo in MemoryRegion name
Andreas Färber
2013-11-05
1
-1
/
+1
*
a15mpcore: Prepare for QOM embedding
Andreas Färber
2013-11-05
1
-20
/
+1
*
a15mpcore: Convert to QOM realize
Andreas Färber
2013-11-05
1
-8
/
+12
*
a15mpcore: Embed GICState
Andreas Färber
2013-11-05
1
-15
/
+24
*
a15mpcore: Split off instance_init
Andreas Färber
2013-11-05
1
-3
/
+10
*
a9mpcore: Prepare for QOM embedding
Andreas Färber
2013-11-05
1
-23
/
+1
*
a9mpcore: Convert to QOM realize
Andreas Färber
2013-11-05
1
-10
/
+26
*
a9mpcore: Embed ARMMPTimerState
Andreas Färber
2013-11-05
1
-11
/
+18
*
a9mpcore: Embed A9SCUState
Andreas Färber
2013-11-05
1
-6
/
+10
*
a9mpcore: Embed GICState
Andreas Färber
2013-11-05
1
-9
/
+16
*
a9mpcore: Split off instance_init
Andreas Färber
2013-11-05
1
-3
/
+9
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2013-09-03
1
-3
/
+2
|
\
|
*
a15mpcore: Use qemu_get_cpu() for generic timers
Andreas Färber
2013-09-03
1
-3
/
+2
*
|
qdev: Pass size to qbus_create_inplace()
Andreas Färber
2013-08-30
1
-1
/
+2
|
/
*
default-configs: Fix A9MP and A15MP config names
Peter Maydell
2013-08-20
1
-2
/
+2
*
hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputs
Peter Maydell
2013-08-20
1
-0
/
+18
*
arm11mpcore: QOM cast cleanups for mpcore_rirq_state
Andreas Färber
2013-07-29
1
-7
/
+13
*
arm11mpcore: QOM cast cleanups for ARM11MPCorePriveState
Andreas Färber
2013-07-29
1
-8
/
+14
[next]