aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand
2021-07-08softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re...David Hildenbrand
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand
2021-07-08vfio: Sanity check maximum number of DMA mappings with RamDiscardManagerDavid Hildenbrand
2021-07-08vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand
2021-07-08vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand
2021-07-08virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand
2021-07-08virtio-mem: Don't report errors when ram_block_discard_range() failsDavid Hildenbrand
2021-07-08virtio-mem: Factor out traversing unplugged rangesDavid Hildenbrand
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand
2021-07-06Deprecate pmem=on with non-DAX capable backend fileIgor Mammedov
2021-07-06vmbus: Don't make QOM property registration conditionalEduardo Habkost
2021-07-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-06config-host.mak: remove unused compiler-related linesPaolo Bonzini
2021-07-06Set icon for QEMU binary on Mac OSJohn Arbuckle
2021-07-06qemu-option: remove now-dead codePaolo Bonzini
2021-07-06machine: add smp compound propertyPaolo Bonzini
2021-07-06vl: switch -M parsing to keyvalPaolo Bonzini
2021-07-06keyval: introduce keyval_parse_intoPaolo Bonzini
2021-07-06keyval: introduce keyval_mergePaolo Bonzini
2021-07-06qom: export more functions for use with non-UserCreatable objectsPaolo Bonzini
2021-07-06configure: convert compiler tests to meson, part 6Paolo Bonzini
2021-07-06configure: convert compiler tests to meson, part 5Paolo Bonzini
2021-07-06configure: convert compiler tests to meson, part 4Paolo Bonzini
2021-07-06configure: convert compiler tests to meson, part 3Paolo Bonzini
2021-07-06configure: convert compiler tests to meson, part 2Paolo Bonzini
2021-07-06configure: convert compiler tests to meson, part 1Paolo Bonzini
2021-07-06configure: convert HAVE_BROKEN_SIZE_MAX to mesonPaolo Bonzini
2021-07-06configure, meson: move CONFIG_IVSHMEM to mesonPaolo Bonzini
2021-07-06meson: store dependency('threads') in a variablePaolo Bonzini
2021-07-06meson: sort existing compiler testsPaolo Bonzini
2021-07-06configure, meson: convert libxml2 detection to mesonPaolo Bonzini
2021-07-06configure, meson: convert liburing detection to mesonPaolo Bonzini
2021-07-06configure, meson: convert libpmem detection to mesonPaolo Bonzini
2021-07-06configure, meson: convert libdaxctl detection to mesonPaolo Bonzini
2021-07-06configure, meson: convert virgl detection to mesonPaolo Bonzini
2021-07-06configure, meson: convert vte detection to mesonPaolo Bonzini
2021-07-06configure: drop vte-2.90 checkPaolo Bonzini
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson
2021-07-06target/i386: Observe XSAVE state area offsetsDavid Edmondson
2021-07-06target/i386: Make x86_ext_save_areas visible outside cpu.cDavid Edmondson
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson
2021-07-06target/i386: Clarify the padding requirements of X86XSaveAreaDavid Edmondson
2021-07-06target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson
2021-07-06target/i386: Declare constants for XSAVE offsetsDavid Edmondson
2021-07-06coverity-scan: switch to vpath buildPaolo Bonzini
2021-07-06coverity-scan: Remove lm32 / unicore32 targetsPhilippe Mathieu-Daudé
2021-07-05qemu-options: Improve the documentation of the -display optionsThomas Huth