aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow
2021-06-18scripts/qom-fuse: ensure QOMFuse.read always returns bytesJohn Snow
2021-06-18scripts/qom-fuse: use QOMCommand.qom_list()John Snow
2021-06-18scripts/qom-fuse: Convert to QOMCommandJohn Snow
2021-06-18scripts/qom-fuse: Add docstringsJohn Snow
2021-06-18scripts/qom-fuse: Apply pylint rulesJohn Snow
2021-06-18python: Add 'fh' to known-good variable namesJohn Snow
2021-06-18scripts/qom-fuse: apply flake8 rulesJohn Snow
2021-06-18scripts/qom-fuse: apply isort rulesJohn Snow
2021-06-18scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/John Snow
2021-06-18python/qmp: add qom script entry pointsJohn Snow
2021-06-18python/qmp: Add qom script rewritesJohn Snow
2021-06-18python/qmp: add parse_address classmethodJohn Snow
2021-06-18python/qmp: Fix type of SocketAddrTJohn Snow
2021-06-18python/pipenv: Update Pipfile.lockJohn Snow
2021-06-18Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...Peter Maydell
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-06-17coreaudio: Fix output stream format settingsAkihiko Odaki
2021-06-17audio: Fix format specifications of debug logsAkihiko Odaki
2021-06-17hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé
2021-06-17jackaudio: avoid that the client name contains the word (NULL)Volker Rümelin
2021-06-17audio: move code to audio/audio.cVolker Rümelin
2021-06-17paaudio: remove unused stream flagsVolker Rümelin
2021-06-17alsaaudio: remove #ifdef DEBUG to avoid bit rotVolker Rümelin
2021-06-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tPeter Maydell
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell
2021-06-16target/arm: Add framework for MVE decodePeter Maydell
2021-06-16target/arm: Implement MVE LETP insnPeter Maydell
2021-06-16target/arm: Implement MVE DLSTPPeter Maydell
2021-06-16target/arm: Implement MVE WLSTP insnPeter Maydell
2021-06-16target/arm: Implement MVE LCTPPeter Maydell
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell
2021-06-16target/arm: Handle VPR semantics in existing codePeter Maydell
2021-06-16target/arm: Enable FPSCR.QC bit for MVEPeter Maydell
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell
2021-06-16hw/arm: quanta-q71l add pca954x muxesPatrick Venture
2021-06-16hw/arm: gsj add pca9548Patrick Venture
2021-06-16hw/arm: gsj add i2c commentsPatrick Venture
2021-06-16target/arm: Fix mte page crossing testRichard Henderson
2021-06-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210615-pull-request' ...Peter Maydell
2021-06-16configure: Remove probe for _Static_assertRichard Henderson
2021-06-16qemu/compiler: Remove QEMU_GENERICRichard Henderson
2021-06-16include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson
2021-06-16util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson
2021-06-16util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson
2021-06-16util: Use real functions for thread-posix QemuRecMutexRichard Henderson