index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
numa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
numa: we don't implement NUMA for s390x
David Hildenbrand
2018-03-08
1
-1
/
+1
*
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
1
-2
/
+2
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
qemu: improve hugepage allocation failure message
Marcelo Tosatti
2018-02-05
1
-0
/
+1
*
hostmem-file: add "align" option
Haozhong Zhang
2018-01-19
1
-1
/
+1
*
numa: remove unused #include
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
spapr: replace numa_get_node() with lookup in pc-dimm list
Igor Mammedov
2017-12-14
1
-94
/
+0
*
NUMA: Enable adding NUMA node implicitly
Dou Liyang
2017-11-16
1
-1
/
+20
*
numa: fixup parsed NumaNodeOptions earlier
Igor Mammedov
2017-10-27
1
-9
/
+10
*
NUMA: Replace MAX_NODES with nb_numa_nodes in for loop
Dou Liyang
2017-09-19
1
-1
/
+1
*
hmp: extend "info numa" with hotplugged memory information
Vadim Galitsyn
2017-09-14
1
-5
/
+13
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-2
/
+2
*
numa: use get_uint() for "size" property
Marc-André Lureau
2017-06-20
1
-3
/
+3
*
numa: make sure that all cpus have has_node_id set if numa is enabled
Igor Mammedov
2017-06-05
1
-11
/
+5
*
numa: move default mapping init to machine
Igor Mammedov
2017-06-05
1
-26
/
+0
*
numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr
Igor Mammedov
2017-06-05
1
-0
/
+23
*
numa: Fix format string for "Invalid node" message
Eduardo Habkost
2017-05-30
1
-2
/
+1
*
Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...
Stefan Hajnoczi
2017-05-15
1
-96
/
+206
|
\
|
*
numa: add '-numa cpu,...' option for property based node mapping
Igor Mammedov
2017-05-11
1
-0
/
+15
|
*
numa: remove node_cpu bitmaps as they are no longer used
Igor Mammedov
2017-05-11
1
-43
/
+0
|
*
numa: use possible_cpus for not mapped CPUs check
Igor Mammedov
2017-05-11
1
-10
/
+0
|
*
numa: remove no longer need numa_post_machine_init()
Igor Mammedov
2017-05-11
1
-15
/
+0
|
*
tests: numa: add case for QMP command query-cpus
Igor Mammedov
2017-05-11
1
-14
/
+0
|
*
numa: do default mapping based on possible_cpus instead of node_cpu bitmaps
Igor Mammedov
2017-05-11
1
-8
/
+12
|
*
numa: mirror cpu to node mapping in MachineState::possible_cpus
Igor Mammedov
2017-05-11
1
-0
/
+8
|
*
numa: add check that board supports cpu_index to node mapping
Igor Mammedov
2017-05-11
1
-3
/
+10
|
*
numa: move source of default CPUs to NUMA node mapping into boards
Igor Mammedov
2017-05-11
1
-13
/
+11
|
*
numa: equally distribute memory on nodes
Laurent Vivier
2017-05-11
1
-11
/
+38
|
*
numa: Allow setting NUMA distance for different NUMA nodes
He Chen
2017-05-11
1
-2
/
+135
*
|
Remove reduntant qemu: from error functions
Ishani Chugh
2017-05-07
1
-2
/
+2
|
/
*
numa,spapr: align default numa node memory size to 256MB
Laurent Vivier
2017-03-22
1
-3
/
+3
*
numa: Flatten simple union NumaOptions
Markus Armbruster
2017-02-22
1
-2
/
+2
*
ramblock-notifier: new
Paolo Bonzini
2017-01-16
1
-0
/
+29
*
numa: make -numa parser dynamically allocate CPUs masks
Igor Mammedov
2017-01-12
1
-7
/
+14
*
monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends
Igor Mammedov
2017-01-12
1
-0
/
+3
*
numa: reduce code duplication by adding helper numa_get_node_for_cpu()
Igor Mammedov
2016-10-10
1
-0
/
+12
*
numa: do not leak NumaOptions
Marc-André Lureau
2016-08-07
1
-7
/
+8
*
numa: set the memory backend "is_mapped" field
Greg Kurz
2016-08-02
1
-0
/
+1
*
opts-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-3
/
+3
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-2
/
+2
*
qapi-dealloc: Reduce use outside of generated code
Eric Blake
2016-03-04
1
-8
/
+1
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-3
/
+3
*
all: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
memory: exit when hugepage allocation fails if mem-prealloc
Luiz Capitulino
2016-01-26
1
-4
/
+7
*
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
2016-01-13
1
-6
/
+2
*
numa: Clean up query-memdev error handling
Markus Armbruster
2015-12-18
1
-49
/
+10
*
memory: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-4
/
+4
*
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-09-18
1
-2
/
+2
*
maint: remove double semicolons in many files
Daniel P. Berrange
2015-09-11
1
-1
/
+1
*
numa: Fix memory leak in numa_set_mem_node_id()
Bharata B Rao
2015-07-15
1
-1
/
+2
[next]