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
2023-05-18
meson: require 0.63.0
Paolo Bonzini
5
-4
/
+4
2023-05-18
meson: regenerate meson-buildoptions.sh
Paolo Bonzini
1
-3
/
+3
2023-05-18
python: bump some of the dependencies
Paolo Bonzini
2
-15
/
+9
2023-05-18
mkvenv: mark command as required
Paolo Bonzini
1
-0
/
+1
2023-05-18
configure: Add courtesy hint to Python version failure message
John Snow
1
-1
/
+4
2023-05-18
Python: Drop support for Python 3.6
Paolo Bonzini
6
-17
/
+16
2023-05-18
configure: add --enable-pypi and --disable-pypi
John Snow
1
-1
/
+20
2023-05-18
configure: bootstrap sphinx with mkvenv
John Snow
5
-17
/
+20
2023-05-18
configure: move --enable-docs and --disable-docs back to configure
John Snow
1
-0
/
+6
2023-05-18
tests: Use configure-provided pyvenv for tests
John Snow
7
-23
/
+26
2023-05-18
qemu.git: drop meson git submodule
John Snow
2
-3
/
+0
2023-05-18
configure: use 'mkvenv ensure meson' to bootstrap meson
John Snow
2
-56
/
+13
2023-05-18
python/wheels: add vendored meson package
John Snow
1
-0
/
+0
2023-05-18
configure: create a python venv unconditionally
John Snow
1
-5
/
+29
2023-05-18
python: add vendor.py utility
John Snow
1
-0
/
+74
2023-05-18
tests/vm: add py310-expat to NetBSD
John Snow
1
-0
/
+1
2023-05-18
tests/vm: Configure netbsd to use Python 3.10
John Snow
1
-0
/
+1
2023-05-18
tests/docker: add python3-venv dependency
John Snow
4
-4
/
+8
2023-05-18
mkvenv: work around broken pip installations on Debian 10
John Snow
1
-16
/
+56
2023-05-18
mkvenv: avoid ensurepip if pip is installed
John Snow
1
-3
/
+64
2023-05-18
mkvenv: use pip's vendored distlib as a fallback
John Snow
2
-3
/
+40
2023-05-18
mkvenv: add console script entry point generation
John Snow
2
-0
/
+117
2023-05-18
mkvenv: add --diagnose option to explain "ensure" failures
John Snow
1
-1
/
+169
2023-05-18
mkvenv: add ensure subcommand
John Snow
3
-3
/
+145
2023-05-18
mkvenv: add nested venv workaround
John Snow
1
-5
/
+86
2023-05-18
mkvenv: add better error message for broken or missing ensurepip
John Snow
1
-0
/
+37
2023-05-18
python: add mkvenv.py
John Snow
6
-0
/
+260
2023-05-18
python: update pylint configuration
John Snow
1
-0
/
+1
2023-05-18
python: shut up "pip install" during "make check-minreqs"
Paolo Bonzini
1
-3
/
+6
2023-05-18
make: clean after distclean deletes source files
Steve Sistare
1
-4
/
+2
2023-05-18
scsi-generic: fix buffer overflow on block limits inquiry
Paolo Bonzini
1
-5
/
+9
2023-05-18
coverity: the definitive COMPONENTS.md update
Paolo Bonzini
1
-15
/
+30
2023-05-18
tcg: round-robin: do not use mb_read for rr_current_cpu
Paolo Bonzini
1
-4
/
+7
2023-05-18
kvm: Enable dirty ring for arm64
Gavin Shan
1
-2
/
+21
2023-05-18
kvm: Add helper kvm_dirty_ring_init()
Gavin Shan
1
-29
/
+47
2023-05-18
kvm: Synchronize the backup bitmap in the last stage
Gavin Shan
2
-0
/
+12
2023-05-18
migration: Add last stage indicator to global dirty log
Gavin Shan
5
-20
/
+25
2023-05-18
meson: Pass -j option to sphinx
Fabiano Rosas
4
-0
/
+26
2023-05-18
target/i386: Fix exception classes for MOVNTPS/MOVNTPD.
Ricky Zhou
1
-2
/
+3
2023-05-18
target/i386: Fix exception classes for SSE/AVX instructions.
Ricky Zhou
1
-23
/
+23
2023-05-18
target/i386: Fix and add some comments next to SSE/AVX instructions.
Ricky Zhou
1
-12
/
+12
2023-05-18
tests/tcg/i386: correct mask for VPERM2F128/VPERM2I128
Paolo Bonzini
1
-1
/
+1
2023-05-18
target/i386: fix avx2 instructions vzeroall and vpermdq
Xinyu Li
2
-1
/
+9
2023-05-18
target/i386: fix operand size for VCOMI/VUCOMI instructions
Paolo Bonzini
1
-2
/
+13
2023-05-18
target/i386: add support for FB_CLEAR feature
Emanuele Giuseppe Esposito
2
-1
/
+2
2023-05-18
target/i386: add support for FLUSH_L1D feature
Emanuele Giuseppe Esposito
2
-1
/
+3
2023-05-17
qapi/parser: Drop two bad type hints for now
Markus Armbruster
1
-2
/
+2
2023-05-17
Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...
Richard Henderson
4
-42
/
+176
2023-05-17
linux-user: fix getgroups/setgroups allocations
Michael Tokarev
1
-31
/
+68
2023-05-17
linux-user: Fix mips fp64 executables loading
Daniil Kovalev
1
-1
/
+4
[next]