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
tests/acceptance: Test Linux on the Fuloong 2E machine
Philippe Mathieu-Daudé
2
-0
/
+43
2021-07-02
hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bit
Philippe Mathieu-Daudé
1
-2
/
+2
2021-07-02
target/arm: Implement MVE shifts by register
Peter Maydell
5
-4
/
+57
2021-07-02
target/arm: Implement MVE shifts by immediate
Peter Maydell
5
-10
/
+105
2021-07-02
target/arm: Implement MVE long shifts by register
Peter Maydell
5
-3
/
+182
2021-07-02
target/arm: Implement MVE long shifts by immediate
Peter Maydell
5
-0
/
+132
2021-07-02
target/arm: Implement MVE VADDLV
Peter Maydell
4
-1
/
+90
2021-07-02
target/arm: Implement MVE VSHLC
Peter Maydell
4
-0
/
+72
2021-07-02
target/arm: Implement MVE saturating narrowing shifts
Peter Maydell
4
-0
/
+174
2021-07-02
target/arm: Implement MVE VSHRN, VRSHRN
Peter Maydell
4
-0
/
+76
2021-07-02
target/arm: Implement MVE VSRI, VSLI
Peter Maydell
4
-0
/
+62
2021-07-02
target/arm: Implement MVE VSHLL
Peter Maydell
4
-4
/
+105
2021-07-02
target/arm: Implement MVE vector shift right by immediate insns
Peter Maydell
6
-18
/
+72
2021-07-02
target/arm: Implement MVE vector shift left by immediate insns
Peter Maydell
4
-0
/
+147
2021-07-02
target/arm: Implement MVE logical immediate insns
Peter Maydell
4
-0
/
+95
2021-07-02
target/arm: Use dup_const() instead of bitfield_replicate()
Peter Maydell
1
-1
/
+1
2021-07-02
target/arm: Use asimd_imm_const for A64 decode
Peter Maydell
3
-82
/
+24
2021-07-02
target/arm: Make asimd_imm_const() public
Peter Maydell
3
-63
/
+73
2021-07-02
target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVH
Peter Maydell
1
-17
/
+21
2021-07-02
target/arm: Fix MVE widening/narrowing VLDR/VSTR offset calculation
Peter Maydell
1
-8
/
+9
2021-07-02
hw/gpio/gpio_pwr: use shutdown function for reboot
Maxim Uvarov
1
-1
/
+1
2021-07-02
target/arm: Check NaN mode before silencing NaN
Joe Komlodi
2
-9
/
+27
2021-07-02
tests: Boot and halt a Linux guest on the Raspberry Pi 2 machine
Philippe Mathieu-Daudé
1
-0
/
+43
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/kevin/tags/for-upstream' into staging
Peter Maydell
32
-303
/
+599
2021-07-02
hw/pci-host/bonito: Trace PCI config accesses smaller than 32-bit
Philippe Mathieu-Daudé
2
-0
/
+11
2021-07-02
target/mips: Extract nanoMIPS ISA translation routines
Philippe Mathieu-Daudé
3
-4922
/
+4925
2021-07-02
target/mips: Extract the microMIPS ISA translation routines
Philippe Mathieu-Daudé
2
-3225
/
+3237
2021-07-02
target/mips: Extract Code Compaction ASE translation routines
Philippe Mathieu-Daudé
2
-1117
/
+1129
2021-07-02
target/mips: Add declarations for generic TCG helpers
Philippe Mathieu-Daudé
2
-5
/
+9
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
[prev]
[next]