aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-07vfio/common: Consolidate skip/invalid section into helperJoao Martins1-32/+23
2023-03-07vfio/common: Use a single tracepoint for skipped sectionsJoao Martins2-4/+3
2023-03-07vfio/common: Add helper to validate iova/end against hostwinJoao Martins1-18/+20
2023-03-07vfio/common: Add VFIOBitmap and alloc functionAvihai Horon1-29/+44
2023-03-07vfio/common: Abort migration if dirty log start/stop/sync failsAvihai Horon1-8/+45
2023-03-07vfio/common: Fix wrong %m usagesAvihai Horon1-13/+16
2023-03-07vfio/common: Fix error reporting in vfio_get_dirty_bitmap()Avihai Horon1-0/+1
2023-03-07Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydel...Peter Maydell19-255/+739
2023-03-07Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell6-27/+1345
2023-03-07Merge tag 'pull-xen-20230306' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell5-12/+79
2023-03-06hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao2-4/+31
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier6-15/+1179
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