summary refs log tree commit diff stats
path: root/hw/riscv/numa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/riscv/numa.c: use g_autofree in socket_fdt_write_distance_matrix()Daniel Henrique Barboza2024-02-091-2/+2
* hw/riscv: Fix typo field in error_reportZhao Liu2023-07-191-2/+2
* hw/riscv: qemu crash when NUMA nodes exceed available CPUsYin Wang2023-06-131-0/+6
* hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix()Daniel Henrique Barboza2023-01-201-4/+4
* hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id()Daniel Henrique Barboza2023-01-201-3/+3
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0
* hw/riscv: Add helpers for RISC-V multi-socket NUMA machinesAnup Patel2020-08-251-0/+242