4 Sep
2026
4 Sep
'26
3:10 p.m.
On 9/1/26 15:41, Thomas Prescher wrote:
This patch set adds NUMA cell configuration and cpu topology support to the cloud-hyervisor driver. The first patch adds NUMA awareness so users can map guest NUMA nodes to host NUMA nodes. The second patch allows the user to define a concrete vCPU topology that is presented to the guest.
Stefan Kober (2): ch: support for numa awareness ch: support CPU topology configuration
src/ch/ch_monitor.c | 173 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 171 insertions(+), 2 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal