index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
sbsa-ref.c
Age
Commit message (
Expand
)
Author
2020-10-08
hw/arm/sbsa-ref : allocate IRQs for SMMUv3
Graeme Gregory
2020-10-08
hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
Graeme Gregory
2020-09-30
move MemMapEntry
Gerd Hoffmann
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-01
hw/arm/sbsa-ref : Add embedded controller in secure memory
Graeme Gregory
2020-09-01
hw/arm/sbsa-ref: add "reg" property to DT cpu nodes
Leif Lindholm
2020-08-28
hw/arm/sbsa-ref: fix typo breaking PCIe IRQs
Graeme Gregory
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-18
hw: Use QEMU_IS_ALIGNED() on parallel flash block size
Philippe Mathieu-Daudé
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-02-28
hw/arm: Use TYPE_PL011 to create serial port
Gavin Shan
2020-02-19
arm/sbsa-ref: use memdev for RAM
Igor Mammedov
2019-12-19
numa: properly check if numa is supported
Igor Mammedov
2019-12-16
hw/arm/sbsa-ref: Simplify by moving the gic in the machine state
Philippe Mathieu-Daudé
2019-09-03
numa: move numa global variable numa_info into MachineState
Tao Xu
2019-09-03
numa: move numa global variable have_numa_distance into MachineState
Tao Xu
2019-09-03
numa: move numa global variable nb_numa_nodes into MachineState
Tao Xu
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-07-08
hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULL
Peter Maydell
2019-07-05
hw/arm: Replace global smp variables with machine smp properties
Like Xu
2019-07-01
hw/arm: Add arm SBSA reference machine, devices part
Hongbo Zhang
2019-07-01
hw/arm: Add arm SBSA reference machine, skeleton part
Hongbo Zhang