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
*
cpu/arm11mpcore: Set number of GIC priority bits to 4
Sai Pavan Boddu
2020-02-28
1
-0
/
+5
*
cpu/a9mpcore: Set number of GIC priority bits to 5
Sai Pavan Boddu
2020-02-28
1
-0
/
+4
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
5
-5
/
+5
*
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-21
2
-2
/
+2
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
5
-0
/
+5
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
4
-0
/
+4
*
general: Replace global smp variables with smp machine properties
Like Xu
2019-07-05
1
-1
/
+3
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
5
-0
/
+6
*
kconfig: introduce kconfig files
Paolo Bonzini
2019-03-07
1
-0
/
+8
*
hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = false
Thomas Huth
2019-02-06
1
-0
/
+3
*
qom/cpu: Add cluster_index to CPUState
Peter Maydell
2019-01-29
1
-0
/
+46
*
hw/cpu: introduce CPU clusters
Luc Michel
2019-01-07
2
-1
/
+51
*
hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up
Peter Maydell
2018-08-24
1
-3
/
+28
*
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
[next]