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
2018-05-18
target/arm: Add "_S" suffix to the secure version of a sysreg
Abdallah Bouassida
1
-11
/
+18
2018-05-18
target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo type
Abdallah Bouassida
2
-2
/
+3
2018-05-18
Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...
Peter Maydell
5
-4
/
+24
2018-05-18
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180518-pull-request' ...
Peter Maydell
2
-6
/
+10
2018-05-18
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180518-pull-request' i...
Peter Maydell
4
-7
/
+17
2018-05-18
Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20180517' into staging
Peter Maydell
20
-1003
/
+715
2018-05-18
iothread: fix epollfd leak in the process of delIOThread
Jie Wang
4
-3
/
+23
2018-05-18
docker: Fix trivial typo
Philippe Mathieu-Daudé
1
-1
/
+1
2018-05-18
hw/usb/dev-smartcard-reader: Handle 64 B USB packets
Jakub Jelen
1
-5
/
+9
2018-05-18
ccid-card-passthru: fix regression in realize()
Marc-André Lureau
1
-1
/
+1
2018-05-18
sdl: Move use of surface pointer below check for whether it is NULL
Peter Maydell
1
-3
/
+3
2018-05-18
ui: add x_keymap.o to modules
Paolo Bonzini
2
-4
/
+9
2018-05-18
console: Avoid segfault in screendump
Michal Privoznik
1
-0
/
+5
2018-05-17
fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nan
Richard Henderson
2
-77
/
+35
2018-05-17
fpu/softfloat: Clean up parts_default_nan
Richard Henderson
1
-7
/
+14
2018-05-17
fpu/softfloat: Define floatN_default_nan in terms of parts_default_nan
Richard Henderson
2
-99
/
+47
2018-05-17
fpu/softfloat: Pass FloatClass to pickNaNMulAdd
Richard Henderson
2
-47
/
+28
2018-05-17
fpu/softfloat: Pass FloatClass to pickNaN
Richard Henderson
2
-93
/
+86
2018-05-17
fpu/softfloat: Make is_nan et al available to softfloat-specialize.h
Richard Henderson
1
-14
/
+16
2018-05-17
fpu/softfloat: Specialize on snan_bit_is_one
Richard Henderson
6
-30
/
+44
2018-05-17
fpu/softfloat: Remove floatX_maybe_silence_nan
Richard Henderson
2
-68
/
+0
2018-05-17
fpu/softfloat: Use float*_silence_nan in propagateFloat*NaN
Richard Henderson
1
-10
/
+34
2018-05-17
target/s390x: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-6
/
+6
2018-05-17
target/riscv: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-4
/
+2
2018-05-17
target/mips: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2
-6
/
+0
2018-05-17
target/m68k: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
1
-1
/
+2
2018-05-17
target/hppa: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-2
/
+0
2018-05-17
target/arm: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2
-11
/
+2
2018-05-17
target/arm: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
2
-9
/
+9
2018-05-17
fpu/softfloat: re-factor float to float conversions
Alex Bennée
3
-414
/
+122
2018-05-17
fpu/softfloat: Partial support for ARM Alternative half-precision
Alex Bennée
1
-3
/
+16
2018-05-17
target/arm: squash FZ16 behaviour for conversions
Alex Bennée
1
-4
/
+36
2018-05-17
target/arm: convert conversion helpers to fpst/ahp_flag
Alex Bennée
5
-77
/
+112
2018-05-17
fpu/softfloat: Replace float_class_msnan with parts_silence_nan
Richard Henderson
2
-30
/
+33
2018-05-17
fpu/softfloat: Replace float_class_dnan with parts_default_nan
Richard Henderson
2
-27
/
+48
2018-05-17
fpu/softfloat: Introduce parts_is_snan_frac
Richard Henderson
2
-10
/
+17
2018-05-17
fpu/softfloat: Canonicalize NaN fraction
Richard Henderson
1
-1
/
+6
2018-05-17
fpu/softfloat: Move softfloat-specialize.h below FloatParts definition
Richard Henderson
1
-10
/
+10
2018-05-17
fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan
Richard Henderson
2
-56
/
+123
2018-05-17
fpu/softfloat: Merge NO_SIGNALING_NANS definitions
Richard Henderson
1
-60
/
+40
2018-05-17
fpu/softfloat: Fix conversion from uint64 to float128
Petr Tesarik
1
-1
/
+1
2018-05-17
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
4
-18
/
+41
2018-05-17
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180515' i...
Peter Maydell
21
-310
/
+1864
2018-05-17
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
5
-129
/
+608
2018-05-16
nfs: Remove processed options from QDict
Kevin Wolf
1
-0
/
+7
2018-05-16
nfs: Fix error path in nfs_options_qdict_to_qapi()
Kevin Wolf
1
-0
/
+1
2018-05-16
blockjob: do not cancel timer in resume
Stefan Hajnoczi
3
-18
/
+21
2018-05-16
qemu-iotests: reduce chance of races in 185
Stefan Hajnoczi
1
-0
/
+12
2018-05-15
Migration+TLS: Fix crash due to double cleanup
Dr. David Alan Gilbert
1
-0
/
+9
2018-05-15
migration: Textual fixups for blocktime
Dr. David Alan Gilbert
1
-4
/
+5
[prev]
[next]