aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell1-5/+15
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell5-5/+133
2021-06-16target/arm: Handle VPR semantics in existing codePeter Maydell3-11/+57
2021-06-16target/arm: Enable FPSCR.QC bit for MVEPeter Maydell2-10/+23
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell3-137/+143
2021-06-16hw/arm: quanta-q71l add pca954x muxesPatrick Venture2-3/+9
2021-06-16hw/arm: gsj add pca9548Patrick Venture2-4/+3
2021-06-16hw/arm: gsj add i2c commentsPatrick Venture1-1/+15
2021-06-16target/arm: Fix mte page crossing testRichard Henderson3-2/+33
2021-06-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210615-pull-request' ...Peter Maydell3-8/+17
2021-06-16configure: Remove probe for _Static_assertRichard Henderson2-29/+0
2021-06-16qemu/compiler: Remove QEMU_GENERICRichard Henderson1-40/+0
2021-06-16include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson1-48/+40
2021-06-16util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson2-8/+14
2021-06-16util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson3-4/+12
2021-06-16util: Use real functions for thread-posix QemuRecMutexRichard Henderson4-13/+26
2021-06-16softfloat: Use _Generic instead of QEMU_GENERICRichard Henderson1-6/+10
2021-06-16configure: Use -std=gnu11Richard Henderson2-3/+3
2021-06-16target/i386: Added Intercept CR0 writes checkLara Lazier1-0/+9
2021-06-16target/i386: Added consistency checks for CR0Lara Lazier3-3/+13
2021-06-16target/i386: Added consistency checks for VMRUN intercept and ASIDLara Lazier1-0/+10
2021-06-16target/i386: Refactored intercept checks into cpu_svm_has_interceptLara Lazier2-47/+62
2021-06-15configure: Remove probe for _Static_assertRichard Henderson2-29/+0
2021-06-15qemu/compiler: Remove QEMU_GENERICRichard Henderson1-40/+0
2021-06-15include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson1-48/+40
2021-06-15util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson2-8/+14
2021-06-15util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson3-4/+12
2021-06-15util: Use real functions for thread-posix QemuRecMutexRichard Henderson4-13/+26
2021-06-15softfloat: Use _Generic instead of QEMU_GENERICRichard Henderson1-6/+10
2021-06-15configure: Use -std=gnu11Richard Henderson2-3/+3
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