aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-04configure: Disable thread-safety warnings on macOSThomas Huth1-1/+4
2023-03-04tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancelPeter Maydell1-2/+8
2023-03-04Merge tag 'pull-ppc-20230303' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell6-71/+85
2023-03-03pnv_phb4_pec: Simplify/align code to parent user-created PHBsFrederic Barrat5-25/+22
2023-03-03pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful fileFrederic Barrat3-43/+42
2023-03-03pnv_phb4_pec: Only export existing PHBs to the device treeFrederic Barrat1-2/+6
2023-03-03pnv_phb4_pec: Keep track of instantiated PHBsFrederic Barrat3-5/+10
2023-03-03target/ppc/translate: Add dummy implementation for dcblc instructionBernhard Beschow1-0/+9
2023-03-03Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta...Peter Maydell16-77/+419
2023-03-03Merge tag 'pull-loongarch-20230303' of https://gitlab.com/gaosong/qemu into s...Peter Maydell8-73/+70
2023-03-03Merge tag 'migration-20230302-pull-request' of https://gitlab.com/juan.quinte...Peter Maydell2-3/+26
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell61-396/+357
2023-03-03Merge tag 'pull-riscv-to-apply-20230303' of https://gitlab.com/palmer-dabbelt...Peter Maydell20-574/+538
2023-03-03hw/loongarch/virt: add system_powerdown hmp command supportSong Gao3-0/+14
2023-03-03target/loongarch: Implement Chip Configuraiton Version Register(0x0000)Song Gao2-0/+3
2023-03-03docs/system/loongarch: update loongson3.rst and rename it to virt.rstSong Gao1-59/+38
2023-03-03loongarch: Add smbios command line option.Song Gao1-1/+1
2023-03-03hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASEBibo Mao3-13/+14
2023-03-02tests/data/acpi/virt: drop (most) duplicate files.Michael S. Tsirkin14-0/+0
2023-03-02hw/cxl/mailbox: Use new UUID network order define for cel_uuidIra Weiny3-9/+8
2023-03-02qemu/uuid: Add UUID static initializerIra Weiny1-0/+12
2023-03-02qemu/bswap: Add const_le64()Ira Weiny1-1/+11
2023-03-02tests: acpi: Update q35/DSDT.cxl for removed duplicate UIDJonathan Cameron2-1/+0
2023-03-02hw/i386/acpi: Drop duplicate _UID entry for CXL root bridgeJonathan Cameron1-1/+0
2023-03-02tests/acpi: Allow update of q35/DSDT.cxlJonathan Cameron1-0/+1
2023-03-02hw/cxl: Add CXL_CAPACITY_MULTIPLIER definitionGregory Price1-6/+9
2023-03-02hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXLGregory Price1-2/+1
2023-03-02hw/pci-bridge/cxl_downstream: Fix type naming mismatchJonathan Cameron1-1/+1
2023-03-02hw/mem/cxl_type3: Improve error handling in realize()Jonathan Cameron1-2/+10
2023-03-02MAINTAINERS: Add Fan Ni as Compute eXpress Link QEMU reviewerJonathan Cameron1-0/+1
2023-03-02intel-iommu: send UNMAP notifications for domain or global inv descPeter Xu1-5/+9
2023-03-02smmu: switch to use memory_region_unmap_iommu_notifier_range()Jason Wang1-15/+1
2023-03-02memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang2-0/+23
2023-03-02intel-iommu: fail DEVIOTLB_UNMAP without dt modeJason Wang1-0/+8
2023-03-02intel-iommu: fail MAP notifier without caching modeJason Wang1-0/+7
2023-03-02memory: Optimize replay of guest mappingZhenzhong Duan2-3/+3
2023-03-02chardev/char-socket: set s->listener = NULL in char_socket_finalizeYajun Wu1-0/+1
2023-03-02hw/pci: Trace IRQ routing on PCI topologyPhilippe Mathieu-Daudé2-0/+9
2023-03-02libvhost-user: check for NULL when allocating a virtqueue elementCarlos López1-0/+7
2023-03-02vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()Carlos López1-1/+1