aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-15qmp: Clarify memory backend properties returned via query-memdevDavid Hildenbrand
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand
2021-06-15util/mmap-alloc: Factor out activating of memory to mmap_activate()David Hildenbrand
2021-06-15util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()David Hildenbrand
2021-06-15util/mmap-alloc: Factor out calculation of the pagesize for the guard pageDavid Hildenbrand
2021-06-15softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memoryDavid Hildenbrand
2021-06-15softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand
2021-06-15softmmu/physmem: Mark shared anonymous memory RAM_SHAREDDavid Hildenbrand
2021-06-15esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini
2021-06-15esp: fix migration version check in esp_is_version_5()Mark Cave-Ayland
2021-06-15esp: correctly accumulate extended messages for PDMAMark Cave-Ayland
2021-06-15esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"Mark Cave-Ayland
2021-06-15esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...Mark Cave-Ayland
2021-06-15esp: handle non-DMA transfers from the target one byte at a timeMark Cave-Ayland
2021-06-15esp: allow non-DMA callback in esp_transfer_data() initial transferMark Cave-Ayland
2021-06-15esp: only set ESP_RSEQ at the start of the select sequenceMark Cave-Ayland
2021-06-15esp: only assert INTR_DC interrupt flag if selection failsMark Cave-Ayland
2021-06-15runstate: Initialize Error * to NULLPeng Liang
2021-06-15block/scsi: correctly emulate the VPD block limits pageMaxim Levitsky
2021-06-15qemu-config: use qemu_opts_from_qdictPaolo Bonzini
2021-06-15vl: Fix an assert failure in error pathZhenzhong Duan
2021-06-15vnc: avoid deprecation warnings for SASL on OS XPaolo Bonzini
2021-06-14Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell
2021-06-14usb/dev-mtp: use GDateTime for formatting timestamp for objectsDaniel P. Berrangé
2021-06-14block: use GDateTime for formatting timestamp when dumping snapshot infoDaniel P. Berrangé
2021-06-14migration: use GDateTime for formatting timestamp in snapshot namesDaniel P. Berrangé
2021-06-14block: remove duplicate trace.h includeDaniel P. Berrangé
2021-06-14block: add trace point when fdatasync failsDaniel P. Berrangé
2021-06-14block: preserve errno from fdatasync failuresDaniel P. Berrangé
2021-06-14softmmu: add trace point when bdrv_flush_all failsDaniel P. Berrangé
2021-06-14migration: add trace point when vm_stop_force_state failsDaniel P. Berrangé
2021-06-14sasl: remove comment about obsolete kerberos versionsDaniel P. Berrangé
2021-06-14docs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variantDaniel P. Berrangé
2021-06-14docs: document usage of the authorization frameworkDaniel P. Berrangé
2021-06-14docs: document how to pass secret data to QEMUDaniel P. Berrangé
2021-06-14docs: add table of contents to QAPI referencesDaniel P. Berrangé
2021-06-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210613' into...Peter Maydell
2021-06-13docs/devel: Explain in more detail the TB chaining mechanismsLuis Pires
2021-06-13softfloat: Fix tp init in float32_exp2Richard Henderson
2021-06-13tcg/arm: Fix tcg_out_op function signatureJose R. Ziviani
2021-06-13tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*Richard Henderson
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson
2021-06-13tcg: When allocating for !splitwx, begin with PROT_NONERichard Henderson