Age | Commit message (Expand) | Author | Files | Lines |
2024-09-24 | hostmem: Apply merge property after the memory region is initialized | Gavin Shan | 1 | -1/+1 |
2024-06-08 | hostmem: simplify the code for merge and dump properties | Paolo Bonzini | 1 | -14/+8 |
2024-06-08 | machine, hostmem: improve error messages for unsupported features | Paolo Bonzini | 1 | -0/+16 |
2024-06-08 | backends/hostmem: Report error when memory size is unaligned | Michal Privoznik | 1 | -0/+10 |
2024-04-23 | HostMem: Add mechanism to opt in kvm guest memfd via MachineState | Xiaoyao Li | 1 | -0/+1 |
2024-02-06 | oslib-posix: initialize backend memory objects in parallel | Mark Kanda | 1 | -2/+5 |
2024-01-30 | backends/hostmem: Fix block comments style (checkpatch.pl warnings) | Philippe Mathieu-Daudé | 1 | -4/+8 |
2024-01-05 | misc: Simplify qemu_prealloc_mem() calls | Philippe Mathieu-Daudé | 1 | -15/+7 |
2024-01-05 | backends: Reduce variable scope in host_memory_backend_memory_complete | Philippe Mathieu-Daudé | 1 | -4/+4 |
2024-01-05 | backends: Have HostMemoryBackendClass::alloc() handler return a boolean | Philippe Mathieu-Daudé | 1 | -3/+2 |
2024-01-05 | backends: Simplify host_memory_backend_memory_complete() | Philippe Mathieu-Daudé | 1 | -67/+68 |
2022-12-28 | hostmem: Honor multiple preferred nodes if possible | Michal Privoznik | 1 | -2/+17 |
2022-10-27 | hostmem: Allow for specifying a ThreadContext for preallocation | David Hildenbrand | 1 | -3/+9 |
2022-10-27 | util: Make qemu_prealloc_mem() optionally consume a ThreadContext | David Hildenbrand | 1 | -2/+3 |
2022-10-27 | util: Cleanup and rename os_mem_prealloc() | David Hildenbrand | 1 | -3/+3 |
2022-08-26 | backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize() | Thomas Huth | 1 | -12/+2 |
2022-05-23 | hostmem: default the amount of prealloc-threads to smp-cpus | Jaroslav Jindrak | 1 | -1/+1 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -1/+1 |
2022-02-21 | include: Move qemu_madvise() and related #defines to new qemu/madvise.h | Peter Maydell | 1 | -0/+1 |
2021-06-15 | hostmem: Wire up RAM_NORESERVE via "reserve" property | David Hildenbrand | 1 | -0/+36 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-02-08 | machine: add missing doc for memory-backend option | Igor Mammedov | 1 | -0/+10 |
2021-01-28 | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake | 1 | -7/+3 |
2020-12-18 | bugfix: hostmem: Free host_nodes list right after visited | Keqian Zhu | 1 | -0/+1 |
2020-07-21 | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster | 1 | -1/+1 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -6/+2 |
2020-07-10 | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster | 1 | -15/+12 |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 1 | -4/+2 |
2020-06-02 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 1 | -2/+4 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -10/+9 |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster | 1 | -8/+8 |
2020-05-12 | hostmem: don't use mbind() if host-nodes is empty | Igor Mammedov | 1 | -2/+4 |
2020-04-14 | hostmem: set default prealloc_threads to valid value | Igor Mammedov | 1 | -0/+1 |
2020-02-19 | hostmem: fix strict bind policy | Igor Mammedov | 1 | -11/+1 |
2020-02-19 | hostmem: introduce "prealloc-threads" property | Igor Mammedov | 1 | -4/+39 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -1/+1 |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu | 1 | -2/+4 |
2019-03-06 | hostmem: fix crash when querying empty host-nodes property via QMP | Igor Mammedov | 1 | -1/+2 |
2019-01-28 | hostmem: add more information in error messages | Zhang Yi | 1 | -3/+5 |
2019-01-07 | hostmem: use object id for memory region name with >= 4.0 | Marc-André Lureau | 1 | -0/+36 |
2018-12-11 | hostmem: Validate host-nodes before setting bitmap | Eduardo Habkost | 1 | -4/+13 |
2018-10-05 | hostmem: add some properties description | Marc-André Lureau | 1 | -0/+14 |
2018-06-28 | hostmem: drop error variable from host_memory_backend_get_memory() | David Hildenbrand | 1 | -2/+1 |
2018-05-09 | memdev: remove "id" property | Paolo Bonzini | 1 | -26/+0 |
2018-04-27 | Add host_memory_backend_pagesize() helper | David Gibson | 1 | -0/+18 |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster | 1 | -1/+1 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+2 |
2018-02-19 | mem: add share parameter to memory-backend-ram | Marcel Apfelbaum | 1 | -0/+21 |
2018-02-09 | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster | 1 | -1/+0 |