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
/
hw
/
core
/
numa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-13
numa: Make all callbacks of ram block notifiers optional
David Hildenbrand
1
-3
/
+10
2021-05-13
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
1
-5
/
+17
2021-05-13
util: vfio-helpers: Factor out and fix processing of existing ram blocks
David Hildenbrand
1
-0
/
+14
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2020-12-10
make ram_size local to vl.c
Paolo Bonzini
1
-5
/
+5
2020-10-06
numa: hmat: require parent cache description before the next level one
Igor Mammedov
1
-1
/
+7
2020-09-30
numa: remove fixup numa_state->num_nodes to MAX_NODES
Igor Mammedov
1
-4
/
+0
2020-09-30
numa: drop support for '-numa node' (without memory specified)
Igor Mammedov
1
-55
/
+0
2020-08-27
numa: hmat: fix cache size check
Igor Mammedov
1
-4
/
+4
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
1
-4
/
+3
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
1
-30
/
+14
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-2
/
+2
2020-07-03
numa: Auto-enable NUMA when any memory devices are possible
David Hildenbrand
1
-5
/
+6
2020-07-03
numa: Handle virtio-mem in NUMA stats
David Hildenbrand
1
-0
/
+6
2020-06-26
numa: forbid '-numa node, mem' for 5.1 and newer machine types
Igor Mammedov
1
-0
/
+7
2020-06-10
numa: prevent usage of -M memory-backend and -numa memdev at the same time
Igor Mammedov
1
-0
/
+5
2020-02-19
remove no longer used memory_region_allocate_system_memory()
Igor Mammedov
1
-34
/
+0
2020-02-19
initialize MachineState::ram in NUMA case
Igor Mammedov
1
-13
/
+30
2020-02-19
machine: introduce convenience MachineState::ram
Igor Mammedov
1
-13
/
+1
2020-02-19
numa: remove deprecated -mem-path fallback to anonymous RAM
Igor Mammedov
1
-17
/
+1
2020-01-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+297
2020-01-05
numa: Extend CLI to provide memory side cache information
Liu Jingqi
1
-0
/
+80
2020-01-05
numa: Extend CLI to provide memory latency and bandwidth information
Liu Jingqi
1
-0
/
+194
2020-01-05
numa: Extend CLI to provide initiator information for numa nodes
Tao Xu
1
-0
/
+23
2019-12-19
numa: remove not needed check
Igor Mammedov
1
-6
/
+1
2019-11-12
numa: Add missing \n to error message
Greg Kurz
1
-1
/
+1
2019-10-15
numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node
Tao Xu
1
-2
/
+8
2019-09-03
numa: move numa global variable numa_info into MachineState
Tao Xu
1
-6
/
+9
2019-09-03
numa: move numa global variable have_numa_distance into MachineState
Tao Xu
1
-3
/
+2
2019-09-03
numa: move numa global variable nb_numa_nodes into MachineState
Tao Xu
1
-25
/
+35
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
1
-1
/
+1
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
numa: Move remaining NUMA declarations from sysemu.h to numa.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-0
/
+2
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-07-05
numa: allow memory-less nodes when using memdev as backend
Igor Mammedov
1
-12
/
+7
2019-07-05
numa: Make deprecation warnings conditional on !qtest_enabled()
Eduardo Habkost
1
-5
/
+10
2019-07-05
deprecate -mem-path fallback to anonymous RAM
Igor Mammedov
1
-2
/
+4
2019-07-05
numa: deprecate implict memory distribution between nodes
Igor Mammedov
1
-0
/
+3
2019-07-05
numa: deprecate 'mem' parameter of '-numa node' option
Igor Mammedov
1
-0
/
+2
2019-07-05
general: Replace global smp variables with smp machine properties
Like Xu
1
-0
/
+1
2019-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-12
/
+12
2019-07-02
hw/core: Collect QMP command handlers in hw/core/
Markus Armbruster
1
-62
/
+0
2019-07-02
hw/core: Move numa.c to hw/core/
Markus Armbruster
1
-0
/
+667