summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* mips_fulong2e: Add on-board graphics chipBALATON Zoltan2019-03-111-0/+7
* ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+20
* i2c: Split smbus into partsCorey Minyard2019-02-282-2/+2
* target/mips: fulong2e: Dynamically generate SPD EEPROM dataBALATON Zoltan2019-02-211-18/+13Star
* target/mips: fulong2e: Fix bios flash sizeBALATON Zoltan2019-02-211-5/+4Star
* hw/mips_int: hold BQL for all interrupt requestsAleksandar Markovic2019-02-141-0/+12
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-132-2/+2
* hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boardsÁkos Kovács2019-02-051-2/+3
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-054-8/+12
* ide/via: Rename functions to match device nameBALATON Zoltan2019-01-251-1/+1
* 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
|\