aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-18scripts/qemu-ga-client: Add forwarder shimJohn Snow1-0/+11
2021-06-18python/qemu-ga-client: add entry pointJohn Snow2-2/+1
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow1-2/+0
2021-06-18scripts/qemu-ga-client: add mypy type hintsJohn Snow1-40/+49
2021-06-18python/qmp: Correct type of QMPReturnValueJohn Snow1-9/+14
2021-06-18scripts/qemu-ga-client: apply (most) pylint rulesJohn Snow1-3/+15
2021-06-18scripts/qemu-ga-client: add module docstringJohn Snow1-32/+33
2021-06-18scripts/qemu-ga-client: replace deprecated optparse with argparseJohn Snow1-18/+16
2021-06-18scripts/qemu-ga-client: Fix exception handlingJohn Snow1-6/+4
2021-06-18scripts/qemu-ga-client: apply (most) flake8 rulesJohn Snow1-12/+16
2021-06-18scripts/qemu-ga-client: apply isort rulesJohn Snow1-4/+5
2021-06-18python/qmp: add fuse command to 'qom' toolsJohn Snow2-2/+13
2021-06-18scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.pyJohn Snow1-0/+11
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow1-10/+2
2021-06-18python: add optional FUSE dependenciesJohn Snow2-1/+14
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow2-9/+25
2021-06-18scripts/qom-fuse: ensure QOMFuse.read always returns bytesJohn Snow1-3/+3
2021-06-18scripts/qom-fuse: use QOMCommand.qom_list()John Snow1-10/+8
2021-06-18scripts/qom-fuse: Convert to QOMCommandJohn Snow1-13/+46
2021-06-18scripts/qom-fuse: Add docstringsJohn Snow1-2/+19
2021-06-18scripts/qom-fuse: Apply pylint rulesJohn Snow1-8/+8
2021-06-18python: Add 'fh' to known-good variable namesJohn Snow1-3/+4
2021-06-18scripts/qom-fuse: apply flake8 rulesJohn Snow1-38/+43
2021-06-18scripts/qom-fuse: apply isort rulesJohn Snow1-3/+9
2021-06-18scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/John Snow4-250/+16
2021-06-18python/qmp: add qom script entry pointsJohn Snow1-0/+8
2021-06-18python/qmp: Add qom script rewritesJohn Snow2-0/+440
2021-06-18python/qmp: add parse_address classmethodJohn Snow2-19/+28
2021-06-18python/qmp: Fix type of SocketAddrTJohn Snow1-1/+1
2021-06-18python/pipenv: Update Pipfile.lockJohn Snow1-3/+88
2021-06-18Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...Peter Maydell10-54/+102
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell38-318/+645
2021-06-17coreaudio: Fix output stream format settingsAkihiko Odaki1-35/+13
2021-06-17audio: Fix format specifications of debug logsAkihiko Odaki1-3/+3
2021-06-17hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé4-0/+68
2021-06-17jackaudio: avoid that the client name contains the word (NULL)Volker Rümelin1-2/+1
2021-06-17audio: move code to audio/audio.cVolker Rümelin3-4/+12
2021-06-17paaudio: remove unused stream flagsVolker Rümelin1-4/+1
2021-06-17alsaaudio: remove #ifdef DEBUG to avoid bit rotVolker Rümelin1-6/+4
2021-06-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell10-143/+97
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell26-346/+965
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tPeter Maydell1-0/+10
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell2-20/+29
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell3-99/+109
2021-06-16target/arm: Add framework for MVE decodePeter Maydell5-0/+53
2021-06-16target/arm: Implement MVE LETP insnPeter Maydell2-9/+97
2021-06-16target/arm: Implement MVE DLSTPPeter Maydell2-5/+27
2021-06-16target/arm: Implement MVE WLSTP insnPeter Maydell2-3/+42
2021-06-16target/arm: Implement MVE LCTPPeter Maydell2-0/+26
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell1-5/+15