index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sysemu
/
numa.h
Age
Commit message (
Expand
)
Author
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