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
/
arm
/
sabrelite.c
Age
Commit message (
Expand
)
Author
2022-02-08
hw/arm/boot: Drop nb_cpus field from arm_boot_info
Peter Maydell
2021-12-15
hw: Replace trivial drive_get_next() by drive_get()
Markus Armbruster
2021-09-30
hw/arm: sabrelite: Connect SPI flash CS line to GPIO3_19
Xuzhou Cheng
2021-06-03
arm: Consistently use "Cortex-Axx", not "Cortex Axx"
Peter Maydell
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-01-08
hw/arm: sabrelite: Connect the Ethernet PHY at address 6
Bin Meng
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle
Markus Armbruster
2020-05-27
arm/sabrelite: Consistently use &error_fatal in sabrelite_init()
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-02-19
arm/sabrelite: use memdev for RAM
Igor Mammedov
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-07-05
hw/arm: Replace global smp variables with machine smp properties
Like Xu
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-05-24
hw/arm: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2017-09-07
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
2016-07-04
m25p80: qdev-ify drive property
Paolo Bonzini
2016-05-12
i.MX: Add sabrelite i.MX6 emulation.
Jean-Christophe DUBOIS