summaryrefslogtreecommitdiff
path: root/hw/mips/mips_malta.c
AgeCommit message (Expand)Author
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-07-28hw/mips_malta: Fix YAMON API print routinePaul Burton
2016-07-12hw/mips/cps: create GIC block inside CPSLeon Alrae
2016-05-19mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini
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
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau
2016-01-23mips: Clean up includesPeter Maydell
2015-10-30hw/mips_malta: Fix KVM PC initialisationJames Hogan
2015-09-25mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini
2015-06-26target-mips: add Unified Hosting Interface (UHI) supportLeon Alrae
2015-06-26hw/mips: Do not clear BEV for MIPS malta kernel loadMatthew Fortune
2015-06-11mips_malta: provide ememsize env variable to kernelsPaul Burton
2015-06-04hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek
2015-04-30target-mips: fix memory leakGonglei
2015-03-25mips: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller
2015-02-24parallel: Factor out common parallel_hds_isa_init()Markus Armbruster
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster
2014-10-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-10-14mips_malta: update malta's pseudo-bootloader - replace JR with JALRLeon Alrae
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-07-09mips_malta: Catch kernels linked at wrong addressJames Hogan
2014-07-09mips_malta: Remove incorrect KVM T&E referencesJames Hogan
2014-06-20Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell
2014-06-20hw/mips: malta: Don't boot from flash with KVM T&EJames Hogan
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov
2014-06-18hw/mips: malta: Add KVM supportJames Hogan
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2013-09-09mips_malta: support up to 2GiB RAMPaul Burton
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-14mips_malta: do not raise exceptions when accessing invalid memoryAurelien Jarno
2013-08-08mips: revert commit b332d24a8e1290954029814d09156b06ede358e2Aurelien Jarno