aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)Author
2019-01-18target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-10-24hw/mips/malta: Remove unuseful codePhilippe Mathieu-Daudé
2018-10-24hw/mips/gt64xxx_pci: Mark as bridge devicePhilippe Mathieu-Daudé
2018-10-24hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset methodPhilippe Mathieu-Daudé
2018-10-02change get_image_size return type to int64_tLi Zhijian
2018-08-24mips_malta: Fix semihosting argument passing for nanoMIPS bare metalStefan Markovic
2018-08-24mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloaderPaul Burton
2018-08-24mips_malta: Add basic nanoMIPS boot code for Malta boardMatthew Fortune
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-02hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw/mips/r4k: Constify params_sizePhilippe Mathieu-Daudé
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth
2018-06-28hw/mips/jazz: create ESP device directly via qdevMark Cave-Ayland
2018-06-27hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell
2018-06-27hw/mips/boston: don't make flash region 'nomigrate'Peter Maydell
2018-06-08hw/mips/boston: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-26hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell
2018-04-26hw/mips/boston.c: Don't create "null" chardevs for serial devicesPeter Maydell
2018-03-12hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé
2018-03-12hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé
2018-03-12hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()Philippe Mathieu-Daudé
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé
2018-03-12hw/mips/malta: Code movementPhilippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-06hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-21hw/mips/boston: Remove workaround for writes to ROM abortingPeter Maydell
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-10-27mips: r4k: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: mipssim: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: Magnum/Acer Pica 61: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: fulong2e: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov