summaryrefslogtreecommitdiffstats
path: root/numa.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Don't special-case simple union wrappersEric Blake2019-11-291-2/+2
* qapi-dealloc: Reduce use outside of generated codeEric Blake2019-11-291-8/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-3/+3
* all: Clean up includesPeter Maydell2019-11-291-0/+1
* memory: exit when hugepage allocation fails if mem-preallocLuiz Capitulino2019-11-291-4/+7
* Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2019-11-291-6/+2
* numa: Clean up query-memdev error handlingMarkus Armbruster2019-11-291-49/+10
* memory: Convert to new qapi union layoutEric Blake2015-11-021-4/+4
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-2/+2
* maint: remove double semicolons in many filesDaniel P. Berrange2015-09-111-1/+1
* numa: Fix memory leak in numa_set_mem_node_id()Bharata B Rao2015-07-151-1/+2
* numa: API to lookup NUMA node by addressBharata B Rao2015-07-031-0/+41
* numa: Store boot memory address range in node_infoBharata B Rao2015-07-031-0/+27
* numa,pc-dimm: Store pc-dimm memory information in numa_infoBharata B Rao2015-07-031-0/+26
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange2015-06-191-1/+1
* qom: Add helper function for getting user objects rootDaniel P. Berrange2015-06-191-1/+1
* QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2015-06-091-2/+2
* QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster2015-06-081-2/+1
* numa: Print warning if no node is assigned to a CPUEduardo Habkost2015-03-191-0/+10
* numa: introduce machine callback for VCPU to node mappingIgor Mammedov2015-03-191-5/+13
* numa: Reject configuration if CPU appears on multiple nodesEduardo Habkost2015-03-191-0/+37
* numa: Reject CPU indexes > max_cpusEduardo Habkost2015-03-191-3/+5
* numa: Fix off-by-one error at MAX_CPUMASK_BITS checkEduardo Habkost2015-03-191-2/+2
* numa: remove superfluous '\n' around error_setgGonglei2015-03-101-3/+3
* Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell2015-03-021-4/+16
|\
| * numa: Rename set_numa_modes() to numa_post_machine_init()Eduardo Habkost2015-02-231-1/+1
| * numa: Rename option parsing functionsEduardo Habkost2015-02-231-3/+3
| * numa: Move QemuOpts parsing to set_numa_nodes()Eduardo Habkost2015-02-231-1/+8
| * numa: Make max_numa_nodeid staticEduardo Habkost2015-02-231-1/+3
| * numa: Move NUMA globals to numa.cEduardo Habkost2015-02-231-0/+3
| * numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost2015-02-231-1/+1
* | numa: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-5/+3
|/
* numa: make 'info numa' take into account hotplugged memoryzhanghailiang2014-11-111-0/+38
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+2
* hmp: fix MemdevList memory leakChen Fan2014-09-021-7/+2
* query-memdev: fix potential memory leaksChen Fan2014-09-021-1/+5
* numa: show hex number in error message for consistency and prefix them with 0xHu Tao2014-08-141-2/+2
* numa: check for busy memory backendHu Tao2014-07-061-0/+8
* numa: Reject configuration if not all node IDs are presentEduardo Habkost2014-06-291-1/+16
* numa: Reject duplicate node IDsEduardo Habkost2014-06-291-0/+5
* numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost2014-06-291-0/+2
* numa: fix commentMichael S. Tsirkin2014-06-291-1/+1
* numa: fix commentMichael S. Tsirkin2014-06-291-1/+1
* numa: handle mmaped memory allocation failure correctlyIgor Mammedov2014-06-191-1/+1
* qmp: add query-memdevHu Tao2014-06-191-0/+84
* hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2014-06-191-1/+1
* memory: add error propagation to file-based RAM allocationPaolo Bonzini2014-06-191-1/+12
* memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-1/+10
* numa: add -numa node,memdev= optionPaolo Bonzini2014-06-191-2/+63
OpenPOWER on IntegriCloud