aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-10linux-user: fix sockaddr_in6 endiannessMathis Marion1-0/+5
2023-03-10linux-user: Add strace for prlimit64() syscallHelge Deller2-1/+90
2023-03-10linux-user: Provide print_raw_param64() for 64-bit valuesHelge Deller1-4/+16
2023-03-10linux-user: Fix brk() to release pagesHelge Deller1-34/+35
2023-03-10linux-user: fill out task state in /proc/self/statAndreas Schwab1-0/+3
2023-03-10linux-user: add support for xtensa FDPICMax Filippov2-1/+16
2023-03-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich2-6/+6
2023-03-10linux-user: add target to host netlink conversionsMathis Marion1-0/+62
2023-03-10linux-user: fix timerfd read endianness conversionMathis Marion3-5/+14
2023-03-10linux-user: Fix access to /proc/self/exeHelge Deller2-24/+20
2023-03-06Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Peter Maydell8-297/+359
2023-03-06Merge tag 'pull-tcg-20230305' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell93-5991/+579
2023-03-06audio: remove sw->ratioVolker Rümelin3-24/+9
2023-03-06audio/audio_template: substitute sw->hw with hwVolker Rümelin1-3/+3
2023-03-06audio: handle leftover audio frame from upsamplingVolker Rümelin2-6/+34
2023-03-06audio: make recording packet length calculation exactVolker Rümelin3-21/+50
2023-03-06audio: rename variables in audio_pcm_sw_read()Volker Rümelin1-9/+9
2023-03-06audio: replace the resampling loop in audio_pcm_sw_read()Volker Rümelin1-24/+35
2023-03-06audio: make playback packet length calculation exactVolker Rümelin3-25/+58
2023-03-06audio: remove unused noop_conv() functionVolker Rümelin1-8/+0
2023-03-06audio: don't misuse audio_pcm_sw_write()Volker Rümelin1-11/+18
2023-03-06audio: rename variables in audio_pcm_sw_write()Volker Rümelin1-23/+22
2023-03-06audio: remove sw == NULL checkVolker Rümelin1-4/+0
2023-03-06audio: replace the resampling loop in audio_pcm_sw_write()Volker Rümelin1-27/+36
2023-03-06audio: make the resampling code greedyVolker Rümelin1-8/+13
2023-03-06audio: change type and name of the resample bufferVolker Rümelin3-13/+16
2023-03-06audio: change type of mix_buf and conv_bufVolker Rümelin3-64/+67
2023-03-06alsaaudio: reintroduce default recording settingsVolker Rümelin1-6/+4
2023-03-06alsaaudio: change default playback settingsVolker Rümelin1-7/+4
2023-03-06audio: remove audio_calloc() functionVolker Rümelin2-21/+0
2023-03-06audio/audio_template: use g_new0() to replace audio_calloc()Volker Rümelin1-17/+12
2023-03-06audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin2-12/+10
2023-03-06audio/alsaaudio: use g_new0() instead of audio_calloc()Volker Rümelin1-5/+1
2023-03-06audio/mixeng: use g_new0() instead of audio_calloc()Volker Rümelin3-16/+2
2023-03-06audio: remove unused #define AUDIO_STRINGIFYVolker Rümelin1-3/+0
2023-03-06audio: rename hardware store to backendVolker Rümelin1-2/+2
2023-03-06audio: don't show unnecessary error messagesVolker Rümelin1-1/+1
2023-03-06audio: log unimplemented audio device sample ratesVolker Rümelin2-0/+14
2023-03-06MAINTAINERS: add myself to ui/ and audio/Marc-André Lureau1-0/+2
2023-03-05target/xtensa: Avoid tcg_const_i32Richard Henderson1-3/+3
2023-03-05target/xtensa: Split constant in bit shiftRichard Henderson1-4/+4
2023-03-05target/xtensa: Use tcg_gen_subfi_i32 in translate_sllRichard Henderson1-2/+2
2023-03-05target/xtensa: Avoid tcg_const_i32 in translate_l32rRichard Henderson1-3/+3
2023-03-05target/xtensa: Tidy translate_clampsRichard Henderson1-4/+4
2023-03-05target/xtensa: Tidy translate_bbRichard Henderson1-11/+7
2023-03-05target/sparc: Avoid tcg_const_{tl,i32}Richard Henderson1-42/+38
2023-03-05target/s390x: Split out gen_ri2Richard Henderson1-9/+14
2023-03-05target/riscv: Avoid tcg_const_*Richard Henderson3-5/+5
2023-03-05target/microblaze: Avoid tcg_const_* throughoutRichard Henderson1-20/+15
2023-03-05target/i386: Simplify POPFRichard Henderson1-44/+11