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-02-10
Simplify TCG relocation bugfix.
pbrook
5
-17
/
+12
2008-02-10
Add serial loopback mode (patch from Hervé Poussineau).
balrog
1
-8
/
+39
2008-02-10
Enhance PC kbd debugging (patch from Hervé Poussineau)
balrog
1
-6
/
+9
2008-02-10
Fix parallel port software emulation (Hervé Poussineau).
balrog
2
-1
/
+3
2008-02-10
Don't error out on zero-length chunks in writev, as to mimic Linux (Kirill A....
balrog
1
-1
/
+1
2008-02-10
Remove unused boolean_t, should fix building for Solaris.
balrog
2
-2
/
+1
2008-02-10
Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for
pbrook
3
-21
/
+24
2008-02-04
lock_iovec() fix
bellard
1
-5
/
+12
2008-02-04
win32: suppress alloca() warning
bellard
1
-0
/
+3
2008-02-04
win32 fix
bellard
1
-11
/
+31
2008-02-04
Update texi2pod.pl.
ths
1
-23
/
+73
2008-02-04
fixed sign extensions - added explicit side effect op flag - added discard in...
bellard
5
-71
/
+124
2008-02-03
compare fix
bellard
2
-5
/
+5
2008-02-03
Add TCG variable opaque type.
pbrook
4
-364
/
+488
2008-02-03
Robustify source directory check.
pbrook
1
-5
/
+1
2008-02-03
Fix opparam_buf size estimate.
pbrook
1
-1
/
+3
2008-02-03
Use ARCH_CFLAGS in configure tests.
pbrook
1
-6
/
+7
2008-02-03
Fix VMware VGA init call (Anthony Liguori).
balrog
1
-2
/
+2
2008-02-03
Fix building under paths with symlinks (patch from Richard Purdie).
balrog
1
-6
/
+8
2008-02-03
Implement more INQUIRY command replies for scsi disk (Igor Kovalenko).
balrog
1
-4
/
+125
2008-02-03
Do not set RTC frequency if already set (Aurelien Jarno).
balrog
1
-1
/
+4
2008-02-03
Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeL...
balrog
1
-8
/
+1
2008-02-03
NMI and INTR events injection should not be handled as software interrupts (B...
balrog
1
-2
/
+2
2008-02-03
Add VNC reverse connections, by Eddie Kohler.
balrog
2
-21
/
+54
2008-02-03
Make SVM env->cr[8] a valid register (patch from TeLeMan).
balrog
2
-2
/
+6
2008-02-03
E1000 NIC emulation (Nir Peleg, patch from Dor Laor).
balrog
6
-2
/
+1872
2008-02-01
Add missing dependencies on generated files (for parallel build).
pbrook
1
-3
/
+9
2008-02-01
reverted -translation option support
bellard
4
-111
/
+3
2008-02-01
Move AUX1 and AUX2 to correct locations
blueswir1
3
-6
/
+6
2008-02-01
typos
bellard
1
-4
/
+4
2008-02-01
use the TCG code generator
bellard
35
-2353
/
+1087
2008-02-01
TCG code generator
bellard
13
-0
/
+7026
2008-02-01
update
bellard
1
-0
/
+5
2008-02-01
typo
bellard
1
-1
/
+1
2008-01-31
suppressed warnings
bellard
1
-2
/
+2
2008-01-31
compilation fix
bellard
1
-2
/
+2
2008-01-31
compilation fixes - added bswap - comments
bellard
1
-41
/
+60
2008-01-31
Makefile cleanup - more generic support of 32 bit compilation on x86_64
bellard
3
-315
/
+307
2008-01-31
removed unused file
bellard
1
-140
/
+0
2008-01-31
use simpler REGPARM convention - make CPUTLBEntry size a power of two
bellard
4
-17
/
+28
2008-01-27
Rearrange slavio_misc code to prepare for different addresses
blueswir1
3
-80
/
+175
2008-01-26
Fix user timer mode change (Robert Reif)
blueswir1
1
-20
/
+33
2008-01-25
Add TurboSPARC mask ID register (Robert Reif)
blueswir1
1
-1
/
+11
2008-01-25
User timer limit fixes (Robert Reif)
blueswir1
1
-11
/
+26
2008-01-23
Add option to disable TB cache, by Herve Poussineau.
ths
4
-2
/
+110
2008-01-22
Core Graphics support (cocoa.m rewrite), by Mike Kronenberg.
ths
1
-589
/
+650
2008-01-21
fixed register constraint
bellard
1
-2
/
+4
2008-01-19
Change the usb-serial product ID to a more widely recognised value (Samuel Th...
balrog
3
-3
/
+30
2008-01-17
Documentation piece explaining "usb_add serial" by Samuel Thibault.
balrog
1
-8
/
+22
2008-01-17
Miscellaneous fixes after recent audio additions (malc).
balrog
2
-2
/
+5
[next]