index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-09
Add gitignore file
aliguori
1
-0
/
+33
2008-09-09
Fix up pxe boot (Glauber Costa)
aliguori
1
-2
/
+6
2008-09-07
alpha: only print debug information to the log file
aurel32
2
-6
/
+4
2008-09-07
TCG: Use x86-64 zero extension instructions.
pbrook
1
-0
/
+15
2008-09-07
Implement TCG sign extension ops for x86-64.
pbrook
2
-0
/
+27
2008-09-07
Fix libvdeplug link test.
pbrook
1
-2
/
+7
2008-09-06
Fix a typo in fpsub32
blueswir1
1
-1
/
+1
2008-09-06
Convert most env fields to TCG registers
blueswir1
1
-95
/
+91
2008-09-06
Silence gcc warning about constant overflow
blueswir1
2
-3
/
+11
2008-09-06
Enable gcc flag -Wundef
blueswir1
2
-2
/
+2
2008-09-06
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
14
-64
/
+67
2008-09-06
Some little fixes on QEMU
aurel32
3
-8
/
+6
2008-09-05
fix alpha cmovxx instruction
aurel32
1
-5
/
+5
2008-09-05
CRIS: Mask off the cache selection bit after MMU translations.
edgar_igl
2
-18
/
+13
2008-09-05
Revert "TCG: enable debug"
aurel32
1
-1
/
+1
2008-09-05
ppc: Convert op_subf to TCG
aurel32
2
-13
/
+10
2008-09-05
ppc: Convert op_add, op_addi to TCG
aurel32
2
-28
/
+19
2008-09-05
TCG: enable debug
aurel32
1
-1
/
+1
2008-09-05
TCG fixes for target-cris
aurel32
1
-2
/
+2
2008-09-05
TCG fixes for target-mips
aurel32
1
-26
/
+27
2008-09-05
Fix swapped mvz/mvs instructions.
pbrook
1
-1
/
+1
2008-09-04
ppc: replace op_set_FT0 with tcg_gen_movi_i64
aurel32
2
-11
/
+1
2008-09-04
alpha: add target-alpha/helper.h (missing from commit r5150)
aurel32
1
-0
/
+10
2008-09-04
ppc: Convert nip moves to TCG
aurel32
2
-38
/
+12
2008-09-04
ppc: remove unused code
aurel32
1
-28
/
+0
2008-09-04
ppc: Convert CRF moves to TCG
aurel32
4
-121
/
+34
2008-09-04
ppc: fix fpr TCG registers creation
aurel32
1
-0
/
+2
2008-09-04
ppc: Convert FPR moves to TCG
aurel32
3
-182
/
+65
2008-09-04
ppc: Convert Altivec register moves to TCG
aurel32
2
-53
/
+38
2008-09-04
ppc: cleanup register types
aurel32
4
-21
/
+21
2008-09-04
ppc: Convert GPR moves to TCG
aurel32
3
-454
/
+390
2008-09-04
alpha: convert a few more instructions to TCG
aurel32
2
-90
/
+28
2008-09-04
alpha: directly access ir registers
aurel32
2
-326
/
+145
2008-09-04
convert of few alpha insn to TCG
aurel32
2
-57
/
+62
2008-09-04
hw/pcnet: use qemu_socket.h
aurel32
1
-6
/
+1
2008-09-03
Implement no-fault loads
blueswir1
1
-8
/
+36
2008-09-03
ETRAX-FS: Add support for DMA channel resets, needed for recent linux kernels.
edgar_igl
1
-2
/
+21
2008-09-03
CRIS: Avoid a few unecessary steps in the mmu.
edgar_igl
1
-12
/
+8
2008-09-03
CRIS: Remove redundant code.
edgar_igl
1
-2
/
+0
2008-09-02
Delete unused variable.
ths
1
-1
/
+0
2008-09-02
[ppc] Convert op_moven_T2_T0 to TCG
aurel32
2
-13
/
+6
2008-09-02
[ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG
aurel32
2
-59
/
+17
2008-09-02
SH4: R2D-PLUS FPGA: simply unassigned memory triggering
aurel32
1
-16
/
+2
2008-09-02
hw/pcnet.c: windows compile fix
aurel32
1
-0
/
+4
2008-09-02
Build fix for gcc-3.3.
ths
1
-0
/
+4
2008-09-02
Fix sign extension problems with smul and umul (Vince Weaver)
blueswir1
1
-4
/
+4
2008-09-02
[ppc] Convert op_move_{T1,T2}_T0 to TCG
aurel32
2
-31
/
+19
2008-09-02
[ppc] Convert gen_set_{T0,T1} to TCG
aurel32
1
-29
/
+9
2008-09-02
pcnet: add loopback mode emulation
aurel32
1
-30
/
+59
2008-09-02
sh4: Add R2D-PLUS FPGA support.
aurel32
1
-0
/
+111
[next]