summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...Peter Maydell2021-06-1810-54/+102
|\
| * coreaudio: Fix output stream format settingsAkihiko Odaki2021-06-171-35/+13Star
| * audio: Fix format specifications of debug logsAkihiko Odaki2021-06-171-3/+3
| * hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé2021-06-174-0/+68
| * jackaudio: avoid that the client name contains the word (NULL)Volker Rümelin2021-06-171-2/+1Star
| * audio: move code to audio/audio.cVolker Rümelin2021-06-173-4/+12
| * paaudio: remove unused stream flagsVolker Rümelin2021-06-171-4/+1Star
| * alsaaudio: remove #ifdef DEBUG to avoid bit rotVolker Rümelin2021-06-171-6/+4Star
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-1738-318/+645
|\ \
| * | configure: Remove probe for _Static_assertRichard Henderson2021-06-162-29/+0Star
| * | qemu/compiler: Remove QEMU_GENERICRichard Henderson2021-06-161-40/+0Star
| * | include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson2021-06-161-48/+40Star
| * | util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson2021-06-162-8/+14
| * | util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson2021-06-163-4/+12
| * | util: Use real functions for thread-posix QemuRecMutexRichard Henderson2021-06-164-13/+26
| * | softfloat: Use _Generic instead of QEMU_GENERICRichard Henderson2021-06-161-6/+10
| * | configure: Use -std=gnu11Richard Henderson2021-06-162-3/+3
| * | target/i386: Added Intercept CR0 writes checkLara Lazier2021-06-161-0/+9
| * | target/i386: Added consistency checks for CR0Lara Lazier2021-06-163-3/+13
| * | target/i386: Added consistency checks for VMRUN intercept and ASIDLara Lazier2021-06-161-0/+10
| * | target/i386: Refactored intercept checks into cpu_svm_has_interceptLara Lazier2021-06-162-47/+62
| * | configure: map x32 to cpu_family x86_64 for mesonDavid Michael2021-06-151-1/+1
| * | hmp: Print "reserve" property of memory backends with "info memdev"David Hildenbrand2021-06-151-0/+4
| * | qmp: Include "reserve" property of memory backendsDavid Hildenbrand2021-06-152-0/+14
| * | hmp: Print "share" property of memory backends with "info memdev"David Hildenbrand2021-06-151-0/+2
| * | qmp: Include "share" property of memory backendsDavid Hildenbrand2021-06-152-0/+4
| * | qmp: Clarify memory backend properties returned via query-memdevDavid Hildenbrand2021-06-151-3/+3
| * | hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand2021-06-156-6/+55
| * | util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand2021-06-153-2/+71
| * | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-159-13/+59
| * | util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2021-06-155-18/+42
| * | softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand2021-06-153-20/+15Star
| * | softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-155-29/+31
| * | softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2021-06-155-21/+13Star
| * | util/mmap-alloc: Factor out activating of memory to mmap_activate()David Hildenbrand2021-06-151-44/+50
| * | util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()David Hildenbrand2021-06-151-25/+33
| * | util/mmap-alloc: Factor out calculation of the pagesize for the guard pageDavid Hildenbrand2021-06-151-15/+16
| * | softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memoryDavid Hildenbrand2021-06-151-3/+3
| * | softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand2021-06-152-3/+8
| * | softmmu/physmem: Mark shared anonymous memory RAM_SHAREDDavid Hildenbrand2021-06-151-3/+7
| * | esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini2021-06-153-17/+34
| * | esp: fix migration version check in esp_is_version_5()Mark Cave-Ayland2021-06-151-1/+1
| * | esp: correctly accumulate extended messages for PDMAMark Cave-Ayland2021-06-151-3/+20
| * | esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"Mark Cave-Ayland2021-06-151-3/+0Star
| * | esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...Mark Cave-Ayland2021-06-151-14/+11Star
| * | esp: handle non-DMA transfers from the target one byte at a timeMark Cave-Ayland2021-06-151-22/+50
| * | esp: allow non-DMA callback in esp_transfer_data() initial transferMark Cave-Ayland2021-06-151-12/+2Star
| * | esp: only set ESP_RSEQ at the start of the select sequenceMark Cave-Ayland2021-06-151-2/+9
| * | esp: only assert INTR_DC interrupt flag if selection failsMark Cave-Ayland2021-06-151-1/+1
| * | runstate: Initialize Error * to NULLPeng Liang2021-06-151-1/+1