aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/mips_r4k.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-26hw/mips: Rename malta/mipssim/r4k/jazz filesAleksandar Markovic1-318/+0
2020-03-17hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan1-0/+1
2020-02-27hw/mips: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-02-19mips/mips_r4k: use memdev for RAMIgor Mammedov1-8/+4
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+1
2019-12-16hw/mips: Deprecate the r4k machinePhilippe Mathieu-Daudé1-0/+1
2019-12-16mips: r4000: Renovate coding styleFilip Bozuta1-21/+34
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-2/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-1/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-2/+3
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-2/+2
2018-10-02change get_image_size return type to int64_tLi Zhijian1-3/+3
2018-07-02hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-5/+6
2018-07-02hw/mips/r4k: Constify params_sizePhilippe Mathieu-Daudé1-3/+3
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell1-1/+1
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-1/+2
2018-02-06hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-9/+7
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé1-0/+1
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+1
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé1-1/+1
2017-10-27mips: r4k: replace cpu_model with cpu_typeIgor Mammedov1-9/+7
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-4/+0
2017-09-19General warn report fixupsAlistair Francis1-2/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-3/+3
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-07-28hw/mips: load_elf_strerror to report kernel loading failureAurelien Jarno1-2/+4
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau1-1/+1
2016-05-19mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini1-2/+2
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-1/+1
2016-01-23mips: Clean up includesPeter Maydell1-0/+1
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster1-1/+1
2015-09-25mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-04-30target-mips: fix memory leakGonglei1-0/+1
2015-03-25mips: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller1-2/+1