| Commit message (Expand) | Author | Age | Files | Lines |
* | gdbstub: drop gdbserver_cleanup in favour of gdb_exit | Alex Bennée | 2021-01-18 | 3 | -11/+12 |
* | gdbstub: drop CPUEnv from gdb_exit() | Alex Bennée | 2021-01-18 | 7 | -9/+9 |
* | gdbstub: add support to Xfer:auxv:read: packet | Lirong Yuan | 2021-01-18 | 4 | -0/+121 |
* | gdbstub: implement a softmmu based test | Alex Bennée | 2021-01-18 | 9 | -12/+181 |
* | Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test" | Alex Bennée | 2021-01-18 | 1 | -3/+1 |
* | configure: gate our use of GDB to 8.3.1 or above | Alex Bennée | 2021-01-18 | 1 | -2/+5 |
* | test/guest-debug: echo QEMU command as well | Alex Bennée | 2021-01-18 | 1 | -0/+1 |
* | scripts/checkpatch.pl: fix git-show invocation to include diffstat | Alex Bennée | 2021-01-18 | 1 | -1/+1 |
* | gitlab: migrate the minimal tools and unit tests from Travis | Alex Bennée | 2021-01-18 | 2 | -10/+3 |
* | Fix build with new yank feature by adding stubs | Lukas Straub | 2021-01-18 | 3 | -0/+31 |
* | gitlab: move docs and tools build across from Travis | Alex Bennée | 2021-01-18 | 2 | -22/+22 |
* | docker: expand debian-amd64 image to include tag tools | Alex Bennée | 2021-01-18 | 1 | -1/+4 |
* | Makefile: wrap cscope in quiet-command calls | Alex Bennée | 2021-01-18 | 1 | -3/+11 |
* | Makefile: wrap etags in quiet-command calls | Alex Bennée | 2021-01-18 | 1 | -2/+7 |
* | Makefile: wrap ctags in quiet-command calls | Alex Bennée | 2021-01-18 | 1 | -2/+7 |
* | Add newline when generating Dockerfile | Alessandro Di Federico | 2021-01-18 | 1 | -2/+2 |
* | shippable.yml: Remove jobs duplicated on Gitlab-CI | Philippe Mathieu-Daudé | 2021-01-18 | 1 | -13/+1 |
* | Makefile: add GNU global tags support | Alex Bennée | 2021-01-18 | 2 | -1/+16 |
* | tests/docker: Remove Debian 9 remnant lines | Philippe Mathieu-Daudé | 2021-01-18 | 1 | -1/+0 |
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210115-pull-request... | Peter Maydell | 2021-01-15 | 17 | -236/+472 |
|\ |
|
| * | audio: space prohibited between function name and parenthesis'(' | Zhang Han | 2021-01-15 | 1 | -6/+6 |
| * | audio: Suspect code indent for conditional statements | Zhang Han | 2021-01-15 | 1 | -1/+1 |
| * | audio: Don't use '%#' in format strings | Zhang Han | 2021-01-15 | 1 | -1/+1 |
| * | audio: Fix lines over 90 characters | Zhang Han | 2021-01-15 | 1 | -10/+27 |
| * | audio: foo* bar" should be "foo *bar". | Zhang Han | 2021-01-15 | 1 | -6/+6 |
| * | audio: Add spaces around operator/delete redundant spaces | Zhang Han | 2021-01-15 | 4 | -4/+4 |
| * | audio: Add braces for statements/fix braces' position | Zhang Han | 2021-01-15 | 6 | -48/+29 |
| * | dsoundaudio: fix log message | Volker Rümelin | 2021-01-15 | 1 | -1/+1 |
| * | dsoundaudio: enable f32 audio sample format | Volker Rümelin | 2021-01-15 | 1 | -24/+47 |
| * | dsoundaudio: rename dsound_open() | Volker Rümelin | 2021-01-15 | 1 | -2/+2 |
| * | dsoundaudio: replace GetForegroundWindow() | Volker Rümelin | 2021-01-15 | 2 | -2/+2 |
| * | paaudio: send recorded data in smaller chunks | Volker Rümelin | 2021-01-15 | 1 | -2/+3 |
| * | paaudio: limit minreq to 75% of audio timer_rate | Volker Rümelin | 2021-01-15 | 1 | -1/+2 |
| * | paaudio: comment bugs in functions qpa_init_* | Volker Rümelin | 2021-01-15 | 1 | -0/+8 |
| * | paaudio: remove unneeded code | Volker Rümelin | 2021-01-15 | 1 | -8/+2 |
| * | paaudio: wait until the playback stream is ready | Volker Rümelin | 2021-01-15 | 1 | -0/+7 |
| * | paaudio: wait for PA_STREAM_READY in qpa_write() | Volker Rümelin | 2021-01-15 | 1 | -0/+6 |
| * | paaudio: avoid to clip samples multiple times | Volker Rümelin | 2021-01-15 | 1 | -1/+31 |
| * | audio: remove remaining unused plive code | Volker Rümelin | 2021-01-15 | 1 | -16/+1 |
| * | sdlaudio: enable (in|out).mixing-engine=off | Volker Rümelin | 2021-01-15 | 1 | -2/+2 |
| * | audio: break generic buffer dependency on mixing-engine | Volker Rümelin | 2021-01-15 | 1 | -7/+4 |
| * | sdlaudio: add recording functions | Volker Rümelin | 2021-01-15 | 1 | -3/+139 |
| * | audio: split pcm_ops function get_buffer_in | Volker Rümelin | 2021-01-15 | 7 | -4/+21 |
| * | sdlaudio: replace legacy functions with modern ones | Volker Rümelin | 2021-01-15 | 1 | -57/+50 |
| * | sdlaudio: fill remaining sample buffer with silence | Volker Rümelin | 2021-01-15 | 1 | -1/+2 |
| * | sdlaudio: always clear the sample buffer | Volker Rümelin | 2021-01-15 | 1 | -17/+16 |
| * | sdlaudio: don't start playback in init routine | Volker Rümelin | 2021-01-15 | 1 | -1/+0 |
| * | sdlaudio: add -audiodev sdl,out.buffer-count option | Volker Rümelin | 2021-01-15 | 6 | -7/+52 |
| * | audio: fix bit-rotted code | Volker Rümelin | 2021-01-15 | 2 | -2/+2 |
| * | sdlaudio: remove leftover SDL1.2 code | Volker Rümelin | 2021-01-15 | 1 | -17/+13 |