[PATCH v2 0/2] ch: support NUMA and cpu topology configuration

Thomas Prescher posted 2 patches 1 week, 5 days ago
Failed in applying to current master (apply log)
src/ch/ch_monitor.c | 173 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 171 insertions(+), 2 deletions(-)
[PATCH v2 0/2] ch: support NUMA and cpu topology configuration
Posted by Thomas Prescher 1 week, 5 days ago
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(-)

-- 
2.53.0
Re: [PATCH v2 0/2] ch: support NUMA and cpu topology configuration
Posted by Michal Prívozník via Devel 1 week, 2 days ago
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