index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
pflash_cfi0x: remove unused base field
Peter Crosthwaite
2012-10-30
2
-5
/
+1
|
*
|
hw/versatile_i2c: Use LOG_GUEST_ERROR
Peter Maydell
2012-10-30
1
-2
/
+4
|
*
|
hw/arm_l2x0: Use LOG_GUEST_ERROR
Peter Maydell
2012-10-30
1
-2
/
+4
|
*
|
hw/arm_sysctl: Use LOG_GUEST_ERROR
Peter Maydell
2012-10-30
1
-2
/
+6
|
*
|
hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMP
Peter Maydell
2012-10-30
1
-12
/
+19
|
*
|
hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMP
Peter Maydell
2012-10-30
1
-6
/
+13
|
*
|
hw/arm_gic: Use LOG_GUEST_ERROR
Peter Maydell
2012-10-30
1
-4
/
+8
|
*
|
hw/arm11mpcore: Use LOG_GUEST_ERROR rather than hw_error()
Peter Maydell
2012-10-30
1
-2
/
+5
|
*
|
hw/pl190: Use LOG_UNIMP rather than hw_error()
Peter Maydell
2012-10-30
1
-1
/
+1
|
*
|
hw/pl110: Use LOG_GUEST_ERROR rather than hw_error()
Peter Maydell
2012-10-30
1
-2
/
+4
|
*
|
hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP
Peter Maydell
2012-10-30
1
-4
/
+7
|
*
|
hw/pl061: Use LOG_GUEST_ERROR
Peter Maydell
2012-10-30
1
-2
/
+4
|
*
|
hw/pl050: Use LOG_GUEST_ERROR
Peter Maydell
2012-10-30
1
-2
/
+4
|
*
|
hw/exynos4_boards: Don't prematurely explode QEMUMachineInitArgs
Peter Maydell
2012-10-30
1
-21
/
+11
|
*
|
hw/mainstone: Don't prematurely explode QEMUMachineInitArgs
Peter Maydell
2012-10-30
1
-14
/
+7
|
*
|
hw/nseries: Don't prematurely explode QEMUMachineInitArgs
Peter Maydell
2012-10-30
1
-28
/
+11
|
*
|
hw/omap_sx1: Don't prematurely explode QEMUMachineInitArgs
Peter Maydell
2012-10-30
1
-27
/
+9
|
*
|
hw/spitz: Don't prematurely explode QEMUMachineInitArgs
Peter Maydell
2012-10-30
1
-35
/
+10
|
*
|
hw/versatilepb: Don't prematurely explode QEMUMachineInitArgs
Peter Maydell
2012-10-30
1
-33
/
+11
|
*
|
hw/realview.c: Don't prematurely explode QEMUMachineInitArgs
Peter Maydell
2012-10-30
1
-49
/
+19
|
*
|
hw/vexpress.c: Don't prematurely explode QEMUMachineInitArgs
Peter Maydell
2012-10-30
1
-29
/
+9
|
*
|
hw/armv7m_nvic: Implement byte/halfword access for NVIC SCB_SHPRx registers
Andre Beckus
2012-10-30
1
-30
/
+28
*
|
|
target-mips: don't flush extra TLB on permissions upgrade
Aurelien Jarno
2012-10-31
1
-5
/
+23
*
|
|
target-mips: fix TLBR wrt SEGMask
Aurelien Jarno
2012-10-31
1
-0
/
+6
*
|
|
target-mips: use deposit instead of hardcoded version
Aurelien Jarno
2012-10-31
1
-28
/
+4
*
|
|
target-mips: optimize ddiv/ddivu/div/divu with movcond
Aurelien Jarno
2012-10-31
1
-48
/
+37
*
|
|
target-mips: implement movn/movz using movcond
Aurelien Jarno
2012-10-31
1
-15
/
+12
*
|
|
target-mips: don't use local temps for store conditional
Aurelien Jarno
2012-10-31
1
-5
/
+6
*
|
|
target-mips: implement unaligned loads using TCG
Aurelien Jarno
2012-10-31
3
-159
/
+62
*
|
|
target-mips: simplify load/store microMIPS helpers
Aurelien Jarno
2012-10-31
1
-64
/
+9
*
|
|
target-mips: optimize load operations
Aurelien Jarno
2012-10-31
1
-4
/
+12
*
|
|
target-mips: cleanup load/store operations
Aurelien Jarno
2012-10-31
1
-64
/
+35
*
|
|
target-mips: restore CPU state after an FPU exception
Aurelien Jarno
2012-10-31
1
-90
/
+95
*
|
|
target-mips: use softfloat constants when possible
Aurelien Jarno
2012-10-31
1
-48
/
+44
*
|
|
target-mips: cleanup float to int conversion helpers
Aurelien Jarno
2012-10-31
1
-39
/
+79
*
|
|
target-mips: fix FPU exceptions
Aurelien Jarno
2012-10-31
1
-13
/
+19
*
|
|
target-mips: keep softfloat exception set to 0 between instructions
Aurelien Jarno
2012-10-31
1
-63
/
+10
*
|
|
target-mips: use the softfloat floatXX_muladd functions
Aurelien Jarno
2012-10-31
3
-105
/
+64
*
|
|
softfloat: implement fused multiply-add NaN propagation for MIPS
Aurelien Jarno
2012-10-31
1
-0
/
+27
*
|
|
target-mips: do not save CPU state when using retranslation
Aurelien Jarno
2012-10-31
1
-20
/
+0
*
|
|
target-mips: correctly restore btarget upon exception
Aurelien Jarno
2012-10-31
1
-0
/
+11
*
|
|
tcg: don't remove op if output needs to be synced to memory
Aurelien Jarno
2012-10-31
1
-4
/
+4
*
|
|
target-alpha: Use TCG_CALL_NO_WG
Richard Henderson
2012-10-31
1
-10
/
+10
*
|
|
chardev: Use timer instead of bottom-half to postpone open event
Jan Kiszka
2012-10-31
3
-12
/
+13
*
|
|
target-mips: remove #if defined(TARGET_MIPS64) in opcode enums
Aurelien Jarno
2012-10-31
1
-36
/
+0
*
|
|
target-mips: Change TODO file
Jia Liu
2012-10-31
1
-2
/
+1
*
|
|
target-mips: Add ASE DSP testcases
Jia Liu
2012-10-31
487
-0
/
+19151
*
|
|
target-mips: Add ASE DSP processors
Jia Liu
2012-10-31
1
-0
/
+52
*
|
|
target-mips: Add ASE DSP accumulator instructions
Jia Liu
2012-10-31
3
-0
/
+995
*
|
|
target-mips: Add ASE DSP compare-pick instructions
Jia Liu
2012-10-31
3
-0
/
+635
[prev]
[next]