summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand2021-07-082-0/+175
* virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand2021-07-082-3/+288
* virtio-mem: Don't report errors when ram_block_discard_range() failsDavid Hildenbrand2021-07-081-16/+4Star
* virtio-mem: Factor out traversing unplugged rangesDavid Hildenbrand2021-07-081-37/+49
* memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand2021-07-082-0/+47
* memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand2021-07-082-22/+335
* Deprecate pmem=on with non-DAX capable backend fileIgor Mammedov2021-07-072-0/+20
* vmbus: Don't make QOM property registration conditionalEduardo Habkost2021-07-071-5/+15
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-0634-1579/+1170Star
|\
| * config-host.mak: remove unused compiler-related linesPaolo Bonzini2021-07-062-11/+0Star
| * Set icon for QEMU binary on Mac OSJohn Arbuckle2021-07-062-6/+19
| * qemu-option: remove now-dead codePaolo Bonzini2021-07-063-79/+10Star
| * machine: add smp compound propertyPaolo Bonzini2021-07-064-69/+95
| * vl: switch -M parsing to keyvalPaolo Bonzini2021-07-061-163/+140Star
| * keyval: introduce keyval_parse_intoPaolo Bonzini2021-07-062-8/+37
| * keyval: introduce keyval_mergePaolo Bonzini2021-07-063-0/+139
| * qom: export more functions for use with non-UserCreatable objectsPaolo Bonzini2021-07-062-16/+65
| * configure: convert compiler tests to meson, part 6Paolo Bonzini2021-07-062-75/+11Star
| * configure: convert compiler tests to meson, part 5Paolo Bonzini2021-07-062-101/+26Star
| * configure: convert compiler tests to meson, part 4Paolo Bonzini2021-07-062-142/+34Star
| * configure: convert compiler tests to meson, part 3Paolo Bonzini2021-07-062-87/+10Star
| * configure: convert compiler tests to meson, part 2Paolo Bonzini2021-07-062-49/+5Star
| * configure: convert compiler tests to meson, part 1Paolo Bonzini2021-07-063-366/+43Star
| * configure: convert HAVE_BROKEN_SIZE_MAX to mesonPaolo Bonzini2021-07-062-17/+9Star
| * configure, meson: move CONFIG_IVSHMEM to mesonPaolo Bonzini2021-07-063-11/+4Star
| * meson: store dependency('threads') in a variablePaolo Bonzini2021-07-062-2/+2
| * meson: sort existing compiler testsPaolo Bonzini2021-07-061-3/+6
| * configure, meson: convert libxml2 detection to mesonPaolo Bonzini2021-07-063-29/+10Star
| * configure, meson: convert liburing detection to mesonPaolo Bonzini2021-07-063-28/+11Star
| * configure, meson: convert libpmem detection to mesonPaolo Bonzini2021-07-063-24/+10Star
| * configure, meson: convert libdaxctl detection to mesonPaolo Bonzini2021-07-063-27/+11Star
| * configure, meson: convert virgl detection to mesonPaolo Bonzini2021-07-064-38/+15Star
| * configure, meson: convert vte detection to mesonPaolo Bonzini2021-07-063-31/+16Star
| * configure: drop vte-2.90 checkPaolo Bonzini2021-07-061-10/+4Star
| * target/i386: Move X86XSaveArea into TCGDavid Edmondson2021-07-063-57/+58
| * target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson2021-07-067-13/+94
| * target/i386: Observe XSAVE state area offsetsDavid Edmondson2021-07-061-62/+200
| * target/i386: Make x86_ext_save_areas visible outside cpu.cDavid Edmondson2021-07-062-6/+10
| * target/i386: Pass buffer and length to XSAVE helperDavid Edmondson2021-07-065-28/+29
| * target/i386: Clarify the padding requirements of X86XSaveAreaDavid Edmondson2021-07-061-1/+7
| * target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson2021-07-062-46/+15Star
| * target/i386: Declare constants for XSAVE offsetsDavid Edmondson2021-07-061-7/+23
| * coverity-scan: switch to vpath buildPaolo Bonzini2021-07-061-3/+5
| * coverity-scan: Remove lm32 / unicore32 targetsPhilippe Mathieu-Daudé2021-07-061-6/+0Star
| * qemu-options: Improve the documentation of the -display optionsThomas Huth2021-07-051-12/+33
| * ui: Mark the '-no-quit' option as deprecatedThomas Huth2021-07-053-2/+11
| * ui: Fix the "-display sdl,window_close=..." parameterThomas Huth2021-07-053-2/+13
| * softmmu/vl: Remove obsolete comment about the "frame" parameterThomas Huth2021-07-051-2/+0Star
| * Makefile: Remove /usr/bin/env wrapper from the SHELL variableThomas Huth2021-07-051-1/+1
* | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210705' int...Peter Maydell2021-07-0519-48/+177
|\ \ | |/ |/|