summaryrefslogtreecommitdiffstats
path: root/hw/mips/mips_malta.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mips_malta: provide ememsize env variable to kernelsPaul Burton2015-06-111-6/+9
* hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek2015-06-041-1/+1
* target-mips: fix memory leakGonglei2015-04-301-0/+1
* mips: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller2015-03-251-3/+2Star
* parallel: Factor out common parallel_hds_isa_init()Markus Armbruster2015-02-241-2/+2
* serial: Factor out common serial_hds_isa_init()Markus Armbruster2015-02-241-2/+1Star
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-10-221-3/+5
|\
| * hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-3/+3
| * block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-1/+3
* | mips_malta: update malta's pseudo-bootloader - replace JR with JALRLeon Alrae2014-10-141-5/+5
|/
* ide: Update ide_drive_get to be HBA agnosticJohn Snow2014-10-031-1/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+4
* mips_malta: Catch kernels linked at wrong addressJames Hogan2014-07-091-0/+14
* mips_malta: Remove incorrect KVM T&E referencesJames Hogan2014-07-091-3/+3
* Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-06-201-20/+59
|\
| * hw/mips: malta: Don't boot from flash with KVM T&EJames Hogan2014-06-201-0/+6
| * hw/mips: malta: Add KVM supportJames Hogan2014-06-181-20/+53
* | pc: add acpi-device link to PCMachineStateIgor Mammedov2014-06-191-1/+1
|/
* hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini2014-06-051-88/+88