index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
numa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
numa: remove superfluous '\n' around error_setg
Gonglei
2015-03-10
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...
Peter Maydell
2015-03-02
1
-4
/
+16
|
\
|
*
numa: Rename set_numa_modes() to numa_post_machine_init()
Eduardo Habkost
2015-02-23
1
-1
/
+1
|
*
numa: Rename option parsing functions
Eduardo Habkost
2015-02-23
1
-3
/
+3
|
*
numa: Move QemuOpts parsing to set_numa_nodes()
Eduardo Habkost
2015-02-23
1
-1
/
+8
|
*
numa: Make max_numa_nodeid static
Eduardo Habkost
2015-02-23
1
-1
/
+3
|
*
numa: Move NUMA globals to numa.c
Eduardo Habkost
2015-02-23
1
-0
/
+3
|
*
numa: Move NUMA declarations from sysemu.h to numa.h
Eduardo Habkost
2015-02-23
1
-1
/
+1
*
|
numa: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
2015-02-18
1
-5
/
+3
|
/
*
numa: make 'info numa' take into account hotplugged memory
zhanghailiang
2014-11-11
1
-0
/
+38
*
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-09-09
1
-2
/
+2
*
hmp: fix MemdevList memory leak
Chen Fan
2014-09-02
1
-7
/
+2
*
query-memdev: fix potential memory leaks
Chen Fan
2014-09-02
1
-1
/
+5
*
numa: show hex number in error message for consistency and prefix them with 0x
Hu Tao
2014-08-14
1
-2
/
+2
*
numa: check for busy memory backend
Hu Tao
2014-07-06
1
-0
/
+8
*
numa: Reject configuration if not all node IDs are present
Eduardo Habkost
2014-06-29
1
-1
/
+16
*
numa: Reject duplicate node IDs
Eduardo Habkost
2014-06-29
1
-0
/
+5
*
numa: Keep track of NUMA nodes present on the command-line
Eduardo Habkost
2014-06-29
1
-0
/
+2
*
numa: fix comment
Michael S. Tsirkin
2014-06-29
1
-1
/
+1
*
numa: fix comment
Michael S. Tsirkin
2014-06-29
1
-1
/
+1
*
numa: handle mmaped memory allocation failure correctly
Igor Mammedov
2014-06-19
1
-1
/
+1
*
qmp: add query-memdev
Hu Tao
2014-06-19
1
-0
/
+84
*
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
2014-06-19
1
-1
/
+1
*
memory: add error propagation to file-based RAM allocation
Paolo Bonzini
2014-06-19
1
-1
/
+12
*
memory: move mem_path handling to memory_region_allocate_system_memory
Paolo Bonzini
2014-06-19
1
-1
/
+10
*
numa: add -numa node,memdev= option
Paolo Bonzini
2014-06-19
1
-2
/
+63
*
numa: introduce memory_region_allocate_system_memory
Paolo Bonzini
2014-06-19
1
-0
/
+9
*
NUMA: convert -numa option to use OptsVisitor
Wanlong Gao
2014-06-19
1
-75
/
+70
*
NUMA: Add numa_info structure to contain numa nodes info
Wanlong Gao
2014-06-19
1
-11
/
+12
*
NUMA: check if the total numa memory size is equal to ram_size
Wanlong Gao
2014-06-19
1
-0
/
+14
*
NUMA: move numa related code to new file numa.c
Wanlong Gao
2014-06-19
1
-0
/
+185