Age | Commit message (Expand) | Author | Files | Lines |
2018-05-30 | qmp: add set-numa-node command | Igor Mammedov | 1 | -0/+11 |
2018-05-30 | numa: split out NumaOptions parsing into set_numa_options() | Igor Mammedov | 1 | -19/+27 |
2018-05-30 | numa: postpone options post-processing till machine_run_board_init() | Igor Mammedov | 1 | -5/+8 |
2018-05-30 | numa: clarify error message when node index is out of range in -numa dist, ... | Igor Mammedov | 1 | -3/+2 |
2018-05-09 | memdev: remove "id" property | Paolo Bonzini | 1 | -1/+1 |
2018-05-07 | pc-dimm: factor out MemoryDevice interface | David Hildenbrand | 1 | -1/+2 |
2018-04-27 | Clear mem_path if we fall back to anonymous RAM allocation | David Gibson | 1 | -0/+1 |
2018-03-20 | qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList | Haozhong Zhang | 1 | -6/+13 |
2018-03-20 | pc-dimm: make qmp_pc_dimm_device_list() sort devices by address | Haozhong Zhang | 1 | -3/+1 |
2018-03-08 | numa: we don't implement NUMA for s390x | David Hildenbrand | 1 | -1/+1 |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster | 1 | -2/+2 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-05 | qemu: improve hugepage allocation failure message | Marcelo Tosatti | 1 | -0/+1 |
2018-01-19 | hostmem-file: add "align" option | Haozhong Zhang | 1 | -1/+1 |
2017-12-18 | numa: remove unused #include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-12-15 | spapr: replace numa_get_node() with lookup in pc-dimm list | Igor Mammedov | 1 | -94/+0 |
2017-11-16 | NUMA: Enable adding NUMA node implicitly | Dou Liyang | 1 | -1/+20 |
2017-10-27 | numa: fixup parsed NumaNodeOptions earlier | Igor Mammedov | 1 | -9/+10 |
2017-09-19 | NUMA: Replace MAX_NODES with nb_numa_nodes in for loop | Dou Liyang | 1 | -1/+1 |
2017-09-14 | hmp: extend "info numa" with hotplugged memory information | Vadim Galitsyn | 1 | -5/+13 |
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 |