Sign in
qemu
/
qemu
/
8ddc5bf9e5de51c2a4842c01dd3a97f5591776fd
/
numa.c
6bea1dd
numa: reduce code duplication by adding helper numa_get_node_for_cpu()
by Igor Mammedov
· 8 years ago
157e94e
numa: do not leak NumaOptions
by Marc-André Lureau
· 9 years ago
0b21757
numa: set the memory backend "is_mapped" field
by Greg Kurz
· 8 years ago
09204ea
opts-visitor: Favor new visit_free() function
by Eric Blake
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
96a1616
qapi-dealloc: Reduce use outside of generated code
by Eric Blake
· 9 years ago
51e72bc
qapi: Swap visit_* arguments for consistent 'name' placement
by Eric Blake
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
fae947b
memory: exit when hugepage allocation fails if mem-prealloc
by Luiz Capitulino
· 9 years ago
007b065
Use error_fatal to simplify obvious fatal errors
by Markus Armbruster
· 9 years ago
2f6f826
numa: Clean up query-memdev error handling
by Markus Armbruster
· 9 years ago
1fd5d4f
memory: Convert to new qapi union layout
by Eric Blake
· 9 years ago
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 9 years ago
a8f15a2
maint: remove double semicolons in many files
by Daniel P. Berrange
· 9 years ago
672558d
numa: Fix memory leak in numa_set_mem_node_id()
by Bharata B Rao
· 10 years ago
e75e2a1
numa: API to lookup NUMA node by address
by Bharata B Rao
· 10 years ago
abafabd
numa: Store boot memory address range in node_info
by Bharata B Rao
· 10 years ago
fa9ea81
numa,pc-dimm: Store pc-dimm memory information in numa_info
by Bharata B Rao
· 10 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
a3590da
qom: Don't pass string table to object_get_enum() function
by Daniel P. Berrange
· 10 years ago
bc2256c
qom: Add helper function for getting user objects root
by Daniel P. Berrange
· 10 years ago
28d0de7
QemuOpts: Convert qemu_opts_foreach() to Error
by Markus Armbruster
· 10 years ago
a4c7367
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
549fc54
numa: Print warning if no node is assigned to a CPU
by Eduardo Habkost
· 10 years ago
57924bc
numa: introduce machine callback for VCPU to node mapping
by Igor Mammedov
· 10 years ago
3ef7197
numa: Reject configuration if CPU appears on multiple nodes
by Eduardo Habkost
· 10 years ago
8979c94
numa: Reject CPU indexes > max_cpus
by Eduardo Habkost
· 10 years ago
ed26b92
numa: Fix off-by-one error at MAX_CPUMASK_BITS check
by Eduardo Habkost
· 10 years ago
01bbbcf
numa: remove superfluous '\n' around error_setg
by Gonglei
· 10 years ago
2dffe55
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging
by Peter Maydell
· 10 years ago
dde1111
numa: Rename set_numa_modes() to numa_post_machine_init()
by Eduardo Habkost
· 10 years ago
1c1e673
numa: Rename option parsing functions
by Eduardo Habkost
· 10 years ago
7dcd1d7
numa: Move QemuOpts parsing to set_numa_nodes()
by Eduardo Habkost
· 10 years ago
25712ff
numa: Make max_numa_nodeid static
by Eduardo Habkost
· 10 years ago
de1a7c8
numa: Move NUMA globals to numa.c
by Eduardo Habkost
· 10 years ago
e35704b
numa: Move NUMA declarations from sysemu.h to numa.h
by Eduardo Habkost
· 10 years ago
29b762f
numa: Avoid qerror_report_err() outside QMP command handlers
by Markus Armbruster
· 10 years ago
5b009e4
numa: make 'info numa' take into account hotplugged memory
by zhanghailiang
· 10 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 10 years ago
ecaf54a
hmp: fix MemdevList memory leak
by Chen Fan
· 10 years ago
b0e9018
query-memdev: fix potential memory leaks
by Chen Fan
· 10 years ago
c68233a
numa: show hex number in error message for consistency and prefix them with 0x
by Hu Tao
· 10 years ago
0462fae
numa: check for busy memory backend
by Hu Tao
· 11 years ago
12d6e46
numa: Reject configuration if not all node IDs are present
by Eduardo Habkost
· 11 years ago
1945b9d
numa: Reject duplicate node IDs
by Eduardo Habkost
· 11 years ago
1af878e
numa: Keep track of NUMA nodes present on the command-line
by Eduardo Habkost
· 11 years ago
9851d0f
numa: fix comment
by Michael S. Tsirkin
· 11 years ago
d75e2f6
numa: fix comment
by Michael S. Tsirkin
· 11 years ago
c3ba309
numa: handle mmaped memory allocation failure correctly
by Igor Mammedov
· 11 years ago
76b5d85
qmp: add query-memdev
by Hu Tao
· 11 years ago
dbcb898
hostmem: add property to map memory with MAP_SHARED
by Paolo Bonzini
· 11 years ago
7f56e74
memory: add error propagation to file-based RAM allocation
by Paolo Bonzini
· 11 years ago
0b183fc
memory: move mem_path handling to memory_region_allocate_system_memory
by Paolo Bonzini
· 11 years ago
7febe36
numa: add -numa node,memdev= option
by Paolo Bonzini
· 11 years ago
dfabb8b
numa: introduce memory_region_allocate_system_memory
by Paolo Bonzini
· 11 years ago
0042109
NUMA: convert -numa option to use OptsVisitor
by Wanlong Gao
· 11 years ago
8c85901
NUMA: Add numa_info structure to contain numa nodes info
by Wanlong Gao
· 11 years ago
2b631ec
NUMA: check if the total numa memory size is equal to ram_size
by Wanlong Gao
· 11 years ago
96d0e26
NUMA: move numa related code to new file numa.c
by Wanlong Gao
· 11 years ago