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
2019-09-27
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...
Peter Maydell
1
-433
/
+592
2019-09-27
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-260919-1...
Peter Maydell
35
-236
/
+3709
2019-09-27
hw/arm/boot: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-5
/
+5
2019-09-27
hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots
Peter Maydell
1
-0
/
+2
2019-09-27
tests/tcg: add linux-user semihosting smoke test for ARM
Alex Bennée
3
-0
/
+55
2019-09-27
target/arm: remove run-time semihosting checks for linux-user
Alex Bennée
2
-6
/
+0
2019-09-27
target/arm: remove run time semihosting checks
Alex Bennée
1
-74
/
+22
2019-09-27
target/arm: handle A-profile semihosting at translate time
Alex Bennée
1
-4
/
+15
2019-09-27
target/arm: handle M-profile semihosting at translate time
Alex Bennée
2
-13
/
+16
2019-09-27
tests/tcg: clean-up some comments after the de-tangling
Alex Bennée
3
-10
/
+15
2019-09-27
target/arm: fix CBAR register for AArch64 CPUs
Luc Michel
1
-3
/
+16
2019-09-27
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into staging
Peter Maydell
13
-425
/
+286
2019-09-26
tests/docker: remove debian-powerpc-user-cross
Alex Bennée
2
-30
/
+0
2019-09-26
docker: move tests from python2 to python3
John Snow
7
-7
/
+7
2019-09-26
docker: remove unused debian-sid
John Snow
2
-36
/
+1
2019-09-26
docker: remove unused debian-ports
John Snow
2
-37
/
+1
2019-09-26
docker: remove 'deprecated' image definitions
John Snow
1
-4
/
+3
2019-09-26
docker: remove unused debian8 partial image
John Snow
2
-35
/
+1
2019-09-26
docker: remove debian8-mxe definitions
John Snow
1
-1
/
+1
2019-09-26
target/i386: Fix broken build with WHPX enabled
Philippe Mathieu-Daudé
1
-0
/
+1
2019-09-26
docs/devel: add "check-tcg" to testing.rst
Alex Bennée
1
-0
/
+76
2019-09-26
configure: preserve PKG_CONFIG for subdir builds
Alex Bennée
2
-1
/
+6
2019-09-26
tests/tcg: add simple record/replay smoke test for aarch64
Alex Bennée
1
-0
/
+21
2019-09-26
tests/tcg: add generic version of float_convs
Alex Bennée
4
-3
/
+1604
2019-09-26
tests/tcg: add float_madds test to multiarch
Alex Bennée
8
-1
/
+1918
2019-09-26
tests/tcg: re-enable linux-test for ppc64abi32
Alex Bennée
1
-8
/
+3
2019-09-26
tests/tcg: clean-up some comments after the de-tangling
Alex Bennée
3
-10
/
+15
2019-09-26
podman: fix command invocation
John Snow
1
-1
/
+1
2019-09-26
tests/docker: reduce scary warnings by cleaning up clean up
Alex Bennée
1
-18
/
+16
2019-09-26
tests/docker: remove python2.7 from debian9-mxe
John Snow
1
-2
/
+1
2019-09-26
tests/docker: fix DOCKER_PARTIAL_IMAGES
Alex Bennée
1
-1
/
+1
2019-09-26
tests/docker: add sanitizers back to clang build
John Snow
1
-5
/
+1
2019-09-26
target/ppc: fix signal delivery for ppc64abi32
Alex Bennée
1
-1
/
+3
2019-09-26
target/alpha: Tidy helper_fp_exc_raise_s
Richard Henderson
1
-11
/
+4
2019-09-26
target/alpha: Mask IOV exception with INV for user-only
Richard Henderson
1
-0
/
+7
2019-09-26
target/alpha: Write to fpcr_flush_to_zero once
Richard Henderson
1
-5
/
+4
2019-09-26
target/alpha: Handle SWCR_MAP_DMZ earlier
Richard Henderson
1
-4
/
+1
2019-09-26
target/alpha: Fix SWCR_TRAP_ENABLE_MASK
Richard Henderson
1
-9
/
+14
2019-09-26
target/alpha: Fix SWCR_MAP_UMZ
Richard Henderson
1
-1
/
+1
2019-09-26
target/alpha: Use array for FPCR_DYN conversion
Richard Henderson
1
-16
/
+8
2019-09-26
qcrypto-luks: more rigorous header checking
Maxim Levitsky
1
-0
/
+52
2019-09-26
qcrypto-luks: simplify the math used for keyslot locations
Maxim Levitsky
1
-23
/
+40
2019-09-26
qcrypto-luks: extract store key function
Maxim Levitsky
1
-123
/
+181
2019-09-26
qcrypto-luks: extract check and parse header
Maxim Levitsky
1
-98
/
+125
2019-09-26
qcrypto-luks: extract store and load header
Maxim Levitsky
1
-62
/
+93
2019-09-26
qcrypto-luks: purge unused error codes from open callback
Maxim Levitsky
1
-32
/
+13
2019-09-26
qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKS
Maxim Levitsky
1
-90
/
+79
2019-09-26
qcrypto-luks: pass keyslot index rather that pointer to the keyslot
Maxim Levitsky
1
-3
/
+3
2019-09-26
qcrypto-luks: simplify masterkey and masterkey length
Maxim Levitsky
1
-23
/
+21
2019-09-26
qcrypto-luks: don't overwrite cipher_mode in header
Maxim Levitsky
1
-3
/
+6
[prev]
[next]