Philippe Mathieu-Daudé
|
32cad1ffb8
include: Rename sysemu/ -> system/
|
8 months ago |
Pierrick Bouvier
|
848ca15197
hw/core: replace assert(0) with g_assert_not_reached()
|
11 months ago |
Markus Armbruster
|
0aa4bd6aeb
qapi/machine: Drop temporary 'prefix'
|
11 months ago |
Peter Maydell
|
6fc6931231
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
|
1 year ago |
Ankit Agrawal
|
0a5b5acdf2
hw/acpi: Implement the SRAT GI affinity structure
|
1 year ago |
Zhao Liu
|
2ea09fe85a
hw/core: Cleanup unused included headers in numa.c
|
1 year ago |
Eric Blake
|
a73049b2a1
numa: Check for qemu_strtosz_MiB error
|
2 years ago |
Markus Armbruster
|
fe8ac1fa49
qapi machine: Elide redundant has_FOO in generated C
|
2 years ago |
Stefan Hajnoczi
|
4fdd0a1a7e
numa: use QLIST_FOREACH_SAFE() for RAM block notifiers
|
2 years ago |
Stefan Hajnoczi
|
1f0fea38f4
numa: call ->ram_block_removed() in ram_block_notifer_remove()
|
2 years ago |
Paolo Bonzini
|
26f88d84da
machine: make memory-backend a link property
|
3 years ago |
Yang Zhong
|
1105812382
numa: Enable numa for SGX EPC sections
|
3 years ago |
Paolo Bonzini
|
bd989ed44f
numa: avoid crash with SGX and "info numa"
|
3 years ago |
Michal Privoznik
|
294aa0437b
numa: Parse initiator= attribute before cpus= attribute
|
4 years ago |
David Hildenbrand
|
e15c7d1e8c
numa: Make all callbacks of ram block notifiers optional
|
4 years ago |
David Hildenbrand
|
8f44304c76
numa: Teach ram block notifiers about resizeable ram blocks
|
4 years ago |
David Hildenbrand
|
082851a3af
util: vfio-helpers: Factor out and fix processing of existing ram blocks
|
4 years ago |
Thomas Huth
|
4c386f8064
Do not include sysemu/sysemu.h if it's not really necessary
|
4 years ago |
Paolo Bonzini
|
b326b6ea79
make ram_size local to vl.c
|
4 years ago |
Igor Mammedov
|
1b5e843ab6
numa: hmat: require parent cache description before the next level one
|
4 years ago |
Igor Mammedov
|
270b33cc1c
numa: remove fixup numa_state->num_nodes to MAX_NODES
|
5 years ago |
Igor Mammedov
|
b21aa7e01e
numa: drop support for '-numa node' (without memory specified)
|
5 years ago |
Igor Mammedov
|
fadb055bd4
numa: hmat: fix cache size check
|
5 years ago |
Markus Armbruster
|
b11a093c60
qapi: Smooth another visitor error checking pattern
|
5 years ago |
Markus Armbruster
|
992861fb1e
error: Eliminate error_propagate() manually
|
5 years ago |
Markus Armbruster
|
5325cc34a2
qom: Put name parameter before value / visitor parameter
|
5 years ago |
David Hildenbrand
|
195784a0cf
numa: Auto-enable NUMA when any memory devices are possible
|
5 years ago |
David Hildenbrand
|
16647a8224
numa: Handle virtio-mem in NUMA stats
|
5 years ago |
Igor Mammedov
|
32a354dc6c
numa: forbid '-numa node, mem' for 5.1 and newer machine types
|
5 years ago |
Igor Mammedov
|
ea81f98bce
numa: prevent usage of -M memory-backend and -numa memdev at the same time
|
5 years ago |