summaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)AuthorFilesLines
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
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-11net/dp8393x: add PROM to store MAC addressHervé Poussineau1-0/+1
2015-06-11net/dp8393x: QOM'ifyHervé Poussineau1-2/+10
2015-06-11dma/rc4030: convert to QOMHervé Poussineau1-14/+23
2015-06-11dma/rc4030: use AddressSpace and address_space_rw in usersHervé Poussineau1-3/+3
2015-06-11mips jazz: compile only in 64 bitHervé Poussineau2-6/+2
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 leakGonglei3-0/+3
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell1-2/+4
2015-03-25mips: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller5-13/+8
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell3-19/+6
2015-02-24parallel: Factor out common parallel_hds_isa_init()Markus Armbruster2-6/+3
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster3-13/+3
2015-02-13gt64xxx: remove isa_mem_base usageHervé Poussineau1-27/+68
2015-02-13mips: remove isa_mem_base usageHervé Poussineau1-9/+10
2015-02-13jazz: remove usage of isa_mem_baseHervé Poussineau1-11/+14
2015-02-13jazz: do not explode QEMUMachineInitArgs structureHervé Poussineau1-13/+8
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau2-2/+2
2014-11-17mips_mipssim: fix use-after-free for filenameGonglei1-1/+1
2014-10-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-8/+10
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster4-7/+6
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2-3/+6
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 Snow3-3/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao5-11/+19
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini1-1/+1
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-20gt64xxx_pci: Add VMStateDescriptionSanjay Lal1-0/+23
2014-06-20Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell4-25/+90
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-18hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctlsSanjay Lal1-0/+11