Age | Commit message (Expand) | Author |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2015-09-11 | maint: remove double semicolons in many files | Daniel P. Berrange |
2015-07-15 | numa: Fix memory leak in numa_set_mem_node_id() | Bharata B Rao |
2015-07-03 | numa: API to lookup NUMA node by address | Bharata B Rao |
2015-07-03 | numa: Store boot memory address range in node_info | Bharata B Rao |
2015-07-03 | numa,pc-dimm: Store pc-dimm memory information in numa_info | Bharata B Rao |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster |
2015-06-19 | qom: Don't pass string table to object_get_enum() function | Daniel P. Berrange |
2015-06-19 | qom: Add helper function for getting user objects root | Daniel P. Berrange |
2015-06-09 | QemuOpts: Convert qemu_opts_foreach() to Error | Markus Armbruster |
2015-06-08 | QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure | Markus Armbruster |
2015-03-19 | numa: Print warning if no node is assigned to a CPU | Eduardo Habkost |
2015-03-19 | numa: introduce machine callback for VCPU to node mapping | Igor Mammedov |
2015-03-19 | numa: Reject configuration if CPU appears on multiple nodes | Eduardo Habkost |
2015-03-19 | numa: Reject CPU indexes > max_cpus | Eduardo Habkost |
2015-03-19 | numa: Fix off-by-one error at MAX_CPUMASK_BITS check | Eduardo Habkost |
2015-03-10 | numa: remove superfluous '\n' around error_setg | Gonglei |
2015-03-02 | Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s... | Peter Maydell |
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 globals to numa.c | Eduardo Habkost |
2015-02-23 | numa: Move NUMA declarations from sysemu.h to numa.h | Eduardo Habkost |
2015-02-18 | numa: Avoid qerror_report_err() outside QMP command handlers | Markus Armbruster |
2014-11-11 | numa: make 'info numa' take into account hotplugged memory | zhanghailiang |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-09-02 | hmp: fix MemdevList memory leak | Chen Fan |
2014-09-02 | query-memdev: fix potential memory leaks | Chen Fan |
2014-08-14 | numa: show hex number in error message for consistency and prefix them with 0x | Hu Tao |
2014-07-06 | numa: check for busy memory backend | Hu Tao |
2014-06-29 | numa: Reject configuration if not all node IDs are present | Eduardo Habkost |
2014-06-29 | numa: Reject duplicate node IDs | Eduardo Habkost |
2014-06-29 | numa: Keep track of NUMA nodes present on the command-line | Eduardo Habkost |
2014-06-29 | numa: fix comment | Michael S. Tsirkin |
2014-06-29 | numa: fix comment | Michael S. Tsirkin |
2014-06-19 | numa: handle mmaped memory allocation failure correctly | Igor Mammedov |
2014-06-19 | qmp: add query-memdev | Hu Tao |
2014-06-19 | hostmem: add property to map memory with MAP_SHARED | Paolo Bonzini |
2014-06-19 | memory: add error propagation to file-based RAM allocation | Paolo Bonzini |
2014-06-19 | memory: move mem_path handling to memory_region_allocate_system_memory | Paolo Bonzini |
2014-06-19 | numa: add -numa node,memdev= option | Paolo Bonzini |
2014-06-19 | numa: introduce memory_region_allocate_system_memory | Paolo Bonzini |
2014-06-19 | NUMA: convert -numa option to use OptsVisitor | Wanlong Gao |
2014-06-19 | NUMA: Add numa_info structure to contain numa nodes info | Wanlong Gao |
2014-06-19 | NUMA: check if the total numa memory size is equal to ram_size | Wanlong Gao |
2014-06-19 | NUMA: move numa related code to new file numa.c | Wanlong Gao |