summaryrefslogtreecommitdiffstats
path: root/hw/mips/mips_malta.c
Commit message (Expand)AuthorAgeFilesLines
...
* hw/mips/malta: Code movementPhilippe Mathieu-Daudé2018-03-121-7/+7
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-1/+2
* hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-121-1/+2
* hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2018-03-121-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-9/+7Star
* hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov2017-10-271-18/+15Star
* mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov2017-10-271-2/+1Star
* mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov2017-09-211-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-201-4/+0Star
|\
| * cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* | General warn report fixupsAlistair Francis2017-09-191-2/+2
* | Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-2/+2
|/
* mips: Add KVM T&E segment support for TCGJames Hogan2017-08-021-10/+7Star
* 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-281-6/+8
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* mips/malta: load the initrd at the end of the low memoryAurelien Jarno2017-07-111-2/+3
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-211-0/+1
* 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-241-1/+1
* hw/mips_malta: Fix YAMON API print routinePaul Burton2016-07-281-1/+1
* hw/mips/cps: create GIC block inside CPSLeon Alrae2016-07-121-3/+1Star
* mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini2016-05-191-3/+2Star
* 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: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+1
* i8257: pass ISA bus to DMA_init() functionHervé Poussineau2016-02-031-1/+1
* mips: Clean up includesPeter Maydell2016-01-231-0/+1
* hw/mips_malta: Fix KVM PC initialisationJames Hogan2015-10-301-1/+1
* mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-13/+9Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* i8257: remove cpu_request_exit irqPaolo Bonzini2015-09-091-12/+1Star
* target-mips: add Unified Hosting Interface (UHI) supportLeon Alrae2015-06-261-1/+8
* hw/mips: Do not clear BEV for MIPS malta kernel loadMatthew Fortune2015-06-261-1/+1