aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-06hw/nvme: move adjustment of data_units{read,written}Joel Granados
2023-03-06hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson
2023-03-06target/arm: Diagnose incorrect usage of arm_is_secure subroutinesRichard Henderson
2023-03-06target/arm: Stub arm_hcr_el2_eff for m-profileRichard Henderson
2023-03-06target/arm: Handle m-profile in arm_is_secureRichard Henderson
2023-03-06target/arm: Implement gdbstub m-profile systemreg and secextRichard Henderson
2023-03-06target/arm: Export arm_v7m_get_sp_ptrDavid Reiss
2023-03-06target/arm: Export arm_v7m_mrs_controlDavid Reiss
2023-03-06target/arm: Implement gdbstub pauth extensionRichard Henderson
2023-03-06target/arm: Create pauth_ptr_maskRichard Henderson
2023-03-06target/arm: Simplify iteration over bit widthsRichard Henderson
2023-03-06target/arm: Add name argument to output_vector_union_typeRichard Henderson
2023-03-06target/arm: Fix svep width in arm_gen_dynamic_svereg_xmlRichard Henderson
2023-03-06target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xmlRichard Henderson
2023-03-06target/arm: Simplify register counting in arm_gen_dynamic_svereg_xmlRichard Henderson
2023-03-06target/arm: Split out output_vector_union_typeRichard Henderson
2023-03-06target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson
2023-03-06target/arm: Unexport arm_gen_dynamic_sysreg_xmlRichard Henderson
2023-03-06target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson
2023-03-06Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Peter Maydell
2023-03-06hw/xen/xen_pt: fix uninitialized variableMarek Marczykowski-Górecki
2023-03-06xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski
2023-03-06Merge tag 'pull-tcg-20230305' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-03-06audio: remove sw->ratioVolker Rümelin
2023-03-06audio/audio_template: substitute sw->hw with hwVolker Rümelin
2023-03-06audio: handle leftover audio frame from upsamplingVolker Rümelin
2023-03-06audio: make recording packet length calculation exactVolker Rümelin
2023-03-06audio: rename variables in audio_pcm_sw_read()Volker Rümelin
2023-03-06audio: replace the resampling loop in audio_pcm_sw_read()Volker Rümelin
2023-03-06audio: make playback packet length calculation exactVolker Rümelin
2023-03-06audio: remove unused noop_conv() functionVolker Rümelin
2023-03-06audio: don't misuse audio_pcm_sw_write()Volker Rümelin
2023-03-06audio: rename variables in audio_pcm_sw_write()Volker Rümelin
2023-03-06audio: remove sw == NULL checkVolker Rümelin
2023-03-06audio: replace the resampling loop in audio_pcm_sw_write()Volker Rümelin
2023-03-06audio: make the resampling code greedyVolker Rümelin
2023-03-06audio: change type and name of the resample bufferVolker Rümelin
2023-03-06audio: change type of mix_buf and conv_bufVolker Rümelin
2023-03-06alsaaudio: reintroduce default recording settingsVolker Rümelin
2023-03-06alsaaudio: change default playback settingsVolker Rümelin
2023-03-06audio: remove audio_calloc() functionVolker Rümelin
2023-03-06audio/audio_template: use g_new0() to replace audio_calloc()Volker Rümelin
2023-03-06audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin
2023-03-06audio/alsaaudio: use g_new0() instead of audio_calloc()Volker Rümelin
2023-03-06audio/mixeng: use g_new0() instead of audio_calloc()Volker Rümelin
2023-03-06audio: remove unused #define AUDIO_STRINGIFYVolker Rümelin
2023-03-06audio: rename hardware store to backendVolker Rümelin
2023-03-06audio: don't show unnecessary error messagesVolker Rümelin