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
2021-07-02
hw/arm: Add basic power management to raspi.
Nolan Leake
5
-2
/
+204
2021-07-02
docs/system/arm: Add quanta-gbs-bmc reference
Patrick Venture
1
-2
/
+3
2021-07-02
docs/system/arm: Add quanta-q7l1-bmc reference
Patrick Venture
1
-0
/
+1
2021-07-02
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/tls-deps-pull-requ...
Peter Maydell
18
-94
/
+108
2021-07-01
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210629' into...
Peter Maydell
32
-1092
/
+1456
2021-07-01
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...
Peter Maydell
17
-104
/
+187
2021-06-30
python: Fix broken ReST docstrings
John Snow
5
-6
/
+8
2021-06-30
python: remove auto-generated pyproject.toml file
John Snow
1
-0
/
+2
2021-06-30
python: Update help text on 'make clean', 'make distclean'
John Snow
1
-4
/
+7
2021-06-30
python: Update help text on 'make check', 'make develop'
John Snow
1
-3
/
+7
2021-06-30
python: add 'make check-dev' invocation
John Snow
2
-2
/
+34
2021-06-30
python: only check qemu/ subdir with flake8
John Snow
2
-3
/
+1
2021-06-30
python: Fix .PHONY Make specifiers
John Snow
1
-2
/
+8
2021-06-30
python: update help text for check-tox
John Snow
1
-2
/
+6
2021-06-30
python: rename 'venv-check' target to 'check-pipenv'
John Snow
3
-12
/
+13
2021-06-30
python: Add no-install usage instructions
John Snow
1
-0
/
+28
2021-06-30
python: README.rst touchups
John Snow
1
-8
/
+9
2021-06-30
python: Re-lock pipenv at *oldest* supported versions
John Snow
2
-61
/
+56
2021-06-30
python: Remove global pylint suppressions
John Snow
3
-3
/
+6
2021-06-30
python: expose typing information via PEP 561
John Snow
4
-0
/
+4
2021-06-30
python/qom: Do not use 'err' name at module scope
John Snow
1
-2
/
+2
2021-06-30
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...
Peter Maydell
8
-904
/
+1242
2021-06-30
Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210629' into staging
Peter Maydell
7
-54
/
+80
2021-06-29
hw/nvme: add 'zoned.zasl' to documentation
Keith Busch
1
-0
/
+6
2021-06-29
crypto: Make QCryptoTLSCreds* structures private
Philippe Mathieu-Daudé
11
-56
/
+58
2021-06-29
ui/vnc: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
1
-3
/
+4
2021-06-29
migration/tls: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
1
-5
/
+1
2021-06-29
chardev/socket: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
1
-12
/
+6
2021-06-29
qemu-nbd: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
1
-12
/
+7
2021-06-29
block/nbd: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
2
-6
/
+6
2021-06-29
crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
Philippe Mathieu-Daudé
2
-0
/
+26
2021-06-29
tcg/riscv: Remove MO_BSWAP handling
Richard Henderson
1
-31
/
+33
2021-06-29
tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAP
Richard Henderson
2
-57
/
+32
2021-06-29
tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP
Richard Henderson
2
-139
/
+77
2021-06-29
target/mips: Fix gen_mxu_s32ldd_s32lddr
Richard Henderson
1
-5
/
+1
2021-06-29
target/sh4: Improve swap.b translation
Richard Henderson
1
-2
/
+1
2021-06-29
target/i386: Improve bswap translation
Richard Henderson
1
-10
/
+4
2021-06-29
target/arm: Improve REVSH
Richard Henderson
1
-3
/
+1
2021-06-29
target/arm: Improve vector REV
Richard Henderson
1
-4
/
+2
2021-06-29
target/arm: Improve REV32
Richard Henderson
1
-13
/
+4
2021-06-29
tcg: Make use of bswap flags in tcg_gen_qemu_st_*
Richard Henderson
1
-6
/
+3
2021-06-29
tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
Richard Henderson
1
-14
/
+10
2021-06-29
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
8
-55
/
+100
2021-06-29
tcg: Handle new bswap flags during optimize
Richard Henderson
1
-5
/
+51
2021-06-29
tcg/tci: Support bswap flags
Richard Henderson
2
-4
/
+22
2021-06-29
tcg/mips: Support bswap flags in tcg_out_bswap32
Richard Henderson
1
-23
/
+16
2021-06-29
tcg/mips: Support bswap flags in tcg_out_bswap16
Richard Henderson
1
-33
/
+30
2021-06-29
tcg/s390: Support bswap flags
Richard Henderson
1
-6
/
+28
2021-06-29
tcg/ppc: Use power10 byte-reverse instructions
Richard Henderson
1
-0
/
+34
2021-06-29
tcg/ppc: Support bswap flags
Richard Henderson
1
-6
/
+16
[next]