[ImageBuilder][PATCH] uboot-script-gen: add ability to cfg vcpu hard affinity

2025-03-17 Thread gragst . linux
From: Grygorii Strashko Add DOMU_VCPU_HARD_AFFINITY[number,vcpu] configuration file string option specifying the hard affinity configuration for the VM vCPU(vcpu) in DT. The format is a comma-separated list of pCPUs or ranges of pCPUs. Ranges are hyphen-separated intervals (such as 0-4) and are

[PATCH] iommu/ipmmu-vmsa: Add Renesas R8A779G0 (R-Car V4H) support

2024-11-07 Thread gragst . linux
From: Oleksandr Tyshchenko Add Renesas R8A779G0 (R-Car V4H) IPMMU support. Signed-off-by: Oleksandr Tyshchenko Signed-off-by: Grygorii Strashko --- xen/drivers/passthrough/arm/ipmmu-vmsa.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/xen/drivers/passthrough/arm/ipmmu-vmsa.c b/xe