aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-06target/arm: Implement gdbstub m-profile systemreg and secextRichard Henderson2-0/+180
2023-03-06target/arm: Export arm_v7m_get_sp_ptrDavid Reiss2-43/+51
2023-03-06target/arm: Export arm_v7m_mrs_controlDavid Reiss2-3/+6
2023-03-06target/arm: Implement gdbstub pauth extensionRichard Henderson7-3/+59
2023-03-06target/arm: Create pauth_ptr_maskRichard Henderson2-4/+32
2023-03-06target/arm: Simplify iteration over bit widthsRichard Henderson1-4/+6
2023-03-06target/arm: Add name argument to output_vector_union_typeRichard Henderson1-14/+14
2023-03-06target/arm: Fix svep width in arm_gen_dynamic_svereg_xmlRichard Henderson1-1/+1
2023-03-06target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xmlRichard Henderson1-2/+3
2023-03-06target/arm: Simplify register counting in arm_gen_dynamic_svereg_xmlRichard Henderson1-10/+15
2023-03-06target/arm: Split out output_vector_union_typeRichard Henderson1-37/+44
2023-03-06target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson4-126/+119
2023-03-06target/arm: Unexport arm_gen_dynamic_sysreg_xmlRichard Henderson2-2/+1
2023-03-06target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson3-12/+13
2023-03-06Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Peter Maydell8-297/+359
2023-03-06hw/xen/xen_pt: fix uninitialized variableMarek Marczykowski-Górecki1-1/+1
2023-03-06xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski4-11/+78
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-05roms/opensbi: Upgrade from v1.1 to v1.2Bin Meng3-0/+0
2023-03-05gitlab/opensbi: Move to docker:stablePalmer Dabbelt2-2/+3
2023-03-05hw: intc: Use cpu_by_arch_id to fetch CPU stateMayuresh Chitale3-13/+13
2023-03-05target/riscv: cpu: Implement get_arch_id callbackMayuresh Chitale1-0/+8
2023-03-05target/xtensa: Avoid tcg_const_i32Richard Henderson1-3/+3