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
/
xtensa
/
sim.c
Age
Commit message (
Expand
)
Author
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-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2019-10-18
hw/xtensa: add virt machine
Max Filippov
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-07-05
hw: Replace global smp variables with MachineState for all remaining archs
Like Xu
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-01-11
hw/xtensa: extract xtensa_create_memory_regions
Max Filippov
2017-10-27
xtensa: sim: use generic cpu_model parsing
Igor Mammedov
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-01
xtensa: replace cpu_xtensa_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-06-06
target/xtensa: support output to chardev console
Max Filippov
2017-06-04
hw/xtensa: sim: use g_string/g_new
Max Filippov
2017-02-23
target/xtensa: sim: instantiate local memories
Max Filippov
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
xtensa: Clean up includes
Peter Maydell
2015-09-25
xtensa: 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
2015-03-10
xtensa: Remove superfluous '\n' around error_report()
Gonglei
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-06-29
hw/xtensa: replace fprintfs with error_report
Max Filippov
2014-06-29
hw/xtensa: remove extraneous xtensa_ prefix from file names
Max Filippov