summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim2019-01-181-0/+8
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-112-5/+5
* hw/mips/malta: Remove unuseful codePhilippe Mathieu-Daudé2018-10-241-13/+0Star
* hw/mips/gt64xxx_pci: Mark as bridge devicePhilippe Mathieu-Daudé2018-10-241-0/+1
* hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset methodPhilippe Mathieu-Daudé2018-10-241-14/+3Star
* change get_image_size return type to int64_tLi Zhijian2018-10-024-11/+10Star
* 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-024-36/+41
|\
| * hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-023-19/+24
| * hw/mips/r4k: Constify params_sizePhilippe Mathieu-Daudé2018-07-021-3/+3
| * hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé2018-07-021-1/+1
| * hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-14/+14
* | loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth2018-07-021-2/+4
|/
* hw/mips/jazz: create ESP device directly via qdevMark Cave-Ayland2018-06-281-3/+16
* hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell2018-06-271-1/+1
* hw/mips/boston: don't make flash region 'nomigrate'Peter Maydell2018-06-271-2/+1Star
* hw/mips/boston: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-4/+4
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell2018-04-261-1/+1
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-264-8/+8
* hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell2018-04-261-5/+0Star
* hw/mips/boston.c: Don't create "null" chardevs for serial devicesPeter Maydell2018-04-261-4/+0Star
* hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé2018-03-121-12/+3Star
* hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé2018-03-121-1/+1
* hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()Philippe Mathieu-Daudé2018-03-121-42/+41Star
* 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-124-3/+7
* hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-123-3/+6
* hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2018-03-123-0/+3
* hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth2018-03-121-3/+4
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-122-2/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-0/+2
* hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-065-33/+27Star
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-115-20/+12Star
|\
| * hw/mips/boston: Remove workaround for writes to ROM abortingPeter Maydell2017-12-211-12/+2Star
| * hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé2017-12-181-0/+1
| * hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé2017-12-181-0/+1
| * hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-184-4/+4
| * hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-184-4/+4
* | pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-6/+6
|/
* mips: r4k: replace cpu_model with cpu_typeIgor Mammedov2017-10-271-9/+7Star
* mips: mipssim: replace cpu_model with cpu_typeIgor Mammedov2017-10-271-9/+6Star
* mips: Magnum/Acer Pica 61: replace cpu_model with cpu_typeIgor Mammedov2017-10-271-5/+3Star
* mips: fulong2e: replace cpu_model with cpu_typeIgor Mammedov2017-10-271-5/+2Star
* mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov2017-10-273-26/+22Star