aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-15audio: Don't use '%#' in format stringsZhang Han
2021-01-15audio: Fix lines over 90 charactersZhang Han
2021-01-15audio: foo* bar" should be "foo *bar".Zhang Han
2021-01-15audio: Add spaces around operator/delete redundant spacesZhang Han
2021-01-15audio: Add braces for statements/fix braces' positionZhang Han
2021-01-15dsoundaudio: fix log messageVolker Rümelin
2021-01-15dsoundaudio: enable f32 audio sample formatVolker Rümelin
2021-01-15dsoundaudio: rename dsound_open()Volker Rümelin
2021-01-15dsoundaudio: replace GetForegroundWindow()Volker Rümelin
2021-01-15paaudio: send recorded data in smaller chunksVolker Rümelin
2021-01-15paaudio: limit minreq to 75% of audio timer_rateVolker Rümelin
2021-01-15paaudio: comment bugs in functions qpa_init_*Volker Rümelin
2021-01-15paaudio: remove unneeded codeVolker Rümelin
2021-01-15paaudio: wait until the playback stream is readyVolker Rümelin
2021-01-15paaudio: wait for PA_STREAM_READY in qpa_write()Volker Rümelin
2021-01-15paaudio: avoid to clip samples multiple timesVolker Rümelin
2021-01-15audio: remove remaining unused plive codeVolker Rümelin
2021-01-15sdlaudio: enable (in|out).mixing-engine=offVolker Rümelin
2021-01-15audio: break generic buffer dependency on mixing-engineVolker Rümelin
2021-01-15sdlaudio: add recording functionsVolker Rümelin
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin
2021-01-15sdlaudio: replace legacy functions with modern onesVolker Rümelin
2021-01-15sdlaudio: fill remaining sample buffer with silenceVolker Rümelin
2021-01-15sdlaudio: always clear the sample bufferVolker Rümelin
2021-01-15sdlaudio: don't start playback in init routineVolker Rümelin
2021-01-15sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin
2021-01-15audio: fix bit-rotted codeVolker Rümelin
2021-01-15sdlaudio: remove leftover SDL1.2 codeVolker Rümelin
2021-01-13Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell
2021-01-13tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupi...Lukas Straub
2021-01-13io: Document qmp oob suitability of qio_channel_shutdown and io_shutdownLukas Straub
2021-01-13io/channel-tls.c: make qio_channel_tls_shutdown thread-safeLukas Straub
2021-01-13migration: Add yank featureLukas Straub
2021-01-13chardev/char-socket.c: Add yank featureLukas Straub
2021-01-13block/nbd.c: Add yank featureLukas Straub
2021-01-13Introduce yank featureLukas Straub
2021-01-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210112-...Peter Maydell
2021-01-12ui/cocoa: Fix openFile: deprecation on Big SurRoman Bolshakov
2021-01-12hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu
2021-01-12hw/misc: Add QTest for NPCM7XX PWM ModuleHao Wu
2021-01-12hw/misc: Add a PWM module for NPCM7XXHao Wu
2021-01-12hw/adc: Add an ADC module for NPCM7XXHao Wu
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu
2021-01-12hw/misc: Add clock converter in NPCM7XX CLK moduleHao Wu
2021-01-12hw/net/lan9118: Add symbolic constants for register offsetsPeter Maydell
2021-01-12hw/net/lan9118: Fix RX Status FIFO PEEK valuePeter Maydell
2021-01-12target/arm: Don't decode insns in the XScale/iWMMXt space as cp insnsPeter Maydell
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé
2021-01-12configure: quote command line arguments in config.statusPaolo Bonzini