aboutsummaryrefslogtreecommitdiff
path: root/numa.c
AgeCommit message (Expand)Author
2018-06-28numa: report all DIMM/NVDIMMs as plugged memoryDavid Hildenbrand
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand
2018-05-30qmp: add set-numa-node commandIgor Mammedov
2018-05-30numa: split out NumaOptions parsing into set_numa_options()Igor Mammedov
2018-05-30numa: postpone options post-processing till machine_run_board_init()Igor Mammedov
2018-05-30numa: clarify error message when node index is out of range in -numa dist, ...Igor Mammedov
2018-05-09memdev: remove "id" propertyPaolo Bonzini
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-04-27Clear mem_path if we fall back to anonymous RAM allocationDavid Gibson
2018-03-20qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoListHaozhong Zhang
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang
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