summaryrefslogtreecommitdiffstats
path: root/include/sysemu/numa.h
Commit message (Expand)AuthorAgeFilesLines
* numa: drop support for '-numa node' (without memory specified)Igor Mammedov2020-09-301-4/+0Star
* initialize MachineState::ram in NUMA caseIgor Mammedov2020-02-191-0/+1
* numa: Extend CLI to provide memory side cache informationLiu Jingqi2020-01-051-0/+5
* numa: Extend CLI to provide memory latency and bandwidth informationLiu Jingqi2020-01-051-0/+53
* numa: Extend CLI to provide initiator information for numa nodesTao Xu2020-01-051-0/+5
* numa: move numa global variable numa_info into MachineStateTao Xu2019-09-031-2/+3
* numa: move numa global variable have_numa_distance into MachineStateTao Xu2019-09-031-2/+2
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-2/+8
* numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster2019-08-161-2/+7
* numa: Don't include hw/boards.h into sysemu/numa.hMarkus Armbruster2019-08-161-2/+7
* hw/core: Collect QMP command handlers in hw/core/Markus Armbruster2019-07-021-0/+2
* numa: Match struct to typedef nameEric Blake2018-12-111-1/+1
* numa: Clean up error reporting in parse_numa()Markus Armbruster2018-10-191-1/+0Star
* numa: split out NumaOptions parsing into set_numa_options()Igor Mammedov2018-05-301-0/+1
* numa: postpone options post-processing till machine_run_board_init()Igor Mammedov2018-05-301-0/+1
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+0Star
* spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov2017-12-141-10/+0Star
* hmp: extend "info numa" with hotplugged memory informationVadim Galitsyn2017-09-141-1/+6
* numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov2017-06-051-0/+1
* numa: remove node_cpu bitmaps as they are no longer usedIgor Mammedov2017-05-111-1/+0Star
* numa: remove no longer need numa_post_machine_init()Igor Mammedov2017-05-111-6/+0Star
* numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov2017-05-111-1/+1
* numa: equally distribute memory on nodesLaurent Vivier2017-05-111-2/+7
* numa: Allow setting NUMA distance for different NUMA nodesHe Chen2017-05-111-0/+2
* numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov2017-01-121-1/+1
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-101-0/+3
* include: Clean up includesPeter Maydell2016-02-231-1/+0Star
* numa: API to lookup NUMA node by addressBharata B Rao2015-07-031-0/+1
* numa,pc-dimm: Store pc-dimm memory information in numa_infoBharata B Rao2015-07-031-0/+10
* numa: introduce machine callback for VCPU to node mappingIgor Mammedov2015-03-191-1/+2
* numa: Rename set_numa_modes() to numa_post_machine_init()Eduardo Habkost2015-02-231-1/+1
* numa: Rename option parsing functionsEduardo Habkost2015-02-231-1/+1
* numa: Move QemuOpts parsing to set_numa_nodes()Eduardo Habkost2015-02-231-1/+0Star
* numa: Make max_numa_nodeid staticEduardo Habkost2015-02-231-3/+0Star
* numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost2015-02-231-0/+28