summaryrefslogtreecommitdiffstats
path: root/hw/mips/mips_malta.c
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Style improvements in mips_malta.cAleksandar Markovic2019-08-191-88/+128
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-051-0/+2
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-11/+11
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell2019-05-281-1/+1
|\
| * semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-281-1/+1
* | hw/mips: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-05-241-2/+2
* | hw/mips: Use object_initialize() on MIPSCPSStatePhilippe Mathieu-Daudé2019-05-241-9/+8Star
|/
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-1/+1
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-1/+1
* mips_malta: Clean up definition of flash memory size somewhatMarkus Armbruster2019-03-111-1/+1
* hw/mips/malta: Restrict 'bios_size' variable scopePhilippe Mathieu-Daudé2019-03-111-1/+1
* hw/mips/malta: Remove fl_sectors variablePhilippe Mathieu-Daudé2019-03-111-2/+1Star
* mips_malta: Delete disabled, broken DEBUG_BOARD_INIT codeMarkus Armbruster2019-03-111-10/+0Star
* pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster2019-03-111-1/+1
* i2c: Split smbus into partsCorey Minyard2019-02-281-1/+1
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-2/+3
* hw/mips/malta: Remove unuseful codePhilippe Mathieu-Daudé2018-10-241-13/+0Star
* change get_image_size return type to int64_tLi Zhijian2018-10-021-3/+3
* mips_malta: Fix semihosting argument passing for nanoMIPS bare metalStefan Markovic2018-08-241-1/+7
* mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloaderPaul Burton2018-08-241-17/+160
* mips_malta: Add basic nanoMIPS boot code for Malta boardMatthew Fortune2018-08-241-3/+60
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-021-11/+14
|\
| * hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-11/+14
* | loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth2018-07-021-2/+4
|/
* hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell2018-06-271-1/+1
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell2018-04-261-5/+0Star
* hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé2018-03-121-25/+10Star
* hw/mips/malta: Code movementPhilippe Mathieu-Daudé2018-03-121-7/+7
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-1/+2
* hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-121-1/+2
* hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2018-03-121-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-9/+7Star
* hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov2017-10-271-18/+15Star
* mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov2017-10-271-2/+1Star
* mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov2017-09-211-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-201-4/+0Star
|\
| * cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* | General warn report fixupsAlistair Francis2017-09-191-2/+2
* | Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-2/+2
|/
* mips: Add KVM T&E segment support for TCGJames Hogan2017-08-021-10/+7Star