aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell15-41/+94
2021-01-17acpi: Update _DSM method in expected filesJiahui Cen6-5/+0
2021-01-17acpi: Enable pxb unit-test for ARM virt machineJiahui Cen1-4/+0
2021-01-17Kconfig: Compile PXB for ARM_VIRTJiahui Cen1-1/+1
2021-01-17acpi/gpex: Exclude pxb's resources from PCI0Jiahui Cen1-21/+43
2021-01-17acpi/gpex: Inform os to keep firmware resource mapJiahui Cen1-2/+18
2021-01-17acpi: Add addr offset in build_crsJiahui Cen4-11/+17
2021-01-17acpi: Fix unmatched expected DSDT.pxb fileJiahui Cen1-0/+0
2021-01-17acpi: Allow DSDT acpi table changesJiahui Cen1-0/+5
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
2021-01-15sdlaudio: fill remaining sample buffer with silenceVolker Rümelin1-1/+2
2021-01-15sdlaudio: always clear the sample bufferVolker Rümelin1-17/+16
2021-01-15sdlaudio: don't start playback in init routineVolker Rümelin1-1/+0
2021-01-15sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin6-7/+52
2021-01-15audio: fix bit-rotted codeVolker Rümelin2-2/+2
2021-01-15sdlaudio: remove leftover SDL1.2 codeVolker Rümelin1-17/+13
2021-01-15vnc: add support for extended desktop resizeGerd Hoffmann2-1/+65
2021-01-15vnc: move initialization to framebuffer_update_requestGerd Hoffmann1-7/+4
2021-01-15vnc: move check into vnc_cursor_defineGerd Hoffmann1-6/+6
2021-01-15vnc: Fix a memleak in vnc_display_connect()Alex Chen1-0/+1
2021-01-15ui: add support for remote power control to VNC serverDaniel P. Berrangé3-0/+76
2021-01-15vnc: fix unfinalized tlscreds for VncDisplayZihao Chang1-1/+1
2021-01-15ui/gtk: update monitor interval on egl displaysNikola Pavlica1-0/+3