| Commit message (Expand) | Author | Age | Files | Lines |
* | numa: drop support for '-numa node' (without memory specified) | Igor Mammedov | 2020-09-30 | 1 | -4/+0 |
* | initialize MachineState::ram in NUMA case | Igor Mammedov | 2020-02-19 | 1 | -0/+1 |
* | numa: Extend CLI to provide memory side cache information | Liu Jingqi | 2020-01-05 | 1 | -0/+5 |
* | numa: Extend CLI to provide memory latency and bandwidth information | Liu Jingqi | 2020-01-05 | 1 | -0/+53 |
* | numa: Extend CLI to provide initiator information for numa nodes | Tao Xu | 2020-01-05 | 1 | -0/+5 |
* | numa: move numa global variable numa_info into MachineState | Tao Xu | 2019-09-03 | 1 | -2/+3 |
* | numa: move numa global variable have_numa_distance into MachineState | Tao Xu | 2019-09-03 | 1 | -2/+2 |
* | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu | 2019-09-03 | 1 | -2/+8 |
* | numa: Move remaining NUMA declarations from sysemu.h to numa.h | Markus Armbruster | 2019-08-16 | 1 | -2/+7 |
* | numa: Don't include hw/boards.h into sysemu/numa.h | Markus Armbruster | 2019-08-16 | 1 | -2/+7 |
* | hw/core: Collect QMP command handlers in hw/core/ | Markus Armbruster | 2019-07-02 | 1 | -0/+2 |
* | numa: Match struct to typedef name | Eric Blake | 2018-12-11 | 1 | -1/+1 |
* | numa: Clean up error reporting in parse_numa() | Markus Armbruster | 2018-10-19 | 1 | -1/+0 |
* | numa: split out NumaOptions parsing into set_numa_options() | Igor Mammedov | 2018-05-30 | 1 | -0/+1 |
* | numa: postpone options post-processing till machine_run_board_init() | Igor Mammedov | 2018-05-30 | 1 | -0/+1 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | spapr: replace numa_get_node() with lookup in pc-dimm list | Igor Mammedov | 2017-12-14 | 1 | -10/+0 |
* | hmp: extend "info numa" with hotplugged memory information | Vadim Galitsyn | 2017-09-14 | 1 | -1/+6 |
* | numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr | Igor Mammedov | 2017-06-05 | 1 | -0/+1 |
* | numa: remove node_cpu bitmaps as they are no longer used | Igor Mammedov | 2017-05-11 | 1 | -1/+0 |
* | numa: remove no longer need numa_post_machine_init() | Igor Mammedov | 2017-05-11 | 1 | -6/+0 |
* | numa: move source of default CPUs to NUMA node mapping into boards | Igor Mammedov | 2017-05-11 | 1 | -1/+1 |
* | numa: equally distribute memory on nodes | Laurent Vivier | 2017-05-11 | 1 | -2/+7 |
* | numa: Allow setting NUMA distance for different NUMA nodes | He Chen | 2017-05-11 | 1 | -0/+2 |
* | numa: make -numa parser dynamically allocate CPUs masks | Igor Mammedov | 2017-01-12 | 1 | -1/+1 |
* | numa: reduce code duplication by adding helper numa_get_node_for_cpu() | Igor Mammedov | 2016-10-10 | 1 | -0/+3 |
* | include: Clean up includes | Peter Maydell | 2016-02-23 | 1 | -1/+0 |
* | numa: API to lookup NUMA node by address | Bharata B Rao | 2015-07-03 | 1 | -0/+1 |
* | numa,pc-dimm: Store pc-dimm memory information in numa_info | Bharata B Rao | 2015-07-03 | 1 | -0/+10 |
* | numa: introduce machine callback for VCPU to node mapping | Igor Mammedov | 2015-03-19 | 1 | -1/+2 |
* | numa: Rename set_numa_modes() to numa_post_machine_init() | Eduardo Habkost | 2015-02-23 | 1 | -1/+1 |
* | numa: Rename option parsing functions | Eduardo Habkost | 2015-02-23 | 1 | -1/+1 |
* | numa: Move QemuOpts parsing to set_numa_nodes() | Eduardo Habkost | 2015-02-23 | 1 | -1/+0 |
* | numa: Make max_numa_nodeid static | Eduardo Habkost | 2015-02-23 | 1 | -3/+0 |
* | numa: Move NUMA declarations from sysemu.h to numa.h | Eduardo Habkost | 2015-02-23 | 1 | -0/+28 |