aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-06hw/nvme: basic directives supportGollu Appalanaidu3-6/+71
2023-03-06hw/nvme: add basic endurance group supportKlaus Jensen4-8/+93
2023-03-06hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespaceNiklas Cassel2-0/+2
2023-03-06hw/nvme: move adjustment of data_units{read,written}Joel Granados1-6/+8
2023-03-06hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao2-2/+30
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel3-0/+116
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson1-76/+97
2023-03-06target/arm: Diagnose incorrect usage of arm_is_secure subroutinesRichard Henderson1-1/+4
2023-03-06target/arm: Stub arm_hcr_el2_eff for m-profileRichard Henderson1-0/+3
2023-03-06target/arm: Handle m-profile in arm_is_secureRichard Henderson1-0/+3
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