summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | pflash_cfi0x: remove unused base fieldPeter Crosthwaite2012-10-302-5/+1
| * | hw/versatile_i2c: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+4
| * | hw/arm_l2x0: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+4
| * | hw/arm_sysctl: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+6
| * | hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMPPeter Maydell2012-10-301-12/+19
| * | hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMPPeter Maydell2012-10-301-6/+13
| * | hw/arm_gic: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-4/+8
| * | hw/arm11mpcore: Use LOG_GUEST_ERROR rather than hw_error()Peter Maydell2012-10-301-2/+5
| * | hw/pl190: Use LOG_UNIMP rather than hw_error()Peter Maydell2012-10-301-1/+1
| * | hw/pl110: Use LOG_GUEST_ERROR rather than hw_error()Peter Maydell2012-10-301-2/+4
| * | hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMPPeter Maydell2012-10-301-4/+7
| * | hw/pl061: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+4
| * | hw/pl050: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+4
| * | hw/exynos4_boards: Don't prematurely explode QEMUMachineInitArgsPeter Maydell2012-10-301-21/+11
| * | hw/mainstone: Don't prematurely explode QEMUMachineInitArgsPeter Maydell2012-10-301-14/+7
| * | hw/nseries: Don't prematurely explode QEMUMachineInitArgsPeter Maydell2012-10-301-28/+11
| * | hw/omap_sx1: Don't prematurely explode QEMUMachineInitArgsPeter Maydell2012-10-301-27/+9
| * | hw/spitz: Don't prematurely explode QEMUMachineInitArgsPeter Maydell2012-10-301-35/+10
| * | hw/versatilepb: Don't prematurely explode QEMUMachineInitArgsPeter Maydell2012-10-301-33/+11
| * | hw/realview.c: Don't prematurely explode QEMUMachineInitArgsPeter Maydell2012-10-301-49/+19
| * | hw/vexpress.c: Don't prematurely explode QEMUMachineInitArgsPeter Maydell2012-10-301-29/+9
| * | hw/armv7m_nvic: Implement byte/halfword access for NVIC SCB_SHPRx registersAndre Beckus2012-10-301-30/+28
* | | target-mips: don't flush extra TLB on permissions upgradeAurelien Jarno2012-10-311-5/+23
* | | target-mips: fix TLBR wrt SEGMaskAurelien Jarno2012-10-311-0/+6
* | | target-mips: use deposit instead of hardcoded versionAurelien Jarno2012-10-311-28/+4
* | | target-mips: optimize ddiv/ddivu/div/divu with movcondAurelien Jarno2012-10-311-48/+37
* | | target-mips: implement movn/movz using movcondAurelien Jarno2012-10-311-15/+12
* | | target-mips: don't use local temps for store conditionalAurelien Jarno2012-10-311-5/+6
* | | target-mips: implement unaligned loads using TCGAurelien Jarno2012-10-313-159/+62
* | | target-mips: simplify load/store microMIPS helpersAurelien Jarno2012-10-311-64/+9
* | | target-mips: optimize load operationsAurelien Jarno2012-10-311-4/+12
* | | target-mips: cleanup load/store operationsAurelien Jarno2012-10-311-64/+35
* | | target-mips: restore CPU state after an FPU exceptionAurelien Jarno2012-10-311-90/+95
* | | target-mips: use softfloat constants when possibleAurelien Jarno2012-10-311-48/+44
* | | target-mips: cleanup float to int conversion helpersAurelien Jarno2012-10-311-39/+79
* | | target-mips: fix FPU exceptionsAurelien Jarno2012-10-311-13/+19
* | | target-mips: keep softfloat exception set to 0 between instructionsAurelien Jarno2012-10-311-63/+10
* | | target-mips: use the softfloat floatXX_muladd functionsAurelien Jarno2012-10-313-105/+64
* | | softfloat: implement fused multiply-add NaN propagation for MIPSAurelien Jarno2012-10-311-0/+27
* | | target-mips: do not save CPU state when using retranslationAurelien Jarno2012-10-311-20/+0
* | | target-mips: correctly restore btarget upon exceptionAurelien Jarno2012-10-311-0/+11
* | | tcg: don't remove op if output needs to be synced to memoryAurelien Jarno2012-10-311-4/+4
* | | target-alpha: Use TCG_CALL_NO_WGRichard Henderson2012-10-311-10/+10
* | | chardev: Use timer instead of bottom-half to postpone open eventJan Kiszka2012-10-313-12/+13
* | | target-mips: remove #if defined(TARGET_MIPS64) in opcode enumsAurelien Jarno2012-10-311-36/+0
* | | target-mips: Change TODO fileJia Liu2012-10-311-2/+1
* | | target-mips: Add ASE DSP testcasesJia Liu2012-10-31487-0/+19151
* | | target-mips: Add ASE DSP processorsJia Liu2012-10-311-0/+52
* | | target-mips: Add ASE DSP accumulator instructionsJia Liu2012-10-313-0/+995
* | | target-mips: Add ASE DSP compare-pick instructionsJia Liu2012-10-313-0/+635
OpenPOWER on IntegriCloud