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
*
MAINTAINERS: Added maintainerships for SSI
Peter A. G. Crosthwaite
2012-10-10
1
-0
/
+8
*
xilinx_zynq: Added SPI controllers + flashes
Peter A. G. Crosthwaite
2012-10-10
1
-0
/
+34
*
xilinx_spips: Xilinx Zynq SPI cntrlr device model
Peter A. G. Crosthwaite
2012-10-10
2
-0
/
+353
*
petalogix-ml605: added SPI controller with n25q128
Peter A. G. Crosthwaite
2012-10-10
1
-0
/
+27
*
xilinx_spi: Initial impl. of Xilinx SPI controller
Peter A. G. Crosthwaite
2012-10-10
2
-0
/
+384
*
m25p80: Initial implementation of SPI flash device
Peter A. G. Crosthwaite
2012-10-10
5
-0
/
+604
*
hw: Added generic FIFO API.
Peter A. G. Crosthwaite
2012-10-10
3
-0
/
+178
*
stellaris: Removed SSI mux
Peter A. G. Crosthwaite
2012-10-10
3
-78
/
+18
*
qdev: allow multiple qdev_init_gpio_in() calls
Peter A. G. Crosthwaite
2012-10-10
3
-11
/
+33
*
ssi: Added create_slave_no_init()
Peter A. G. Crosthwaite
2012-10-10
2
-2
/
+8
*
ssi: Implemented CS behaviour
Peter A. G. Crosthwaite
2012-10-10
9
-16
/
+118
*
ssi: Support for multiple attached devices
Peter A. G. Crosthwaite
2012-10-10
1
-15
/
+9
*
Merge branch 'master' of git.qemu.org:/pub/git/qemu
Blue Swirl
2012-10-07
1
-1
/
+1
|
\
|
*
qemu-barrier: Fix compilation on i386 hosts
Aurelien Jarno
2012-10-07
1
-1
/
+1
*
|
target-sparc: Optimize conditionals using SUBCC
Richard Henderson
2012-10-07
1
-61
/
+131
*
|
target-sparc: Fall through from not-taken trap
Richard Henderson
2012-10-07
1
-5
/
+7
*
|
target-sparc: Cleanup "global" temporary allocation
Richard Henderson
2012-10-07
1
-19
/
+19
*
|
target-sparc: Use movcond for FMOV*R
Richard Henderson
2012-10-07
1
-30
/
+16
*
|
target-sparc: Use movcond in mulscc
Richard Henderson
2012-10-07
1
-6
/
+5
*
|
target-sparc: Move taddcctv and tsubcctv out of line
Richard Henderson
2012-10-07
3
-102
/
+66
*
|
target-sparc: Tidy Tcc
Richard Henderson
2012-10-07
1
-38
/
+53
*
|
target-sparc: Move sdivx and udivx out of line
Richard Henderson
2012-10-07
5
-52
/
+37
*
|
target-sparc: Use movcond in gen_generic_branch
Richard Henderson
2012-10-07
1
-11
/
+7
*
|
target-sparc: Use DisasCompare and movcond in MOVR
Richard Henderson
2012-10-07
1
-17
/
+14
*
|
target-sparc: Use DisasCompare and movcond in MOVCC
Richard Henderson
2012-10-07
1
-24
/
+20
*
|
target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCC
Richard Henderson
2012-10-07
1
-117
/
+86
*
|
target-sparc: Use DisasCompare in Tcc
Richard Henderson
2012-10-07
1
-9
/
+11
*
|
target-sparc: Introduce DisasCompare and functions to generate it
Richard Henderson
2012-10-07
1
-9
/
+83
*
|
target-sparc: Tidy gen_generic_branch interface
Richard Henderson
2012-10-07
1
-8
/
+7
*
|
target-sparc: Tidy save_npc interface
Richard Henderson
2012-10-07
1
-4
/
+4
*
|
target-sparc: Tidy gen_mov_pc_npc interface
Richard Henderson
2012-10-07
1
-6
/
+6
*
|
target-sparc: Tidy save_state interface
Richard Henderson
2012-10-07
1
-49
/
+49
*
|
target-sparc: Tidy gen_trap_ifnofpu interface
Richard Henderson
2012-10-07
1
-18
/
+28
*
|
target-sparc: Tidy flush_cond interface
Richard Henderson
2012-10-07
1
-5
/
+5
*
|
target-sparc: Tidy do_branch interfaces
Richard Henderson
2012-10-07
1
-20
/
+18
*
|
target-sparc: Make CPU_LOG_INT useful by default
Richard Henderson
2012-10-07
2
-11
/
+4
*
|
target-sparc: Tidy cpu_dump_state
Richard Henderson
2012-10-07
1
-4
/
+3
*
|
tcg: Remove redundant pointer from TCGContext
Stefan Weil
2012-10-07
2
-3
/
+1
|
/
*
Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...
Aurelien Jarno
2012-10-06
14
-238
/
+183
|
\
|
*
target-arm: Drop unused DECODE_CPREG_CRN macro
Peter Maydell
2012-10-05
1
-2
/
+0
|
*
target-arm: use deposit instead of hardcoded version
Aurelien Jarno
2012-10-05
1
-14
/
+6
|
*
target-arm: mark a few integer helpers const and pure
Aurelien Jarno
2012-10-05
1
-9
/
+10
|
*
target-arm: convert sar, shl and shr helpers to TCG
Aurelien Jarno
2012-10-05
3
-33
/
+43
|
*
target-arm: convert add_cc and sub_cc helpers to TCG
Aurelien Jarno
2012-10-05
3
-40
/
+48
|
*
target-arm: use globals for CC flags
Aurelien Jarno
2012-10-05
1
-81
/
+46
|
*
target-arm: Reinstate display of VFP registers in cpu_dump_state
Peter Maydell
2012-10-05
1
-26
/
+16
|
*
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
2012-10-05
10
-34
/
+15
*
|
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
2012-10-06
54
-111
/
+56
|
\
\
|
*
|
versatilepb: Use symbolic indices for ARM PIC
Stefan Weil
2012-10-05
1
-1
/
+2
|
*
|
qdev: kill bogus comment
Eduardo Habkost
2012-10-05
1
-1
/
+0
[next]