summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-08-081-1/+1
* hw/mips_malta: Fix YAMON API print routinePaul Burton2016-07-281-1/+1
* hw/mips: fix PCI bus initializationMarcel Apfelbaum2016-07-201-1/+1
* hw/mips/cps: create GIC block inside CPSLeon Alrae2016-07-122-10/+19
* mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini2016-05-198-16/+19
* hw/mips/cps: enable ITU for multithreading processorsLeon Alrae2016-03-301-0/+32
* hw/mips_malta: add CPS to Malta boardLeon Alrae2016-03-301-11/+49
* hw/mips_malta: move CPU creation to a separate functionLeon Alrae2016-03-301-29/+39
* hw/mips_malta: remove redundant irq and clock initLeon Alrae2016-03-301-4/+0Star
* hw/mips_malta: remove CPUMIPSState from the write_bootloader()Leon Alrae2016-03-301-4/+4
* hw/mips/cps: create CPC block inside CPSLeon Alrae2016-03-301-0/+16
* hw/mips/cps: create GCR block inside CPSLeon Alrae2016-03-301-0/+23
* hw/mips: implement generic MIPS Coherent Processing System containerLeon Alrae2016-03-302-0/+110
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-223-0/+6
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-223-0/+3
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-1/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-044-4/+4
* magnum: disable floppy DMA for nowHervé Poussineau2016-02-031-1/+2
* i8257: pass ISA bus to DMA_init() functionHervé Poussineau2016-02-033-3/+3
* mips: Clean up includesPeter Maydell2016-01-239-0/+9
* isa: Clean up error handling around isa_bus_new()Markus Armbruster2016-01-132-2/+2
* gt64120: convert to realize()Cao jin2016-01-111-4/+2Star
* gt64xxx: fix decoding of ISD registerPaolo Bonzini2015-12-041-1/+2
* hw/mips_malta: Fix KVM PC initialisationJames Hogan2015-10-301-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-254-4/+4
|\
| * mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-254-4/+4