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
2011-04-27
qemu-timer: Avoid type casts
Stefan Weil
1
-20
/
+22
2011-04-27
qemu-timer: Remove unneeded include statement (w32)
Stefan Weil
1
-1
/
+0
2011-04-27
qemu-timer: Add and use new function qemu_timer_expired_ns
Stefan Weil
1
-7
/
+10
2011-04-26
configure: reenable opengl by default
Michael Walle
1
-1
/
+1
2011-04-26
configure: support target dependent linking
Michael Walle
1
-3
/
+10
2011-04-26
Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu
Aurelien Jarno
6
-31
/
+315
2011-04-26
configure: Make epoll_create1 test work around SPARC glibc bug
Peter Maydell
1
-1
/
+9
2011-04-26
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
6
-38
/
+43
2011-04-26
vl: trivial spelling fix
Brad Hards
1
-1
/
+1
2011-04-26
trace: [trace-events] fix print formats in some events
Lluís
1
-2
/
+2
2011-04-26
trace: [ust] fix generation of 'trace.c' on events without args
Lluís
1
-3
/
+4
2011-04-26
docs/tracing.txt: minor documentation fixes
Lluís
1
-9
/
+9
2011-04-26
docs: Trace events must not expect pointer dereferencing
Stefan Hajnoczi
1
-0
/
+5
2011-04-26
trace: Remove %s in grlib trace events
Stefan Hajnoczi
4
-23
/
+22
2011-04-26
tracetool: allow ) in trace output string
Paolo Bonzini
1
-1
/
+1
2011-04-26
linux-user: untie syscalls from UID16
Riku Voipio
3
-17
/
+43
2011-04-26
linux-user: add s390x to llseek list
Alexander Graf
1
-1
/
+2
2011-04-26
linux-user: add ioctl(SIOCGIWNAME, ...) support.
Laurent Vivier
3
-1
/
+5
2011-04-26
linux-user: convert ioctl(SIOCGIFCONF, ...) result.
Laurent Vivier
2
-2
/
+97
2011-04-26
linux-user: improve traces
Laurent Vivier
2
-6
/
+167
2011-04-26
[v2] linux-user: bigger default stack
Riku Voipio
1
-5
/
+2
2011-04-25
doc: fix slirp description
Brad Hards
1
-2
/
+2
2011-04-25
rtl8139: add format attribute to DPRINTF
Benjamin Poirier
1
-3
/
+6
2011-04-25
rtl8139: use variadic macro for debug statements
Benjamin Poirier
1
-203
/
+232
2011-04-25
rtl8139: use TARGET_FMT_plx in debug messages
Benjamin Poirier
1
-6
/
+9
2011-04-25
linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PC
Peter Maydell
3
-6
/
+6
2011-04-25
target-arm: Handle UNDEF cases for Neon VLD/VST multiple-structures
Peter Maydell
1
-0
/
+15
2011-04-25
target-arm: Handle UNDEFs for Neon single element load/stores
Peter Maydell
1
-0
/
+34
2011-04-25
Merge remote-tracking branch 'awilliam/ipxe' into staging
Anthony Liguori
24
-25
/
+126
2011-04-25
target-i386: switch to softfloat
Aurelien Jarno
1
-8
/
+1
2011-04-25
target-i386: fix constants wrt softfloat
Aurelien Jarno
2
-7
/
+25
2011-04-25
target-i386: fix helper_fprem() and helper_fprem1() wrt softfloat
Aurelien Jarno
1
-20
/
+28
2011-04-25
target-i386: fix logarithmic and trigonometric helpers wrt softfloat
Aurelien Jarno
1
-26
/
+26
2011-04-25
target-i386: add CPU86_LDouble <-> double conversion functions
Aurelien Jarno
1
-0
/
+22
2011-04-25
target-i386: replace approx_rsqrt and approx_rcp by softfloat ops
Aurelien Jarno
2
-22
/
+24
2011-04-25
target-i386: fix helper_fsqrt() wrt softfloat
Aurelien Jarno
2
-5
/
+6
2011-04-25
target-i386: fix helper_fdiv() wrt softfloat
Aurelien Jarno
2
-2
/
+7
2011-04-25
target-i386: fix helper_fxtract() wrt softfloat
Aurelien Jarno
1
-7
/
+16
2011-04-25
target-i386: fix helper_fbld_ST0() wrt softfloat
Aurelien Jarno
1
-3
/
+4
2011-04-25
target-i386: fix helper_fscale() wrt softfloat
Aurelien Jarno
2
-1
/
+10
2011-04-25
softfloat-native: add float*_is_any_nan() functions
Aurelien Jarno
2
-0
/
+29
2011-04-25
softfloat-native: fix float*_scalbn() functions
Aurelien Jarno
1
-3
/
+3
2011-04-25
softfloat: fix float*_scalnb() corner cases
Aurelien Jarno
1
-5
/
+42
2011-04-25
softfloat: add floatx80_compare*() functions
Aurelien Jarno
2
-0
/
+48
2011-04-25
softfloat-native: add a few constant values
Aurelien Jarno
1
-0
/
+27
2011-04-25
softfloat: add pi constants
Aurelien Jarno
1
-0
/
+3
2011-04-25
softfloat: add floatx80 constants
Aurelien Jarno
1
-0
/
+7
2011-04-25
softfloat: fix floatx80_is_infinity()
Aurelien Jarno
1
-1
/
+1
2011-04-25
softfloat: fix floatx80 handling of NaN
Aurelien Jarno
1
-7
/
+16
2011-04-22
vmstate: port mac_dbdma
Juan Quintela
1
-24
/
+22
[next]