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