summaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)Author
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
2017-10-27mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov
2017-09-21mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan
2017-08-02mips/malta: leave space for the bootmap after the initrdAurelien Jarno
2017-07-28hw/mips: load_elf_strerror to report kernel loading failureAurelien Jarno
2017-07-18ahci: add ahci_get_num_portsJohn Snow
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-07-11mips/malta: load the initrd at the end of the low memoryAurelien Jarno
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-02-24hw/mips: MIPS Boston board supportPaul Burton
2017-02-23Revert "hw/mips: MIPS Boston board support"Peter Maydell
2017-02-21hw/mips: MIPS Boston board supportPaul Burton
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-28clean-up: removed duplicate #includesAnand J
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-10-24malta: replace chr init by CHR_EVENT_OPENED handlerMarc-André Lureau
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2016-07-28hw/mips_malta: Fix YAMON API print routinePaul Burton
2016-07-20hw/mips: fix PCI bus initializationMarcel Apfelbaum
2016-07-12hw/mips/cps: create GIC block inside CPSLeon Alrae
2016-05-19mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini
2016-03-30hw/mips/cps: enable ITU for multithreading processorsLeon Alrae
2016-03-30hw/mips_malta: add CPS to Malta boardLeon Alrae
2016-03-30hw/mips_malta: move CPU creation to a separate functionLeon Alrae
2016-03-30hw/mips_malta: remove redundant irq and clock initLeon Alrae
2016-03-30hw/mips_malta: remove CPUMIPSState from the write_bootloader()Leon Alrae