summaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-0/+2
2018-02-06hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis5-33/+27
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-1/+1
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin5-20/+12
2017-12-21hw/mips/boston: Remove workaround for writes to ROM abortingPeter Maydell1-12/+2
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé1-0/+1
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé1-0/+1
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé4-4/+4
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé4-4/+4
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-6/+6
2017-10-27mips: r4k: replace cpu_model with cpu_typeIgor Mammedov1-9/+7
2017-10-27mips: mipssim: replace cpu_model with cpu_typeIgor Mammedov1-9/+6
2017-10-27mips: Magnum/Acer Pica 61: replace cpu_model with cpu_typeIgor Mammedov1-5/+3
2017-10-27mips: fulong2e: replace cpu_model with cpu_typeIgor Mammedov1-5/+2
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov3-26/+22
2017-10-27mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov2-4/+2
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov6-6/+6
2017-09-21mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé2-166/+1
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell6-24/+0
2017-09-19General warn report fixupsAlistair Francis2-4/+3
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis2-5/+5
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov6-24/+0
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan2-10/+19
2017-08-02mips/malta: leave space for the bootmap after the initrdAurelien Jarno1-1/+4
2017-07-28hw/mips: load_elf_strerror to report kernel loading failureAurelien Jarno4-16/+24
2017-07-18ahci: add ahci_get_num_portsJohn Snow1-2/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell4-10/+5
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell1-1/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell5-6/+6
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov2-2/+2
2017-07-11mips/malta: load the initrd at the end of the low memoryAurelien Jarno1-2/+3
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau2-2/+0
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake3-4/+4
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-02-24hw/mips: MIPS Boston board supportPaul Burton2-0/+578
2017-02-23Revert "hw/mips: MIPS Boston board support"Peter Maydell2-578/+0
2017-02-21hw/mips: MIPS Boston board supportPaul Burton2-0/+578
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster1-4/+0
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster3-0/+3
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-14/+14
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-14/+18
2016-10-24char: remove init callbackMarc-André Lureau1-2/+2
2016-10-24malta: replace chr init by CHR_EVENT_OPENED handlerMarc-André Lureau1-11/+19
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau3-3/+3