summaryrefslogtreecommitdiffstats
path: root/hw/mips/mips_mipssim.c
Commit message (Expand)AuthorAgeFilesLines
* hw/mips: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-02-271-2/+1Star
* mips/mips_mipssim: use memdev for RAMIgor Mammedov2020-02-191-6/+3Star
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* mips: use sysbus_mmio_get_region() instead of internal fieldsMarc-André Lureau2020-01-071-1/+2
* mips: use sysbus_add_io()Marc-André Lureau2020-01-071-2/+1Star
* mips: baudbase is 115200 by defaultMarc-André Lureau2020-01-071-1/+0Star
* mips: inline serial_init()Marc-André Lureau2020-01-071-3/+12
* target/mips: Style improvements in mips_mipssim.cAleksandar Markovic2019-08-191-7/+12
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-2/+3
* change get_image_size return type to int64_tLi Zhijian2018-10-021-2/+1Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-6/+5Star
* mips: mipssim: replace cpu_model with cpu_typeIgor Mammedov2017-10-271-9/+6Star
* mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov2017-09-211-1/+1
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* hw/mips: load_elf_strerror to report kernel loading failureAurelien Jarno2017-07-281-2/+3
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini2016-05-191-2/+2
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+1
* mips: Clean up includesPeter Maydell2016-01-231-0/+1
* mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-9/+4Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* mips: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller2015-03-251-3/+2Star
* mips_mipssim: fix use-after-free for filenameGonglei2014-11-171-1/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+4
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-6/+6
* mips_mipssim: Silence BIOS loading warning for qtestAndreas Färber2013-11-051-1/+3
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0Star
* mips: revert commit b332d24a8e1290954029814d09156b06ede358e2Aurelien Jarno2013-08-081-3/+4
* hw/mips: align initrd to 64KB to avoid kernel errorJames Hogan2013-07-291-1/+1
* mips: degrade BIOS error to warningPaolo Bonzini2013-07-251-2/+1Star
* mipssim: do not use isa_mmioPaolo Bonzini2013-07-251-1/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* hw: move headers to include/Paolo Bonzini2013-04-081-5/+5
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+240