summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-022-2/+0Star
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-233-4/+4
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw/mips: MIPS Boston board supportPaul Burton2017-02-242-0/+578
* Revert "hw/mips: MIPS Boston board support"Peter Maydell2017-02-232-578/+0Star
* hw/mips: MIPS Boston board supportPaul Burton2017-02-222-0/+578
* hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster2017-02-211-4/+0Star
* hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-213-0/+3
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-2/+2
* clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-14/+14
* char: remaining switch to CharBackend in frontendMarc-André Lureau2016-10-241-14/+18
* char: remove init callbackMarc-André Lureau2016-10-241-2/+2
* malta: replace chr init by CHR_EVENT_OPENED handlerMarc-André Lureau2016-10-241-11/+19
* sun4uv: fix serial initialization regressionMarc-André Lureau2016-10-243-3/+3