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
/
tricore
Age
Commit message (
Expand
)
Author
2021-05-18
hw/tricore: Add testdevice for tests in tests/tcg/
Bastian Koppelmann
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
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-03-14
tricore: added triboard with tc27x_soc
Andreas Konopik
2020-11-15
tricore tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-08-21
meson: convert hw/arch*
Marc-André Lureau
2020-02-28
hw: Do not initialize MachineClass::is_default to 0
Philippe Mathieu-Daudé
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-03-08
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...
Peter Maydell
2019-03-07
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
2019-03-07
kconfig: introduce kconfig files
Paolo Bonzini
2019-02-05
hw/tricore/Makefile.objs: Create CONFIG_* for tricore
Yang Zhong
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2018-07-02
hw/tricore: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
2017-10-27
tricore: use generic cpu_model parsing
Igor Mammedov
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-01
tricore: replace cpu_tricore_init() with cpu_generic_init()
Igor Mammedov
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-05-07
Remove reduntant qemu: from error functions
Ishani Chugh
2016-09-15
tricore: remove useless cast
Laurent Vivier
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-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-01-29
tricore: Clean up includes
Peter Maydell
2015-09-25
tricore: Remove ELF_MACHINE from cpu.h
Peter Crosthwaite
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2014-11-02
target-tricore: check return value before using it
zhanghailiang
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-09-01
target-tricore: Add board for systemmode
Bastian Koppelmann