summaryrefslogtreecommitdiffstats
path: root/hw/core/numa.c
Commit message (Expand)AuthorAgeFilesLines
* make ram_size local to vl.cPaolo Bonzini2020-12-101-5/+5
* numa: hmat: require parent cache description before the next level oneIgor Mammedov2020-10-061-1/+7
* numa: remove fixup numa_state->num_nodes to MAX_NODESIgor Mammedov2020-09-301-4/+0Star
* numa: drop support for '-numa node' (without memory specified)Igor Mammedov2020-09-301-55/+0Star
* numa: hmat: fix cache size checkIgor Mammedov2020-08-271-4/+4
* qapi: Smooth another visitor error checking patternMarkus Armbruster2020-07-101-4/+3Star
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-30/+14Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand2020-07-031-5/+6
* numa: Handle virtio-mem in NUMA statsDavid Hildenbrand2020-07-031-0/+6
* numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov2020-06-261-0/+7
* numa: prevent usage of -M memory-backend and -numa memdev at the same timeIgor Mammedov2020-06-101-0/+5
* remove no longer used memory_region_allocate_system_memory()Igor Mammedov2020-02-191-34/+0Star
* initialize MachineState::ram in NUMA caseIgor Mammedov2020-02-191-13/+30
* machine: introduce convenience MachineState::ramIgor Mammedov2020-02-191-13/+1Star
* numa: remove deprecated -mem-path fallback to anonymous RAMIgor Mammedov2020-02-191-17/+1Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-01-071-0/+297
|\
| * numa: Extend CLI to provide memory side cache informationLiu Jingqi2020-01-051-0/+80
| * numa: Extend CLI to provide memory latency and bandwidth informationLiu Jingqi2020-01-051-0/+194
| * numa: Extend CLI to provide initiator information for numa nodesTao Xu2020-01-051-0/+23
* | numa: remove not needed checkIgor Mammedov2019-12-191-6/+1Star
|/
* numa: Add missing \n to error messageGreg Kurz2019-11-121-1/+1
* numa: Introduce MachineClass::auto_enable_numa for implicit NUMA nodeTao Xu2019-10-151-2/+8
* numa: move numa global variable numa_info into MachineStateTao Xu2019-09-031-6/+9
* numa: move numa global variable have_numa_distance into MachineStateTao Xu2019-09-031-3/+2Star
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-25/+35
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster2019-08-161-0/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-0/+2
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* numa: allow memory-less nodes when using memdev as backendIgor Mammedov2019-07-051-12/+7Star
* numa: Make deprecation warnings conditional on !qtest_enabled()Eduardo Habkost2019-07-051-5/+10
* deprecate -mem-path fallback to anonymous RAMIgor Mammedov2019-07-051-2/+4
* numa: deprecate implict memory distribution between nodesIgor Mammedov2019-07-051-0/+3
* numa: deprecate 'mem' parameter of '-numa node' optionIgor Mammedov2019-07-051-0/+2
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-051-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-07-051-12/+12
* hw/core: Collect QMP command handlers in hw/core/Markus Armbruster2019-07-021-62/+0Star
* hw/core: Move numa.c to hw/core/Markus Armbruster2019-07-021-0/+667