aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-03-06audio: log unimplemented audio device sample ratesVolker Rümelin
2023-03-06MAINTAINERS: add myself to ui/ and audio/Marc-André Lureau
2023-03-04configure: Disable thread-safety warnings on macOSThomas Huth
2023-03-04tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancelPeter Maydell
2023-03-04Merge tag 'pull-ppc-20230303' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell
2023-03-03pnv_phb4_pec: Simplify/align code to parent user-created PHBsFrederic Barrat
2023-03-03pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful fileFrederic Barrat
2023-03-03pnv_phb4_pec: Only export existing PHBs to the device treeFrederic Barrat
2023-03-03pnv_phb4_pec: Keep track of instantiated PHBsFrederic Barrat
2023-03-03target/ppc/translate: Add dummy implementation for dcblc instructionBernhard Beschow
2023-03-03Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta...Peter Maydell
2023-03-03Merge tag 'pull-loongarch-20230303' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2023-03-03Merge tag 'migration-20230302-pull-request' of https://gitlab.com/juan.quinte...Peter Maydell
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-03-03Merge tag 'pull-riscv-to-apply-20230303' of https://gitlab.com/palmer-dabbelt...Peter Maydell
2023-03-03hw/loongarch/virt: add system_powerdown hmp command supportSong Gao
2023-03-03target/loongarch: Implement Chip Configuraiton Version Register(0x0000)Song Gao
2023-03-03docs/system/loongarch: update loongson3.rst and rename it to virt.rstSong Gao
2023-03-03loongarch: Add smbios command line option.Song Gao
2023-03-03hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASEBibo Mao
2023-03-02tests/data/acpi/virt: drop (most) duplicate files.Michael S. Tsirkin
2023-03-02hw/cxl/mailbox: Use new UUID network order define for cel_uuidIra Weiny
2023-03-02qemu/uuid: Add UUID static initializerIra Weiny
2023-03-02qemu/bswap: Add const_le64()Ira Weiny
2023-03-02tests: acpi: Update q35/DSDT.cxl for removed duplicate UIDJonathan Cameron
2023-03-02hw/i386/acpi: Drop duplicate _UID entry for CXL root bridgeJonathan Cameron
2023-03-02tests/acpi: Allow update of q35/DSDT.cxlJonathan Cameron
2023-03-02hw/cxl: Add CXL_CAPACITY_MULTIPLIER definitionGregory Price
2023-03-02hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXLGregory Price
2023-03-02hw/pci-bridge/cxl_downstream: Fix type naming mismatchJonathan Cameron
2023-03-02hw/mem/cxl_type3: Improve error handling in realize()Jonathan Cameron