COMMITS
/ backends/hostmem.c December 15, 2022
M
hostmem: Honor multiple preferred nodes if possible
Michal Privoznik committed
October 14, 2022
D
hostmem: Allow for specifying a ThreadContext for preallocation
David Hildenbrand committed
D
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand committed
D
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand committed
August 10, 2022
T
backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize()
Thomas Huth committed
May 17, 2022
J
hostmem: default the amount of prealloc-threads to smp-cpus
Jaroslav Jindrak committed
March 23, 2022
M
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau committed
February 8, 2022
P
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell committed
May 10, 2021
D
hostmem: Wire up RAM_NORESERVE via "reserve" property
David Hildenbrand committed
April 16, 2021
T
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth committed
January 21, 2021
I
machine: add missing doc for memory-backend option
Igor Mammedov committed
January 13, 2021
E
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake committed
December 10, 2020
K
bugfix: hostmem: Free host_nodes list right after visited
Keqian Zhu committed
July 14, 2020
M
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster committed
July 7, 2020
M
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster committed
M
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster committed
M
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster committed
June 2, 2020
P
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging
Peter Maydell committed
May 5, 2020
M
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster committed
M
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster committed
April 30, 2020
I
hostmem: don't use mbind() if host-nodes is empty
Igor Mammedov committed
March 25, 2020
I
hostmem: set default prealloc_threads to valid value
Igor Mammedov committed
February 19, 2020
I
hostmem: fix strict bind policy
Igor Mammedov committed
I
hostmem: introduce "prealloc-threads" property
Igor Mammedov committed
October 13, 2019
W
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang committed
August 12, 2019
M
Include sysemu/sysemu.h a lot less
Markus Armbruster committed
May 18, 2019
L
general: Replace global smp variables with smp machine properties
Like Xu committed
February 14, 2019
I
hostmem: fix crash when querying empty host-nodes property via QMP
Igor Mammedov committed
January 2, 2019
Z
hostmem: add more information in error messages
Zhang Yi committed
September 12, 2018
M
hostmem: use object id for memory region name with >= 4.0
Marc-André Lureau committed
November 30, 2018
E
hostmem: Validate host-nodes before setting bitmap
Eduardo Habkost committed
September 6, 2018
M
hostmem: add some properties description
Marc-André Lureau committed
June 19, 2018
D
hostmem: drop error variable from host_memory_backend_get_memory()
David Hildenbrand committed
April 30, 2018
P
memdev: remove "id" property
Paolo Bonzini committed
April 3, 2018
D
Add host_memory_backend_pagesize() helper
David Gibson committed
February 11, 2018
M
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster committed
M
Include less of the generated modular QAPI headers
Markus Armbruster committed
December 13, 2017
M
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum committed
February 1, 2018
M
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster committed
September 4, 2017
P
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' into staging
Peter Maydell committed
August 24, 2017
M
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau committed
M
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster committed
August 29, 2017
E
qom: Remove unused errp parameter from can_be_deleted()
Eduardo Habkost committed
March 10, 2017
P
hostmem: use host_memory_backend_mr_inited() where proper
Peter Xu committed
P
hostmem: introduce host_memory_backend_mr_inited()
Peter Xu committed
March 20, 2017
M
Revert "hostmem: fix QEMU crash by 'info memdev'"
Markus Armbruster committed
February 24, 2017
J
mem-prealloc: reduce large guest start-up and migration time.
Jitendra Kolhe committed
January 10, 2017
I
monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends
Igor Mammedov committed
October 13, 2016
E
hostmem: Register TYPE_MEMORY_BACKEND properties as class properties
Eduardo Habkost committed
July 20, 2016
I
fix qemu exit on memory hotplug when allocation fails at prealloc time
Igor Mammedov committed