Age | Commit message (Expand) | Author | Files | Lines |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 1 | -2/+2 |
2017-06-20 | numa: use get_uint() for "size" property | Marc-André Lureau | 1 | -3/+3 |
2017-06-05 | numa: make sure that all cpus have has_node_id set if numa is enabled | Igor Mammedov | 1 | -11/+5 |
2017-06-05 | numa: move default mapping init to machine | Igor Mammedov | 1 | -26/+0 |
2017-06-05 | numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr | Igor Mammedov | 1 | -0/+23 |
2017-05-30 | numa: Fix format string for "Invalid node" message | Eduardo Habkost | 1 | -2/+1 |
2017-05-15 | Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int... | Stefan Hajnoczi | 1 | -96/+206 |
2017-05-11 | numa: add '-numa cpu,...' option for property based node mapping | Igor Mammedov | 1 | -0/+15 |
2017-05-11 | numa: remove node_cpu bitmaps as they are no longer used | Igor Mammedov | 1 | -43/+0 |
2017-05-11 | numa: use possible_cpus for not mapped CPUs check | Igor Mammedov | 1 | -10/+0 |
2017-05-11 | numa: remove no longer need numa_post_machine_init() | Igor Mammedov | 1 | -15/+0 |
2017-05-11 | tests: numa: add case for QMP command query-cpus | Igor Mammedov | 1 | -14/+0 |
2017-05-11 | numa: do default mapping based on possible_cpus instead of node_cpu bitmaps | Igor Mammedov | 1 | -8/+12 |
2017-05-11 | numa: mirror cpu to node mapping in MachineState::possible_cpus | Igor Mammedov | 1 | -0/+8 |
2017-05-11 | numa: add check that board supports cpu_index to node mapping | Igor Mammedov | 1 | -3/+10 |
2017-05-11 | numa: move source of default CPUs to NUMA node mapping into boards | Igor Mammedov | 1 | -13/+11 |
2017-05-11 | numa: equally distribute memory on nodes | Laurent Vivier | 1 | -11/+38 |
2017-05-11 | numa: Allow setting NUMA distance for different NUMA nodes | He Chen | 1 | -2/+135 |
2017-05-07 | Remove reduntant qemu: from error functions | Ishani Chugh | 1 | -2/+2 |
2017-03-22 | numa,spapr: align default numa node memory size to 256MB | Laurent Vivier | 1 | -3/+3 |
2017-02-22 | numa: Flatten simple union NumaOptions | Markus Armbruster | 1 | -2/+2 |
2017-01-16 | ramblock-notifier: new | Paolo Bonzini | 1 | -0/+29 |
2017-01-12 | numa: make -numa parser dynamically allocate CPUs masks | Igor Mammedov | 1 | -7/+14 |
2017-01-12 | monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends | Igor Mammedov | 1 | -0/+3 |
2016-10-10 | numa: reduce code duplication by adding helper numa_get_node_for_cpu() | Igor Mammedov | 1 | -0/+12 |
2016-08-07 | numa: do not leak NumaOptions | Marc-André Lureau | 1 | -7/+8 |
2016-08-02 | numa: set the memory backend "is_mapped" field | Greg Kurz | 1 | -0/+1 |
2016-07-06 | opts-visitor: Favor new visit_free() function | Eric Blake | 1 | -3/+3 |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake | 1 | -2/+2 |
2016-03-04 | qapi-dealloc: Reduce use outside of generated code | Eric Blake | 1 | -8/+1 |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 1 | -3/+3 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-26 | memory: exit when hugepage allocation fails if mem-prealloc | Luiz Capitulino | 1 | -4/+7 |
2016-01-13 | Use error_fatal to simplify obvious fatal errors | Markus Armbruster | 1 | -6/+2 |
2015-12-18 | numa: Clean up query-memdev error handling | Markus Armbruster | 1 | -49/+10 |
2015-11-02 | memory: Convert to new qapi union layout | Eric Blake | 1 | -4/+4 |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 1 | -2/+2 |
2015-09-11 | maint: remove double semicolons in many files | Daniel P. Berrange | 1 | -1/+1 |
2015-07-15 | numa: Fix memory leak in numa_set_mem_node_id() | Bharata B Rao | 1 | -1/+2 |
2015-07-03 | numa: API to lookup NUMA node by address | Bharata B Rao | 1 | -0/+41 |
2015-07-03 | numa: Store boot memory address range in node_info | Bharata B Rao | 1 | -0/+27 |
2015-07-03 | numa,pc-dimm: Store pc-dimm memory information in numa_info | Bharata B Rao | 1 | -0/+26 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-19 | qom: Don't pass string table to object_get_enum() function | Daniel P. Berrange | 1 | -1/+1 |
2015-06-19 | qom: Add helper function for getting user objects root | Daniel P. Berrange | 1 | -1/+1 |
2015-06-09 | QemuOpts: Convert qemu_opts_foreach() to Error | Markus Armbruster | 1 | -2/+2 |
2015-06-08 | QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure | Markus Armbruster | 1 | -2/+1 |
2015-03-19 | numa: Print warning if no node is assigned to a CPU | Eduardo Habkost | 1 | -0/+10 |
2015-03-19 | numa: introduce machine callback for VCPU to node mapping | Igor Mammedov | 1 | -5/+13 |
2015-03-19 | numa: Reject configuration if CPU appears on multiple nodes | Eduardo Habkost | 1 | -0/+37 |