aboutsummaryrefslogtreecommitdiff
path: root/hw/xtensa/sim.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth1-6/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-2/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2019-10-18hw/xtensa: add virt machineMax Filippov1-15/+26
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-4/+8
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2018-01-11hw/xtensa: extract xtensa_create_memory_regionsMax Filippov1-25/+13
2017-10-27xtensa: sim: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-5/+0
2017-09-01xtensa: replace cpu_xtensa_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-4/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-06target/xtensa: support output to chardev consoleMax Filippov1-0/+4
2017-06-04hw/xtensa: sim: use g_string/g_newMax Filippov1-5/+5
2017-02-23target/xtensa: sim: instantiate local memoriesMax Filippov1-9/+31
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-2/+2
2016-01-29xtensa: Clean up includesPeter Maydell1-0/+1
2015-09-25xtensa: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-11/+6
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-2/+2
2015-03-10xtensa: Remove superfluous '\n' around error_report()Gonglei1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+2
2014-06-29hw/xtensa: replace fprintfs with error_reportMax Filippov1-2/+4
2014-06-29hw/xtensa: remove extraneous xtensa_ prefix from file namesMax Filippov1-0/+118