summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* block/scsi: correctly emulate the VPD block limits pageMaxim Levitsky2021-06-151-2/+7
* qemu-config: use qemu_opts_from_qdictPaolo Bonzini2021-06-151-16/+1Star
* vl: Fix an assert failure in error pathZhenzhong Duan2021-06-151-1/+1
* vnc: avoid deprecation warnings for SASL on OS XPaolo Bonzini2021-06-153-8/+23
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell2021-06-1417-39/+475
|\
| * usb/dev-mtp: use GDateTime for formatting timestamp for objectsDaniel P. Berrangé2021-06-141-6/+3Star
| * block: use GDateTime for formatting timestamp when dumping snapshot infoDaniel P. Berrangé2021-06-141-7/+4Star
| * migration: use GDateTime for formatting timestamp in snapshot namesDaniel P. Berrangé2021-06-141-8/+5Star
| * block: remove duplicate trace.h includeDaniel P. Berrangé2021-06-141-2/+0Star
| * block: add trace point when fdatasync failsDaniel P. Berrangé2021-06-142-0/+3
| * block: preserve errno from fdatasync failuresDaniel P. Berrangé2021-06-141-3/+3
| * softmmu: add trace point when bdrv_flush_all failsDaniel P. Berrangé2021-06-142-1/+9
| * migration: add trace point when vm_stop_force_state failsDaniel P. Berrangé2021-06-142-0/+2
| * sasl: remove comment about obsolete kerberos versionsDaniel P. Berrangé2021-06-141-4/+0Star
| * docs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variantDaniel P. Berrangé2021-06-142-8/+10
| * docs: document usage of the authorization frameworkDaniel P. Berrangé2021-06-142-0/+264
| * docs: document how to pass secret data to QEMUDaniel P. Berrangé2021-06-142-0/+163
| * docs: add table of contents to QAPI referencesDaniel P. Berrangé2021-06-143-0/+9
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210613' into...Peter Maydell2021-06-1427-1092/+1268
|\ \ | |/ |/|
| * docs/devel: Explain in more detail the TB chaining mechanismsLuis Pires2021-06-141-12/+91
| * softfloat: Fix tp init in float32_exp2Richard Henderson2021-06-141-1/+1
| * tcg/arm: Fix tcg_out_op function signatureJose R. Ziviani2021-06-141-1/+2
| * tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*Richard Henderson2021-06-141-1/+2
| * tcg: Introduce tcg_remove_ops_afterRichard Henderson2021-06-142-0/+23
| * tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson2021-06-144-4/+4
| * tcg: When allocating for !splitwx, begin with PROT_NONERichard Henderson2021-06-141-10/+9Star
| * tcg: Merge buffer protection and guard page protectionRichard Henderson2021-06-141-14/+31
| * tcg: Round the tb_size default from qemu_get_host_physmemRichard Henderson2021-06-141-26/+21Star
| * util/osdep: Add qemu_mprotect_rwRichard Henderson2021-06-142-0/+10