Age | Commit message (Expand) | Author | Files | Lines |
2018-12-11 | numa: Match struct to typedef name | Eric Blake | 1 | -1/+1 |
2018-10-19 | numa: Clean up error reporting in parse_numa() | Markus Armbruster | 1 | -1/+0 |
2018-05-30 | numa: split out NumaOptions parsing into set_numa_options() | Igor Mammedov | 1 | -0/+1 |
2018-05-30 | numa: postpone options post-processing till machine_run_board_init() | Igor Mammedov | 1 | -0/+1 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -1/+0 |
2017-12-15 | spapr: replace numa_get_node() with lookup in pc-dimm list | Igor Mammedov | 1 | -10/+0 |
2017-09-14 | hmp: extend "info numa" with hotplugged memory information | Vadim Galitsyn | 1 | -1/+6 |
2017-06-05 | numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr | Igor Mammedov | 1 | -0/+1 |
2017-05-11 | numa: remove node_cpu bitmaps as they are no longer used | Igor Mammedov | 1 | -1/+0 |
2017-05-11 | numa: remove no longer need numa_post_machine_init() | Igor Mammedov | 1 | -6/+0 |
2017-05-11 | numa: move source of default CPUs to NUMA node mapping into boards | Igor Mammedov | 1 | -1/+1 |
2017-05-11 | numa: equally distribute memory on nodes | Laurent Vivier | 1 | -2/+7 |
2017-05-11 | numa: Allow setting NUMA distance for different NUMA nodes | He Chen | 1 | -0/+2 |
2017-01-12 | numa: make -numa parser dynamically allocate CPUs masks | Igor Mammedov | 1 | -1/+1 |
2016-10-10 | numa: reduce code duplication by adding helper numa_get_node_for_cpu() | Igor Mammedov | 1 | -0/+3 |
2016-02-23 | include: Clean up includes | Peter Maydell | 1 | -1/+0 |
2015-07-03 | numa: API to lookup NUMA node by address | Bharata B Rao | 1 | -0/+1 |
2015-07-03 | numa,pc-dimm: Store pc-dimm memory information in numa_info | Bharata B Rao | 1 | -0/+10 |
2015-03-19 | numa: introduce machine callback for VCPU to node mapping | Igor Mammedov | 1 | -1/+2 |
2015-02-23 | numa: Rename set_numa_modes() to numa_post_machine_init() | Eduardo Habkost | 1 | -1/+1 |
2015-02-23 | numa: Rename option parsing functions | Eduardo Habkost | 1 | -1/+1 |
2015-02-23 | numa: Move QemuOpts parsing to set_numa_nodes() | Eduardo Habkost | 1 | -1/+0 |
2015-02-23 | numa: Make max_numa_nodeid static | Eduardo Habkost | 1 | -3/+0 |
2015-02-23 | numa: Move NUMA declarations from sysemu.h to numa.h | Eduardo Habkost | 1 | -0/+28 |