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-18
scripts/qom-fuse: Apply pylint rules
John Snow
1
-8
/
+8
2021-06-18
python: Add 'fh' to known-good variable names
John Snow
1
-3
/
+4
2021-06-18
scripts/qom-fuse: apply flake8 rules
John Snow
1
-38
/
+43
2021-06-18
scripts/qom-fuse: apply isort rules
John Snow
1
-3
/
+9
2021-06-18
scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/
John Snow
4
-250
/
+16
2021-06-18
python/qmp: add qom script entry points
John Snow
1
-0
/
+8
2021-06-18
python/qmp: Add qom script rewrites
John Snow
2
-0
/
+440
2021-06-18
python/qmp: add parse_address classmethod
John Snow
2
-19
/
+28
2021-06-18
python/qmp: Fix type of SocketAddrT
John Snow
1
-1
/
+1
2021-06-18
python/pipenv: Update Pipfile.lock
John Snow
1
-3
/
+88
2021-06-18
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...
Peter Maydell
10
-54
/
+102
2021-06-17
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
38
-318
/
+645
2021-06-17
coreaudio: Fix output stream format settings
Akihiko Odaki
1
-35
/
+13
2021-06-17
audio: Fix format specifications of debug logs
Akihiko Odaki
1
-3
/
+3
2021-06-17
hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
Philippe Mathieu-Daudé
4
-0
/
+68
2021-06-17
jackaudio: avoid that the client name contains the word (NULL)
Volker Rümelin
1
-2
/
+1
2021-06-17
audio: move code to audio/audio.c
Volker Rümelin
3
-4
/
+12
2021-06-17
paaudio: remove unused stream flags
Volker Rümelin
1
-4
/
+1
2021-06-17
alsaaudio: remove #ifdef DEBUG to avoid bit rot
Volker Rümelin
1
-6
/
+4
2021-06-17
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...
Peter Maydell
10
-143
/
+97
2021-06-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...
Peter Maydell
26
-346
/
+965
2021-06-16
include/qemu/int128.h: Add function to create Int128 from int64_t
Peter Maydell
1
-0
/
+10
2021-06-16
bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operations
Peter Maydell
2
-20
/
+29
2021-06-16
target/arm: Move expand_pred_b() data to vec_helper.c
Peter Maydell
3
-99
/
+109
2021-06-16
target/arm: Add framework for MVE decode
Peter Maydell
5
-0
/
+53
2021-06-16
target/arm: Implement MVE LETP insn
Peter Maydell
2
-9
/
+97
2021-06-16
target/arm: Implement MVE DLSTP
Peter Maydell
2
-5
/
+27
2021-06-16
target/arm: Implement MVE WLSTP insn
Peter Maydell
2
-3
/
+42
2021-06-16
target/arm: Implement MVE LCTP
Peter Maydell
2
-0
/
+26
2021-06-16
target/arm: Let vfp_access_check() handle late NOCP checks
Peter Maydell
1
-5
/
+15
2021-06-16
target/arm: Add handling for PSR.ECI/ICI
Peter Maydell
5
-5
/
+133
2021-06-16
target/arm: Handle VPR semantics in existing code
Peter Maydell
3
-11
/
+57
2021-06-16
target/arm: Enable FPSCR.QC bit for MVE
Peter Maydell
2
-10
/
+23
2021-06-16
target/arm: Provide and use H8 and H1_8 macros
Peter Maydell
3
-137
/
+143
2021-06-16
hw/arm: quanta-q71l add pca954x muxes
Patrick Venture
2
-3
/
+9
2021-06-16
hw/arm: gsj add pca9548
Patrick Venture
2
-4
/
+3
2021-06-16
hw/arm: gsj add i2c comments
Patrick Venture
1
-1
/
+15
2021-06-16
target/arm: Fix mte page crossing test
Richard Henderson
3
-2
/
+33
2021-06-16
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210615-pull-request' ...
Peter Maydell
3
-8
/
+17
2021-06-16
configure: Remove probe for _Static_assert
Richard Henderson
2
-29
/
+0
2021-06-16
qemu/compiler: Remove QEMU_GENERIC
Richard Henderson
1
-40
/
+0
2021-06-16
include/qemu/lockable: Use _Generic instead of QEMU_GENERIC
Richard Henderson
1
-48
/
+40
2021-06-16
util: Use unique type for QemuRecMutex in thread-posix.h
Richard Henderson
2
-8
/
+14
2021-06-16
util: Pass file+line to qemu_rec_mutex_unlock_impl
Richard Henderson
3
-4
/
+12
2021-06-16
util: Use real functions for thread-posix QemuRecMutex
Richard Henderson
4
-13
/
+26
2021-06-16
softfloat: Use _Generic instead of QEMU_GENERIC
Richard Henderson
1
-6
/
+10
2021-06-16
configure: Use -std=gnu11
Richard Henderson
2
-3
/
+3
2021-06-16
target/i386: Added Intercept CR0 writes check
Lara Lazier
1
-0
/
+9
2021-06-16
target/i386: Added consistency checks for CR0
Lara Lazier
3
-3
/
+13
2021-06-16
target/i386: Added consistency checks for VMRUN intercept and ASID
Lara Lazier
1
-0
/
+10
[prev]
[next]