index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-03-06
audio: make playback packet length calculation exact
Volker Rümelin
2023-03-06
audio: remove unused noop_conv() function
Volker Rümelin
2023-03-06
audio: don't misuse audio_pcm_sw_write()
Volker Rümelin
2023-03-06
audio: rename variables in audio_pcm_sw_write()
Volker Rümelin
2023-03-06
audio: remove sw == NULL check
Volker Rümelin
2023-03-06
audio: replace the resampling loop in audio_pcm_sw_write()
Volker Rümelin
2023-03-06
audio: make the resampling code greedy
Volker Rümelin
2023-03-06
audio: change type and name of the resample buffer
Volker Rümelin
2023-03-06
audio: change type of mix_buf and conv_buf
Volker Rümelin
2023-03-06
alsaaudio: reintroduce default recording settings
Volker Rümelin
2023-03-06
alsaaudio: change default playback settings
Volker Rümelin
2023-03-06
audio: remove audio_calloc() function
Volker Rümelin
2023-03-06
audio/audio_template: use g_new0() to replace audio_calloc()
Volker Rümelin
2023-03-06
audio/audio_template: use g_malloc0() to replace audio_calloc()
Volker Rümelin
2023-03-06
audio/alsaaudio: use g_new0() instead of audio_calloc()
Volker Rümelin
2023-03-06
audio/mixeng: use g_new0() instead of audio_calloc()
Volker Rümelin
2023-03-06
audio: remove unused #define AUDIO_STRINGIFY
Volker Rümelin
2023-03-06
audio: rename hardware store to backend
Volker Rümelin
2023-03-06
audio: don't show unnecessary error messages
Volker Rümelin
2023-03-06
audio: log unimplemented audio device sample rates
Volker Rümelin
2023-03-06
MAINTAINERS: add myself to ui/ and audio/
Marc-André Lureau
2023-03-04
configure: Disable thread-safety warnings on macOS
Thomas Huth
2023-03-04
tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
Peter Maydell
2023-03-04
Merge tag 'pull-ppc-20230303' of https://gitlab.com/danielhb/qemu into staging
Peter Maydell
2023-03-03
pnv_phb4_pec: Simplify/align code to parent user-created PHBs
Frederic Barrat
2023-03-03
pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file
Frederic Barrat
2023-03-03
pnv_phb4_pec: Only export existing PHBs to the device tree
Frederic Barrat
2023-03-03
pnv_phb4_pec: Keep track of instantiated PHBs
Frederic Barrat
2023-03-03
target/ppc/translate: Add dummy implementation for dcblc instruction
Bernhard Beschow
2023-03-03
Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta...
Peter Maydell
2023-03-03
Merge tag 'pull-loongarch-20230303' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
2023-03-03
Merge tag 'migration-20230302-pull-request' of https://gitlab.com/juan.quinte...
Peter Maydell
2023-03-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2023-03-03
Merge tag 'pull-riscv-to-apply-20230303' of https://gitlab.com/palmer-dabbelt...
Peter Maydell
2023-03-03
hw/loongarch/virt: add system_powerdown hmp command support
Song Gao
2023-03-03
target/loongarch: Implement Chip Configuraiton Version Register(0x0000)
Song Gao
2023-03-03
docs/system/loongarch: update loongson3.rst and rename it to virt.rst
Song Gao
2023-03-03
loongarch: Add smbios command line option.
Song Gao
2023-03-03
hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASE
Bibo Mao
2023-03-02
tests/data/acpi/virt: drop (most) duplicate files.
Michael S. Tsirkin
2023-03-02
hw/cxl/mailbox: Use new UUID network order define for cel_uuid
Ira Weiny
2023-03-02
qemu/uuid: Add UUID static initializer
Ira Weiny
2023-03-02
qemu/bswap: Add const_le64()
Ira Weiny
2023-03-02
tests: acpi: Update q35/DSDT.cxl for removed duplicate UID
Jonathan Cameron
2023-03-02
hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
Jonathan Cameron
2023-03-02
tests/acpi: Allow update of q35/DSDT.cxl
Jonathan Cameron
2023-03-02
hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
Gregory Price
2023-03-02
hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
Gregory Price
2023-03-02
hw/pci-bridge/cxl_downstream: Fix type naming mismatch
Jonathan Cameron
2023-03-02
hw/mem/cxl_type3: Improve error handling in realize()
Jonathan Cameron
[next]