index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numa.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-03-19
numa: Reject CPU indexes > max_cpus
Eduardo Habkost
1
-3
/
+5
2015-03-19
numa: Fix off-by-one error at MAX_CPUMASK_BITS check
Eduardo Habkost
1
-2
/
+2
2015-03-10
numa: remove superfluous '\n' around error_setg
Gonglei
1
-3
/
+3
2015-03-02
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...
Peter Maydell
1
-4
/
+16
2015-02-23
numa: Rename set_numa_modes() to numa_post_machine_init()
Eduardo Habkost
1
-1
/
+1
2015-02-23
numa: Rename option parsing functions
Eduardo Habkost
1
-3
/
+3
2015-02-23
numa: Move QemuOpts parsing to set_numa_nodes()
Eduardo Habkost
1
-1
/
+8
2015-02-23
numa: Make max_numa_nodeid static
Eduardo Habkost
1
-1
/
+3
2015-02-23
numa: Move NUMA globals to numa.c
Eduardo Habkost
1
-0
/
+3
2015-02-23
numa: Move NUMA declarations from sysemu.h to numa.h
Eduardo Habkost
1
-1
/
+1
2015-02-18
numa: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
1
-5
/
+3
2014-11-11
numa: make 'info numa' take into account hotplugged memory
zhanghailiang
1
-0
/
+38
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-2
/
+2
2014-09-02
hmp: fix MemdevList memory leak
Chen Fan
1
-7
/
+2
2014-09-02
query-memdev: fix potential memory leaks
Chen Fan
1
-1
/
+5
2014-08-14
numa: show hex number in error message for consistency and prefix them with 0x
Hu Tao
1
-2
/
+2
2014-07-06
numa: check for busy memory backend
Hu Tao
1
-0
/
+8
2014-06-29
numa: Reject configuration if not all node IDs are present
Eduardo Habkost
1
-1
/
+16
2014-06-29
numa: Reject duplicate node IDs
Eduardo Habkost
1
-0
/
+5
2014-06-29
numa: Keep track of NUMA nodes present on the command-line
Eduardo Habkost
1
-0
/
+2
2014-06-29
numa: fix comment
Michael S. Tsirkin
1
-1
/
+1
2014-06-29
numa: fix comment
Michael S. Tsirkin
1
-1
/
+1
2014-06-19
numa: handle mmaped memory allocation failure correctly
Igor Mammedov
1
-1
/
+1
2014-06-19
qmp: add query-memdev
Hu Tao
1
-0
/
+84
2014-06-19
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
1
-1
/
+1
2014-06-19
memory: add error propagation to file-based RAM allocation
Paolo Bonzini
1
-1
/
+12
2014-06-19
memory: move mem_path handling to memory_region_allocate_system_memory
Paolo Bonzini
1
-1
/
+10
2014-06-19
numa: add -numa node,memdev= option
Paolo Bonzini
1
-2
/
+63
2014-06-19
numa: introduce memory_region_allocate_system_memory
Paolo Bonzini
1
-0
/
+9
2014-06-19
NUMA: convert -numa option to use OptsVisitor
Wanlong Gao
1
-75
/
+70
2014-06-19
NUMA: Add numa_info structure to contain numa nodes info
Wanlong Gao
1
-11
/
+12
2014-06-19
NUMA: check if the total numa memory size is equal to ram_size
Wanlong Gao
1
-0
/
+14
2014-06-19
NUMA: move numa related code to new file numa.c
Wanlong Gao
1
-0
/
+185