summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov2017-10-272-4/+2Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov2017-09-216-6/+6
* mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé2017-09-212-166/+1Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-206-24/+0Star
|\
| * cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-196-24/+0Star
* | General warn report fixupsAlistair Francis2017-09-192-4/+3Star
* | Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-192-5/+5
|/
* mips: Add KVM T&E segment support for TCGJames Hogan2017-08-022-10/+19
* mips/malta: leave space for the bootmap after the initrdAurelien Jarno2017-08-021-1/+4
* hw/mips: load_elf_strerror to report kernel loading failureAurelien Jarno2017-07-284-16/+24
* ahci: add ahci_get_num_portsJohn Snow2017-07-181-2/+2
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-144-10/+5Star
* memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-1/+1
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-145-6/+6
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-1/+1
* char: add backend hotswap handlerAnton Nefedov2017-07-142-2/+2
* mips/malta: load the initrd at the end of the low memoryAurelien Jarno2017-07-111-2/+3