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-10
Convert rest of ops using float32 to TCG, remove FT0 and FT1
blueswir1
5
-64
/
+39
2008-09-10
Partially convert float128 conversion ops to TCG
blueswir1
3
-20
/
+19
2008-09-10
Convert basic 64 bit VIS ops to TCG
blueswir1
4
-102
/
+65
2008-09-10
Convert basic 32 bit VIS ops to TCG
blueswir1
3
-164
/
+48
2008-09-10
Convert basic float32 ops to TCG
blueswir1
3
-190
/
+329
2008-09-10
Add missing files from previous commit.
aliguori
2
-0
/
+160
2008-09-10
Use signalfd() to work around signal/select race
aliguori
7
-110
/
+55
2008-09-10
qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)
aliguori
3
-3
/
+3
2008-09-09
Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCG
blueswir1
5
-31
/
+43
2008-09-09
Add missing "static"
blueswir1
1
-1
/
+1
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
[prev]
[next]