aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-16target/riscv: Remove built-in GDB XML files for CSRsBin Meng
2021-01-16target/riscv: Generate the GDB XML file for CSR registers dynamicallyBin Meng
2021-01-16target/riscv: Add CSR name in the CSR function tableBin Meng
2021-01-16target/riscv: Make csr_ops[CSR_TABLE_SIZE] externalBin Meng
2021-01-16hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwriteGreen Wan
2021-01-16hw/riscv: sifive_u: Use SIFIVE_U_CPU for mc->default_cpu_typeBin Meng
2021-01-16target/riscv/pmp: Raise exception if no PMP entry is configuredAtish Patra
2021-01-16RISC-V: Place DTB at 3GB boundary instead of 4GBAtish Patra
2021-01-16gdb: riscv: Add target descriptionSylvain Pelissier
2021-01-16hw/block: m25p80: Implement AAI-WP command support for SST flashesXuzhou Cheng
2021-01-16hw/block: m25p80: Don't write to flash if write is disabledBin Meng
2021-01-15Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210115-pull-request...Peter Maydell
2021-01-15Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210115-pull-request' i...Peter Maydell
2021-01-15Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-2021-01-15' i...Peter Maydell
2021-01-15Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210114' into ...Peter Maydell
2021-01-15audio: space prohibited between function name and parenthesis'('Zhang Han
2021-01-15audio: Suspect code indent for conditional statementsZhang Han
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-15vnc: add support for extended desktop resizeGerd Hoffmann
2021-01-15vnc: move initialization to framebuffer_update_requestGerd Hoffmann
2021-01-15vnc: move check into vnc_cursor_defineGerd Hoffmann
2021-01-15vnc: Fix a memleak in vnc_display_connect()Alex Chen
2021-01-15ui: add support for remote power control to VNC serverDaniel P. Berrangé