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-06-03
target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.c
Bruno Larsen (billionai)
2
-16
/
+17
2021-06-03
target/ppc: cleaned error_report from ppc_store_sdr1
Bruno Larsen (billionai)
1
-4
/
+4
2021-06-02
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...
Peter Maydell
97
-591
/
+141
2021-06-02
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...
Peter Maydell
48
-248
/
+967
2021-06-02
configure: bump min required CLang to 6.0 / XCode 10.0
Daniel P. Berrangé
1
-5
/
+5
2021-06-02
configure: bump min required GCC to 7.5.0
Daniel P. Berrangé
1
-3
/
+3
2021-06-02
configure: bump min required glib version to 2.56
Daniel P. Berrangé
3
-216
/
+3
2021-06-02
tests/docker: drop CentOS 7 container
Daniel P. Berrangé
2
-48
/
+0
2021-06-02
tests/vm: convert centos VM recipe to CentOS 8
Daniel P. Berrangé
1
-9
/
+8
2021-06-02
crypto: drop used conditional check
Daniel P. Berrangé
1
-2
/
+0
2021-06-02
crypto: bump min gnutls to 3.5.18, dropping RHEL-7 support
Daniel P. Berrangé
2
-16
/
+1
2021-06-02
crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support
Daniel P. Berrangé
3
-32
/
+2
2021-06-02
crypto: drop back compatibility typedefs for nettle
Daniel P. Berrangé
3
-44
/
+30
2021-06-02
crypto: bump min nettle to 3.4, dropping RHEL-7 support
Daniel P. Berrangé
5
-52
/
+1
2021-06-02
patchew: move quick build job from CentOS 7 to CentOS 8 container
Daniel P. Berrangé
1
-3
/
+3
2021-06-02
block/ssh: Bump minimum libssh version to 0.8.7
Thomas Huth
2
-77
/
+1
2021-06-02
docs: fix references to docs/devel/s390-dasd-ipl.rst
Stefano Garzarella
1
-1
/
+1
2021-06-02
docs: fix references to docs/specs/tpm.rst
Stefano Garzarella
2
-2
/
+2
2021-06-02
docs: fix references to docs/devel/build-system.rst
Stefano Garzarella
2
-2
/
+2
2021-06-02
docs: fix references to docs/devel/atomics.rst
Stefano Garzarella
4
-5
/
+5
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
75
-75
/
+75
2021-06-01
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...
Peter Maydell
14
-445
/
+614
2021-06-01
gitlab: add python linters to CI
John Snow
3
-0
/
+44
2021-06-01
python: add tox support
John Snow
3
-2
/
+29
2021-06-01
python: add .gitignore
John Snow
1
-0
/
+15
2021-06-01
python: add Makefile for some common tasks
John Snow
3
-0
/
+55
2021-06-01
python: add avocado-framework and tests
John Snow
8
-0
/
+29
2021-06-01
python: add devel package requirements to setuptools
John Snow
5
-9
/
+27
2021-06-01
python/qemu: add qemu package itself to pipenv
John Snow
2
-2
/
+8
2021-06-01
python/qemu: add isort to pipenv
John Snow
2
-2
/
+3
2021-06-01
python: move .isort.cfg into setup.cfg
John Snow
2
-7
/
+8
2021-06-01
python: add mypy to pipenv
John Snow
3
-1
/
+38
2021-06-01
python: move mypy.ini into setup.cfg
John Snow
2
-4
/
+5
2021-06-01
python: Add flake8 to pipenv
John Snow
2
-1
/
+51
2021-06-01
python: add excluded dirs to flake8 config
John Snow
1
-0
/
+2
2021-06-01
python: move flake8 config to setup.cfg
John Snow
2
-2
/
+3
2021-06-01
python: add pylint to pipenv
John Snow
2
-0
/
+131
2021-06-01
python: move pylintrc into setup.cfg
John Snow
2
-58
/
+29
2021-06-01
python: add pylint import exceptions
John Snow
3
-2
/
+5
2021-06-01
python: Add pipenv support
John Snow
2
-0
/
+14
2021-06-01
python: add MANIFEST.in
John Snow
2
-0
/
+5
2021-06-01
python: add directory structure README.rst files
John Snow
5
-0
/
+74
2021-06-01
python: add VERSION file
John Snow
2
-0
/
+2
2021-06-01
python: add qemu package installer
John Snow
3
-0
/
+78
2021-06-01
python: create qemu packages
John Snow
17
-32
/
+83
2021-06-01
iotests/297: add --namespace-packages to mypy arguments
John Snow
1
-0
/
+1
2021-06-01
python/machine: Trim line length to below 80 chars
John Snow
1
-1
/
+1
2021-06-01
python/machine: disable warning for Popen in _launch()
John Snow
1
-0
/
+3
2021-06-01
python/machine: Disable pylint warning for open() in _pre_launch
John Snow
1
-1
/
+5
2021-06-01
python/console_socket: Add a pylint ignore
John Snow
1
-0
/
+1
[next]