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
/
imx25_pdk.c
Age
Commit message (
Expand
)
Author
2023-10-27
hw/arm/fsl-imx25: Remove 'hw/arm/boot.h' from header
Philippe Mathieu-Daudé
2022-02-08
hw/arm/boot: Drop nb_cpus field from arm_boot_info
Peter Maydell
2021-12-15
hw/arm/imx25_pdk: Replace drive_get_next() by drive_get()
Markus Armbruster
2021-05-10
hw/arm/imx25_pdk: Fix error message for invalid RAM size
Philippe Mathieu-Daudé
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
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
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-03-12
hw/arm/fsl-imx25: Wire up eSDHC controllers
Guenter Roeck
2020-02-19
arm/imx25_pdk: use memdev for RAM
Igor Mammedov
2020-02-19
arm/imx25_pdk: drop RAM size fixup
Igor Mammedov
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-03
imx25-pdk: create ds1338 for qtest inside the test
Paolo Bonzini
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
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
2017-01-20
arm: Uniquely name imx25 I2C buses.
Alastair D'Silva
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-08
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2016-01-18
hw/arm: Clean up includes
Peter Maydell
2016-01-13
error: Use error_report_err() where appropriate (again)
Markus Armbruster
2015-10-16
arm: imx25-pdk: Fix machine name
Peter Crosthwaite
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-07
i.MX: Add the i.MX25 PDK platform
Jean-Christophe Dubois