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
/
misc
/
imx6_src.c
Age
Commit message (
Expand
)
Author
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-12-30
hw/misc: Constify VMState
Richard Henderson
2022-12-15
hw/misc: Move some arm-related files from specific_ss into softmmu_ss
Thomas Huth
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2020-12-10
i.MX6: Fix bad printf format specifiers
Alex Chen
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2017-03-14
hw/misc/imx6_src: Don't crash trying to reset missing CPUs
Peter Maydell
2017-02-24
hw/misc/imx6_src: defer clearing of SRC_SCR reset bits
Alex Bennée
2016-09-22
imx: Use 'const char', not 'char const'
Peter Maydell
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-12
i.MX: Add i.MX6 System Reset Controller device.
Jean-Christophe DUBOIS