82 Commits (b43671f80cda8d0f11dcb929ed76fbd680c29cec)

Author SHA1 Message Date
Marc-André Lureau 61d7c14437 numa: use get_uint() for "size" property 9 years ago
Igor Mammedov d41f3e750d numa: make sure that all cpus have has_node_id set if numa is enabled 9 years ago
Igor Mammedov 60bed6a30a numa: move default mapping init to machine 9 years ago
Igor Mammedov a0ceb640d0 numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr 9 years ago
Eduardo Habkost f892291eee numa: Fix format string for "Invalid node" message 9 years ago
Igor Mammedov 419fcdec3c numa: add '-numa cpu,...' option for property based node mapping 9 years ago
Igor Mammedov 1171ae9a5b numa: remove node_cpu bitmaps as they are no longer used 9 years ago
Igor Mammedov ec78f8114b numa: use possible_cpus for not mapped CPUs check 9 years ago
Igor Mammedov 3b8a8557f7 numa: remove no longer need numa_post_machine_init() 9 years ago
Igor Mammedov 6accfb7823 tests: numa: add case for QMP command query-cpus 9 years ago
Igor Mammedov af9b20e8d2 numa: do default mapping based on possible_cpus instead of node_cpu bitmaps 9 years ago
Igor Mammedov 7c88e65d9e numa: mirror cpu to node mapping in MachineState::possible_cpus 9 years ago
Igor Mammedov 64c2a8f6d3 numa: add check that board supports cpu_index to node mapping 9 years ago
Igor Mammedov ea089eebbd numa: move source of default CPUs to NUMA node mapping into boards 9 years ago
Laurent Vivier 3bfe57165b numa: equally distribute memory on nodes 9 years ago
He Chen 0f203430dd numa: Allow setting NUMA distance for different NUMA nodes 9 years ago
Ishani Chugh d0e31a105e Remove reduntant qemu: from error functions 9 years ago
Laurent Vivier 55641213fc numa,spapr: align default numa node memory size to 256MB 9 years ago
Markus Armbruster d081a49af8 numa: Flatten simple union NumaOptions 9 years ago
Paolo Bonzini 0987d735a3 ramblock-notifier: new 9 years ago
Igor Mammedov cdda2018e3 numa: make -numa parser dynamically allocate CPUs masks 10 years ago
Igor Mammedov e1ff3c67e8 monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends 9 years ago
Igor Mammedov 6bea1ddf8b numa: reduce code duplication by adding helper numa_get_node_for_cpu() 10 years ago
Marc-André Lureau 157e94e8a2 numa: do not leak NumaOptions 10 years ago
Greg Kurz 0b21757124 numa: set the memory backend "is_mapped" field 10 years ago
Eric Blake 09204eac9b opts-visitor: Favor new visit_free() function 10 years ago
Eric Blake 32bafa8fdd qapi: Don't special-case simple union wrappers 10 years ago
Eric Blake 96a1616c85 qapi-dealloc: Reduce use outside of generated code 10 years ago
Eric Blake 51e72bc1dd qapi: Swap visit_* arguments for consistent 'name' placement 10 years ago
Peter Maydell d38ea87ac5 all: Clean up includes 10 years ago
Luiz Capitulino fae947b096 memory: exit when hugepage allocation fails if mem-prealloc 10 years ago
Markus Armbruster 007b06578a Use error_fatal to simplify obvious fatal errors 11 years ago
Markus Armbruster 2f6f826e03 numa: Clean up query-memdev error handling 11 years ago
Eric Blake 1fd5d4fea4 memory: Convert to new qapi union layout 11 years ago
Markus Armbruster f8ed85ac99 Fix bad error handling after memory_region_init_ram() 11 years ago
Daniel P. Berrange a8f15a2775 maint: remove double semicolons in many files 11 years ago
Bharata B Rao 672558d2ea numa: Fix memory leak in numa_set_mem_node_id() 11 years ago
Bharata B Rao e75e2a14d5 numa: API to lookup NUMA node by address 11 years ago
Bharata B Rao abafabd8c9 numa: Store boot memory address range in node_info 11 years ago
Bharata B Rao fa9ea81d15 numa,pc-dimm: Store pc-dimm memory information in numa_info 11 years ago
Markus Armbruster cc7a8ea740 Include qapi/qmp/qerror.h exactly where needed 11 years ago
Daniel P. Berrange a3590dacce qom: Don't pass string table to object_get_enum() function 11 years ago
Daniel P. Berrange bc2256c4ae qom: Add helper function for getting user objects root 11 years ago
Markus Armbruster 28d0de7a4f QemuOpts: Convert qemu_opts_foreach() to Error 11 years ago
Markus Armbruster a4c7367f7d QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure 11 years ago
Eduardo Habkost 549fc54b8c numa: Print warning if no node is assigned to a CPU 11 years ago
Igor Mammedov 57924bcd87 numa: introduce machine callback for VCPU to node mapping 11 years ago
Eduardo Habkost 3ef7197505 numa: Reject configuration if CPU appears on multiple nodes 11 years ago
Eduardo Habkost 8979c945c1 numa: Reject CPU indexes > max_cpus 11 years ago
Eduardo Habkost ed26b92290 numa: Fix off-by-one error at MAX_CPUMASK_BITS check 11 years ago