summaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2016-07-28hw/mips_malta: Fix YAMON API print routinePaul Burton1-1/+1
2016-07-20hw/mips: fix PCI bus initializationMarcel Apfelbaum1-1/+1
2016-07-12hw/mips/cps: create GIC block inside CPSLeon Alrae2-10/+19
2016-05-19mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini8-16/+19
2016-03-30hw/mips/cps: enable ITU for multithreading processorsLeon Alrae1-0/+32
2016-03-30hw/mips_malta: add CPS to Malta boardLeon Alrae1-11/+49
2016-03-30hw/mips_malta: move CPU creation to a separate functionLeon Alrae1-29/+39
2016-03-30hw/mips_malta: remove redundant irq and clock initLeon Alrae1-4/+0
2016-03-30hw/mips_malta: remove CPUMIPSState from the write_bootloader()Leon Alrae1-4/+4
2016-03-30hw/mips/cps: create CPC block inside CPSLeon Alrae1-0/+16
2016-03-30hw/mips/cps: create GCR block inside CPSLeon Alrae1-0/+23
2016-03-30hw/mips: implement generic MIPS Coherent Processing System containerLeon Alrae2-0/+110
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini3-0/+6
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster3-0/+3
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite4-4/+4
2016-02-03magnum: disable floppy DMA for nowHervé Poussineau1-1/+2
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau3-3/+3
2016-01-23mips: Clean up includesPeter Maydell9-0/+9
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster2-2/+2
2016-01-11gt64120: convert to realize()Cao jin1-4/+2
2015-12-04gt64xxx: fix decoding of ISD registerPaolo Bonzini1-1/+2
2015-10-30hw/mips_malta: Fix KVM PC initialisationJames Hogan1-1/+1
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-4/+4
2015-09-25mips: remove muldiv64()Laurent Vivier1-11/+8
2015-09-25mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite4-4/+4
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-4/+24
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost5-56/+33
2015-09-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-09-18' into...Peter Maydell5-6/+6
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster5-6/+6
2015-09-18target-mips: fix corner case in TLBWR causing QEMU to hangLeon Alrae1-2/+7
2015-09-18pic32: use LCG algorithm for generated random index of TLBWR instructionSerge Vakulenko1-3/+6
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-36/+3
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini3-36/+3