aboutsummaryrefslogtreecommitdiff
path: root/numa.c
AgeCommit message (Expand)Author
2018-03-08numa: we don't implement NUMA for s390xDavid Hildenbrand
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-05qemu: improve hugepage allocation failure messageMarcelo Tosatti
2018-01-19hostmem-file: add "align" optionHaozhong Zhang
2017-12-18numa: remove unused #includePhilippe Mathieu-Daudé
2017-12-15spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang
2017-10-27numa: fixup parsed NumaNodeOptions earlierIgor Mammedov
2017-09-19NUMA: Replace MAX_NODES with nb_numa_nodes in for loopDou Liyang
2017-09-14hmp: extend "info numa" with hotplugged memory informationVadim Galitsyn
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-06-20numa: use get_uint() for "size" propertyMarc-André Lureau
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov
2017-06-05numa: move default mapping init to machineIgor Mammedov
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov
2017-05-30numa: Fix format string for "Invalid node" messageEduardo Habkost
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi
2017-05-11numa: add '-numa cpu,...' option for property based node mappingIgor Mammedov
2017-05-11numa: remove node_cpu bitmaps as they are no longer usedIgor Mammedov
2017-05-11numa: use possible_cpus for not mapped CPUs checkIgor Mammedov
2017-05-11numa: remove no longer need numa_post_machine_init()Igor Mammedov
2017-05-11tests: numa: add case for QMP command query-cpusIgor Mammedov
2017-05-11numa: do default mapping based on possible_cpus instead of node_cpu bitmapsIgor Mammedov
2017-05-11numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov
2017-05-11numa: add check that board supports cpu_index to node mappingIgor Mammedov
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov
2017-05-11numa: equally distribute memory on nodesLaurent Vivier
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen
2017-05-07Remove reduntant qemu: from error functionsIshani Chugh
2017-03-22numa,spapr: align default numa node memory size to 256MBLaurent Vivier
2017-02-22numa: Flatten simple union NumaOptionsMarkus Armbruster
2017-01-16ramblock-notifier: newPaolo Bonzini
2017-01-12numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov
2016-08-07numa: do not leak NumaOptionsMarc-André Lureau
2016-08-02numa: set the memory backend "is_mapped" fieldGreg Kurz
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-04all: Clean up includesPeter Maydell
2016-01-26memory: exit when hugepage allocation fails if mem-preallocLuiz Capitulino
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster
2015-12-18numa: Clean up query-memdev error handlingMarkus Armbruster
2015-11-02memory: Convert to new qapi union layoutEric Blake
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-07-15numa: Fix memory leak in numa_set_mem_node_id()Bharata B Rao