aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-15configure: map x32 to cpu_family x86_64 for mesonDavid Michael1-1/+1
2021-06-15hmp: Print "reserve" property of memory backends with "info memdev"David Hildenbrand1-0/+4
2021-06-15qmp: Include "reserve" property of memory backendsDavid Hildenbrand2-0/+14
2021-06-15hmp: Print "share" property of memory backends with "info memdev"David Hildenbrand1-0/+2
2021-06-15qmp: Include "share" property of memory backendsDavid Hildenbrand2-0/+4
2021-06-15qmp: Clarify memory backend properties returned via query-memdevDavid Hildenbrand1-3/+3
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand6-6/+55
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand3-2/+71
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand9-13/+59
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand5-18/+42
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand3-20/+15
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand5-29/+31
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand5-21/+13
2021-06-15util/mmap-alloc: Factor out activating of memory to mmap_activate()David Hildenbrand1-44/+50
2021-06-15util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()David Hildenbrand1-25/+33
2021-06-15util/mmap-alloc: Factor out calculation of the pagesize for the guard pageDavid Hildenbrand1-15/+16
2021-06-15softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memoryDavid Hildenbrand1-3/+3
2021-06-15softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand2-3/+8
2021-06-15Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-06-15-1...Peter Maydell13-51/+75
2021-06-15hw/intc/armv7m_nvic: Remove stale commentPeter Maydell1-6/+0
2021-06-15hw/arm: quanta-gbs-bmc add i2c commentsPatrick Venture1-0/+60
2021-06-15hw/arm: add quanta-gbs-bmc machinePatrick Venture1-0/+33
2021-06-15hw: virt: consider hw_compat_6_0Heinrich Schuchardt1-0/+2
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16Richard Henderson1-30/+48
2021-06-15target/arm: Remove fprintf from disas_simd_mod_immRichard Henderson1-1/+0
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16Richard Henderson1-2/+2
2021-06-15hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writesJean-Philippe Brucker1-1/+4
2021-06-15softmmu/physmem: Mark shared anonymous memory RAM_SHAREDDavid Hildenbrand1-3/+7
2021-06-15esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini3-17/+34
2021-06-15esp: fix migration version check in esp_is_version_5()Mark Cave-Ayland1-1/+1
2021-06-15esp: correctly accumulate extended messages for PDMAMark Cave-Ayland1-3/+20
2021-06-15esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"Mark Cave-Ayland1-3/+0
2021-06-15esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...Mark Cave-Ayland1-14/+11
2021-06-15esp: handle non-DMA transfers from the target one byte at a timeMark Cave-Ayland1-22/+50
2021-06-15esp: allow non-DMA callback in esp_transfer_data() initial transferMark Cave-Ayland1-12/+2
2021-06-15esp: only set ESP_RSEQ at the start of the select sequenceMark Cave-Ayland1-2/+9
2021-06-15esp: only assert INTR_DC interrupt flag if selection failsMark Cave-Ayland1-1/+1
2021-06-15runstate: Initialize Error * to NULLPeng Liang1-1/+1
2021-06-15block/scsi: correctly emulate the VPD block limits pageMaxim Levitsky1-2/+7
2021-06-15qemu-config: use qemu_opts_from_qdictPaolo Bonzini1-16/+1
2021-06-15vl: Fix an assert failure in error pathZhenzhong Duan1-1/+1
2021-06-15vnc: avoid deprecation warnings for SASL on OS XPaolo Bonzini3-8/+23
2021-06-15tpm: Return QMP error when TPM is disabled in buildPhilippe Mathieu-Daudé5-36/+23
2021-06-15sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger3-11/+14
2021-06-15acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger2-0/+6
2021-06-15arm: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger3-0/+12
2021-06-15i386: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger2-4/+20
2021-06-15virtio-gpu: move scanout_id sanity checkGerd Hoffmann1-6/+14
2021-06-15vhost-user-gpu: reorder free calls.Gerd Hoffmann1-1/+1
2021-06-15vga: Allow writing VBE_DISPI_ID5 to ID registerDennis Wölfing1-1/+2