aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/mips_malta.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-2/+3
2018-10-24hw/mips/malta: Remove unuseful codePhilippe Mathieu-Daudé1-13/+0
2018-10-02change get_image_size return type to int64_tLi Zhijian1-3/+3
2018-08-24mips_malta: Fix semihosting argument passing for nanoMIPS bare metalStefan Markovic1-1/+7
2018-08-24mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloaderPaul Burton1-17/+160
2018-08-24mips_malta: Add basic nanoMIPS boot code for Malta boardMatthew Fortune1-3/+60
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-11/+14
2018-07-02hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-11/+14
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth1-2/+4
2018-06-27hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell1-1/+1
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2018-04-26hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell1-5/+0
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé1-25/+10
2018-03-12hw/mips/malta: Code movementPhilippe Mathieu-Daudé1-7/+7
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-1/+2
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé1-1/+2
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-06hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-9/+7
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: malta/boston: replace cpu_model with cpu_typeIgor Mammedov1-18/+15
2017-10-27mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov1-2/+1
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/+2
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-2/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan1-10/+7
2017-08-02mips/malta: leave space for the bootmap after the initrdAurelien Jarno1-1/+4
2017-07-28hw/mips: load_elf_strerror to report kernel loading failureAurelien Jarno1-6/+8
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-07-11mips/malta: load the initrd at the end of the low memoryAurelien Jarno1-2/+3
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-14/+14
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-14/+18
2016-10-24char: remove init callbackMarc-André Lureau1-2/+2
2016-10-24malta: replace chr init by CHR_EVENT_OPENED handlerMarc-André Lureau1-11/+19
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau1-1/+1
2016-07-28hw/mips_malta: Fix YAMON API print routinePaul Burton1-1/+1
2016-07-12hw/mips/cps: create GIC block inside CPSLeon Alrae1-3/+1
2016-05-19mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini1-3/+2
2016-03-30hw/mips_malta: add CPS to Malta boardLeon Alrae1-11/+49