summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-187-9/+9
* gdbstub: add support to Xfer:auxv:read: packetLirong Yuan2021-01-184-0/+121
* gdbstub: implement a softmmu based testAlex Bennée2021-01-189-12/+181
* Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test"Alex Bennée2021-01-181-3/+1Star
* configure: gate our use of GDB to 8.3.1 or aboveAlex Bennée2021-01-181-2/+5
* test/guest-debug: echo QEMU command as wellAlex Bennée2021-01-181-0/+1
* scripts/checkpatch.pl: fix git-show invocation to include diffstatAlex Bennée2021-01-181-1/+1
* gitlab: migrate the minimal tools and unit tests from TravisAlex Bennée2021-01-182-10/+3Star
* Fix build with new yank feature by adding stubsLukas Straub2021-01-183-0/+31
* gitlab: move docs and tools build across from TravisAlex Bennée2021-01-182-22/+22
* docker: expand debian-amd64 image to include tag toolsAlex Bennée2021-01-181-1/+4
* Makefile: wrap cscope in quiet-command callsAlex Bennée2021-01-181-3/+11
* Makefile: wrap etags in quiet-command callsAlex Bennée2021-01-181-2/+7
* Makefile: wrap ctags in quiet-command callsAlex Bennée2021-01-181-2/+7
* Add newline when generating DockerfileAlessandro Di Federico2021-01-181-2/+2
* shippable.yml: Remove jobs duplicated on Gitlab-CIPhilippe Mathieu-Daudé2021-01-181-13/+1Star
* Makefile: add GNU global tags supportAlex Bennée2021-01-182-1/+16
* tests/docker: Remove Debian 9 remnant linesPhilippe Mathieu-Daudé2021-01-181-1/+0Star
* Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210115-pull-request...Peter Maydell2021-01-1517-236/+472
|\
| * audio: space prohibited between function name and parenthesis'('Zhang Han2021-01-151-6/+6
| * audio: Suspect code indent for conditional statementsZhang Han2021-01-151-1/+1
| * audio: Don't use '%#' in format stringsZhang Han2021-01-151-1/+1
| * audio: Fix lines over 90 charactersZhang Han2021-01-151-10/+27
| * audio: foo* bar" should be "foo *bar".Zhang Han2021-01-151-6/+6
| * audio: Add spaces around operator/delete redundant spacesZhang Han2021-01-154-4/+4
| * audio: Add braces for statements/fix braces' positionZhang Han2021-01-156-48/+29Star
| * dsoundaudio: fix log messageVolker Rümelin2021-01-151-1/+1
| * dsoundaudio: enable f32 audio sample formatVolker Rümelin2021-01-151-24/+47
| * dsoundaudio: rename dsound_open()Volker Rümelin2021-01-151-2/+2
| * dsoundaudio: replace GetForegroundWindow()Volker Rümelin2021-01-152-2/+2
| * paaudio: send recorded data in smaller chunksVolker Rümelin2021-01-151-2/+3
| * paaudio: limit minreq to 75% of audio timer_rateVolker Rümelin2021-01-151-1/+2
| * paaudio: comment bugs in functions qpa_init_*Volker Rümelin2021-01-151-0/+8
| * paaudio: remove unneeded codeVolker Rümelin2021-01-151-8/+2Star
| * paaudio: wait until the playback stream is readyVolker Rümelin2021-01-151-0/+7
| * paaudio: wait for PA_STREAM_READY in qpa_write()Volker Rümelin2021-01-151-0/+6
| * paaudio: avoid to clip samples multiple timesVolker Rümelin2021-01-151-1/+31
| * audio: remove remaining unused plive codeVolker Rümelin2021-01-151-16/+1Star
| * sdlaudio: enable (in|out).mixing-engine=offVolker Rümelin2021-01-151-2/+2
| * audio: break generic buffer dependency on mixing-engineVolker Rümelin2021-01-151-7/+4Star
| * sdlaudio: add recording functionsVolker Rümelin2021-01-151-3/+139
| * audio: split pcm_ops function get_buffer_inVolker Rümelin2021-01-157-4/+21
| * sdlaudio: replace legacy functions with modern onesVolker Rümelin2021-01-151-57/+50Star
| * sdlaudio: fill remaining sample buffer with silenceVolker Rümelin2021-01-151-1/+2
| * sdlaudio: always clear the sample bufferVolker Rümelin2021-01-151-17/+16Star
| * sdlaudio: don't start playback in init routineVolker Rümelin2021-01-151-1/+0Star
| * sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin2021-01-156-7/+52
| * audio: fix bit-rotted codeVolker Rümelin2021-01-152-2/+2
| * sdlaudio: remove leftover SDL1.2 codeVolker Rümelin2021-01-151-17/+13Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210115-pull-request' i...Peter Maydell2021-01-156-28/+169
|\ \