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-07-28
qstring: Move qstring_from_substr()'s @end one to the right
Markus Armbruster
6
-8
/
+8
2018-07-28
qstring: Assert size calculations don't overflow
Markus Armbruster
1
-1
/
+5
2018-07-28
qstring: Fix qstring_from_substr() not to provoke int overflow
liujunjie
2
-2
/
+2
2018-07-24
Update version for v3.0.0-rc2 release
v3.0.0-rc2
Peter Maydell
1
-1
/
+1
2018-07-24
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180724a'...
Peter Maydell
4
-7
/
+32
2018-07-24
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...
Peter Maydell
7
-76
/
+49
2018-07-24
tests: fix TLS handshake failure with TLS 1.3
Daniel P. Berrangé
1
-2
/
+2
2018-07-24
tests: use error_abort in places expecting errors
Daniel P. Berrangé
3
-72
/
+39
2018-07-24
tests: don't silence error reporting for all tests
Daniel P. Berrangé
2
-1
/
+4
2018-07-24
tests: call qcrypto_init instead of gnutls_global_init
Daniel P. Berrangé
2
-1
/
+4
2018-07-24
migration: fix duplicate initialization for expected_downtime and cleanup_bh
Lidong Chen
1
-2
/
+0
2018-07-24
tests: only update last_byte when at the edge
Peter Xu
1
-1
/
+1
2018-07-24
migration: disallow recovery for release-ram
Peter Xu
1
-0
/
+19
2018-07-24
migration: update recv bitmap only on dest vm
Peter Xu
1
-2
/
+9
2018-07-24
audio/hda: Fix migration
Dr. David Alan Gilbert
1
-1
/
+1
2018-07-24
migrate: Fix cancelling state warning
Dr. David Alan Gilbert
1
-0
/
+1
2018-07-24
migration: fix potential overflow in multifd send
Peter Xu
1
-1
/
+1
2018-07-24
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+3
2018-07-24
block/file-posix: add bdrv_attach_aio_context callback for host dev and cdrom
Nishanth Aravamudan
1
-0
/
+3
2018-07-24
Merge remote-tracking branch 'remotes/stsquad/tags/pull-docker-fixes-for-3.0-...
Peter Maydell
16
-223
/
+111
2018-07-24
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2018-07-23-tag' in...
Peter Maydell
2
-27
/
+40
2018-07-24
tests/tcg: remove runcom test
Alex Bennée
4
-200
/
+0
2018-07-24
docker: perform basic binfmt_misc validation in docker.py
Alex Bennée
1
-0
/
+30
2018-07-24
docker: ignore distro versioning of debootstrap
Alex Bennée
1
-4
/
+7
2018-07-24
docker: add commentary to debian-bootstrap.docker
Alex Bennée
1
-0
/
+1
2018-07-24
docker: Update debootstrap script after Debian migration from Alioth to Salsa
Philippe Mathieu-Daudé
1
-1
/
+1
2018-07-24
docker: report hint when docker.py check fails
Alex Bennée
1
-1
/
+2
2018-07-24
docker: drop QEMU_TARGET check, fallback in EXECUTABLE not set
Alex Bennée
1
-4
/
+1
2018-07-24
docker: add expansion for docker-test-FOO to Makefile.include
Alex Bennée
1
-2
/
+4
2018-07-24
docker: add test-unit runner
Alex Bennée
1
-0
/
+21
2018-07-24
docker: Makefile.include don't include partial images
Alex Bennée
1
-2
/
+7
2018-07-24
docker: gracefully skip check_qemu
Alex Bennée
1
-1
/
+7
2018-07-24
docker: move make check into check_qemu helper
Alex Bennée
5
-4
/
+15
2018-07-24
docker: split configure_qemu from build_qemu
Alex Bennée
1
-1
/
+6
2018-07-24
docker: fail more gracefully on docker.py check
Alex Bennée
1
-1
/
+6
2018-07-24
docker: par down QEMU_CONFIGURE_OPTS in debian-tricore-cross
Alex Bennée
1
-2
/
+2
2018-07-24
docker: base debian-tricore on qemu:debian9
Alex Bennée
1
-1
/
+1
2018-07-24
tests/.gitignore: don't ignore docker tests
Alex Bennée
1
-0
/
+1
2018-07-24
target/arm: Escalate to correct HardFault when AIRCR.BFHFNMINS is set
Peter Maydell
2
-3
/
+7
2018-07-24
hw/intc/arm_gicv3: Check correct HCR_EL2 bit when routing IRQ
Peter Maydell
1
-1
/
+1
2018-07-24
ui/cocoa.m: prevent stuck command key when going into full screen mode
John Arbuckle
1
-1
/
+13
2018-07-24
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2
-66
/
+66
2018-07-23
qga: process_event() simplification and leak fix
Marc-André Lureau
1
-27
/
+27
2018-07-23
qga-win: Handle fstrim for OSes lower than Win8
Sameeh Jubran
1
-0
/
+13
2018-07-23
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180723' into staging
Peter Maydell
1
-1
/
+1
2018-07-23
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
11
-188
/
+199
2018-07-23
tcg/i386: Mark xmm registers call-clobbered
Richard Henderson
1
-1
/
+1
2018-07-23
i386: Rename enum CacheType members
Eduardo Habkost
2
-66
/
+66
2018-07-23
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180723'...
Peter Maydell
5
-17
/
+80
2018-07-23
block/vvfat: Disable debug message by default
Thomas Huth
1
-2
/
+2
[next]