aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard12-5/+13
2021-01-18target/arm: use official org.gnu.gdb.aarch64.sve layout for registersAlex Bennée3-47/+41
2021-01-18gdbstub: ensure we clean-up when terminatedAlex Bennée1-0/+2
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée3-11/+12
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée7-9/+9
2021-01-18gdbstub: add support to Xfer:auxv:read: packetLirong Yuan4-0/+121
2021-01-18gdbstub: implement a softmmu based testAlex Bennée9-12/+181
2021-01-18Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test"Alex Bennée1-3/+1
2021-01-18configure: gate our use of GDB to 8.3.1 or aboveAlex Bennée1-2/+5
2021-01-18test/guest-debug: echo QEMU command as wellAlex Bennée1-0/+1
2021-01-18scripts/checkpatch.pl: fix git-show invocation to include diffstatAlex Bennée1-1/+1
2021-01-18gitlab: migrate the minimal tools and unit tests from TravisAlex Bennée2-10/+3
2021-01-18Fix build with new yank feature by adding stubsLukas Straub3-0/+31
2021-01-18gitlab: move docs and tools build across from TravisAlex Bennée2-22/+22
2021-01-18docker: expand debian-amd64 image to include tag toolsAlex Bennée1-1/+4
2021-01-18Makefile: wrap cscope in quiet-command callsAlex Bennée1-3/+11
2021-01-18Makefile: wrap etags in quiet-command callsAlex Bennée1-2/+7
2021-01-18Makefile: wrap ctags in quiet-command callsAlex Bennée1-2/+7
2021-01-18Add newline when generating DockerfileAlessandro Di Federico1-2/+2
2021-01-18shippable.yml: Remove jobs duplicated on Gitlab-CIPhilippe Mathieu-Daudé1-13/+1
2021-01-18Makefile: add GNU global tags supportAlex Bennée2-1/+16
2021-01-18tests/docker: Remove Debian 9 remnant linesPhilippe Mathieu-Daudé1-1/+0
2021-01-15Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210115-pull-request...Peter Maydell17-236/+472
2021-01-15Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210115-pull-request' i...Peter Maydell6-28/+169
2021-01-15Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-2021-01-15' i...Peter Maydell1-3/+3
2021-01-15Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210114' into ...Peter Maydell33-4433/+4757
2021-01-15audio: space prohibited between function name and parenthesis'('Zhang Han1-6/+6
2021-01-15audio: Suspect code indent for conditional statementsZhang Han1-1/+1
2021-01-15audio: Don't use '%#' in format stringsZhang Han1-1/+1
2021-01-15audio: Fix lines over 90 charactersZhang Han1-10/+27
2021-01-15audio: foo* bar" should be "foo *bar".Zhang Han1-6/+6
2021-01-15audio: Add spaces around operator/delete redundant spacesZhang Han4-4/+4
2021-01-15audio: Add braces for statements/fix braces' positionZhang Han6-48/+29
2021-01-15dsoundaudio: fix log messageVolker Rümelin1-1/+1
2021-01-15dsoundaudio: enable f32 audio sample formatVolker Rümelin1-24/+47
2021-01-15dsoundaudio: rename dsound_open()Volker Rümelin1-2/+2
2021-01-15dsoundaudio: replace GetForegroundWindow()Volker Rümelin2-2/+2
2021-01-15paaudio: send recorded data in smaller chunksVolker Rümelin1-2/+3
2021-01-15paaudio: limit minreq to 75% of audio timer_rateVolker Rümelin1-1/+2
2021-01-15paaudio: comment bugs in functions qpa_init_*Volker Rümelin1-0/+8
2021-01-15paaudio: remove unneeded codeVolker Rümelin1-8/+2
2021-01-15paaudio: wait until the playback stream is readyVolker Rümelin1-0/+7
2021-01-15paaudio: wait for PA_STREAM_READY in qpa_write()Volker Rümelin1-0/+6
2021-01-15paaudio: avoid to clip samples multiple timesVolker Rümelin1-1/+31
2021-01-15audio: remove remaining unused plive codeVolker Rümelin1-16/+1
2021-01-15sdlaudio: enable (in|out).mixing-engine=offVolker Rümelin1-2/+2
2021-01-15audio: break generic buffer dependency on mixing-engineVolker Rümelin1-7/+4
2021-01-15sdlaudio: add recording functionsVolker Rümelin1-3/+139
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin7-4/+21
2021-01-15sdlaudio: replace legacy functions with modern onesVolker Rümelin1-57/+50