summaryrefslogtreecommitdiff
path: root/hw/mips/mips_malta.c
AgeCommit message (Expand)AuthorFilesLines
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-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+1
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau1-1/+1
2016-01-23mips: Clean up includesPeter Maydell1-0/+1
2015-10-30hw/mips_malta: Fix KVM PC initialisationJames Hogan1-1/+1
2015-09-25mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-13/+9
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini1-12/+1
2015-06-26target-mips: add Unified Hosting Interface (UHI) supportLeon Alrae1-1/+8
2015-06-26hw/mips: Do not clear BEV for MIPS malta kernel loadMatthew Fortune1-1/+1
2015-06-11mips_malta: provide ememsize env variable to kernelsPaul Burton1-6/+9
2015-06-04hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek1-1/+1
2015-04-30target-mips: fix memory leakGonglei1-0/+1
2015-03-25mips: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller1-3/+2
2015-02-24parallel: Factor out common parallel_hds_isa_init()Markus Armbruster1-2/+2
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster1-2/+1
2014-10-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-3/+5
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-3/+3
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+3
2014-10-14mips_malta: update malta's pseudo-bootloader - replace JR with JALRLeon Alrae1-5/+5
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+4
2014-07-09mips_malta: Catch kernels linked at wrong addressJames Hogan1-0/+14
2014-07-09mips_malta: Remove incorrect KVM T&E referencesJames Hogan1-3/+3
2014-06-20Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell1-20/+59
2014-06-20hw/mips: malta: Don't boot from flash with KVM T&EJames Hogan1-0/+6
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov1-1/+1
2014-06-18hw/mips: malta: Add KVM supportJames Hogan1-20/+53
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini1-88/+88
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-6/+6
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-1/+1
2013-09-09mips_malta: support up to 2GiB RAMPaul Burton1-8/+28
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-08-14mips_malta: do not raise exceptions when accessing invalid memoryAurelien Jarno1-0/+6
2013-08-08mips: revert commit b332d24a8e1290954029814d09156b06ede358e2Aurelien Jarno1-3/+4
2013-07-30mips_malta: Silence BIOS loading warning for qtestAndreas Färber1-1/+3
2013-07-29mips_malta: fix copy of the 0x1fc00000 regionAurelien Jarno1-2/+2
2013-07-29hw/mips: align initrd to 64KB to avoid kernel errorJames Hogan1-1/+1
2013-07-28mips_malta: generate SMBUS EEPROM dataPaul Burton1-46/+87
2013-07-28mips_malta: cap BIOS endian swap length at 0x3e0000 bytesPaul Burton1-1/+1
2013-07-28mips_malta: generate SPD EEPROM data at runtimePaul Burton1-3/+57
2013-07-28mips_malta: correct reading MIPS revision at 0x1fc00010Paul Burton1-8/+17
2013-07-28mips_malta: fix BIOS endianness swappingPaul Burton1-2/+5
2013-07-28mips_malta: QOM cast cleanupAndreas Färber1-4/+8
2013-07-25mips: degrade BIOS error to warningPaolo Bonzini1-2/+1