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
2009-03-09
Implement TCG rotation ops for x86-64
aurel32
4
-4
/
+56
2009-03-09
target-mips: optimize mflo and mfhi
aurel32
1
-13
/
+12
2009-03-09
targe-ppc: optimize mfcr and mtcrf
aurel32
3
-30
/
+26
2009-03-09
fread_targphys(): Do not cut off the tail.
blueswir1
1
-1
/
+2
2009-03-09
configure sensitive to user locale
blueswir1
1
-1
/
+1
2009-03-09
target-ppc: free a tcg temp variable
aurel32
1
-0
/
+1
2009-03-09
target-ppc: add support for reading/writing spefscr
aurel32
1
-8
/
+23
2009-03-08
qemu-img: fix help message
aurel32
1
-2
/
+2
2009-03-08
qemu-img: accept sizes with decimal values
aurel32
1
-4
/
+5
2009-03-08
Call Perl directly instead of relying on shebang
blueswir1
1
-3
/
+3
2009-03-08
Multi-key completion for sendkey
blueswir1
1
-0
/
+3
2009-03-08
Fix windows build and clean up use of <windows.h>
aliguori
14
-13
/
+13
2009-03-08
Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)
blueswir1
1
-1
/
+1
2009-03-08
Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certain
aliguori
1
-1
/
+1
2009-03-08
Prune unused TCG_AREGs
blueswir1
7
-9
/
+0
2009-03-08
Prune unused AREGs
blueswir1
2
-79
/
+0
2009-03-08
Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)
blueswir1
10
-261
/
+112
2009-03-08
Add new entries to firmware configuration device
blueswir1
1
-0
/
+6
2009-03-08
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
11
-21
/
+22
2009-03-08
target-mips: remove dead code
aurel32
1
-34
/
+0
2009-03-08
target-mips: rename helpers from do_ to helper_
aurel32
6
-293
/
+277
2009-03-07
do not pretend to support low voltage operation
aurel32
1
-1
/
+1
2009-03-07
Fix correct reset value for ARM CP15 c1 auxiliary control register
aurel32
1
-1
/
+1
2009-03-07
Work around QEMU GDB stub suboptimality
aurel32
2
-0
/
+18
2009-03-07
Fix off-by-one errors for Altivec and SPE registers
aurel32
1
-8
/
+8
2009-03-07
Use C99 initializers for BlockDriver methods
aurel32
13
-151
/
+130
2009-03-07
clean build: Fix remaining m68k warnings
aurel32
3
-8
/
+3
2009-03-07
clean build: Fix arm build warnings
aurel32
4
-64
/
+2
2009-03-07
arm: Fix gic_irq_state.level bitfield type
aurel32
1
-1
/
+1
2009-03-07
target-ppc: move the CD-ROM drive to the second IDE
aurel32
1
-4
/
+0
2009-03-07
ppc_oldworld: swap the MACIO and CMD646 IDE controllers
aurel32
1
-9
/
+8
2009-03-07
Use a dedicated function to request exit from execution loop
aurel32
9
-38
/
+47
2009-03-07
Fix texinfo syntax errors.
aurel32
1
-3
/
+3
2009-03-07
Disable BAT for 970
blueswir1
1
-3
/
+3
2009-03-07
Fix mfcr on ppc64-softmmu
aurel32
1
-2
/
+2
2009-03-07
Keep SLB in-CPU
blueswir1
3
-64
/
+77
2009-03-07
Clear CPU_INTERRUPT_EXIT on VM load
aurel32
1
-0
/
+1
2009-03-07
Fix NX bit
blueswir1
1
-1
/
+1
2009-03-07
Fix RFI(d)
blueswir1
1
-3
/
+3
2009-03-07
Implement mtfsf.L encoding
blueswir1
1
-2
/
+6
2009-03-07
Enable 64bit mode on interrupts
blueswir1
1
-1
/
+5
2009-03-07
Nop some SPRs on 970fx
blueswir1
1
-0
/
+12
2009-03-07
Activate uninorth AGP bridge
blueswir1
1
-20
/
+8
2009-03-07
Implment tlbiel
blueswir1
1
-0
/
+14
2009-03-07
Implement large pages
blueswir1
2
-30
/
+49
2009-03-07
Implement slbmte
blueswir1
4
-20
/
+74
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
11
-17
/
+52
2009-03-07
Fix BSD user: there is no NPTL
blueswir1
2
-0
/
+39
2009-03-07
Update i386-dis.c from commits before GPLv3 switch
blueswir1
1
-1545
/
+3261
2009-03-07
Update i386-dis.c from binutils 2.17
blueswir1
1
-561
/
+1286
[prev]
[next]