From c6c683446faec7fd60d926db606be115d2bea612 Mon Sep 17 00:00:00 2001 From: Viswanath Kraleti Date: Sat, 6 Jun 2026 14:21:32 +0530 Subject: [PATCH 1/2] Revert "qcs8300-ride-sx: switch default virtualization to KVM" This reverts commit fc418680858713de37f1b1c86dc9c658f429d048. qcs8300-ride-sx lacks multi-DTB support which needed for EL2 DTBO loading. Without EL2 DTBO, remoteproc won't be functional with KVM. Revert to Gunyah until multi-DTB support is available. Signed-off-by: Viswanath Kraleti --- conf/machine/qcs8300-ride-sx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/qcs8300-ride-sx.conf b/conf/machine/qcs8300-ride-sx.conf index a177b995f..d9db58622 100644 --- a/conf/machine/qcs8300-ride-sx.conf +++ b/conf/machine/qcs8300-ride-sx.conf @@ -4,7 +4,7 @@ require conf/machine/include/qcom-qcs8300.inc -MACHINE_FEATURES += "efi kvm pci" +MACHINE_FEATURES += "efi pci" QCOM_DTB_DEFAULT ?= "qcs8300-ride" From 442a3308a416cabb1f5f30c8d7f64ae1f0f770d2 Mon Sep 17 00:00:00 2001 From: Viswanath Kraleti Date: Sat, 6 Jun 2026 14:28:37 +0530 Subject: [PATCH 2/2] Revert "qcs9100-ride-sx: switch default virtualization to KVM" This reverts commit e1b3eafef6f5d385de238e3289621c5b10435044. qcs9100-ride-sx lacks multi-DTB support which needed for EL2 DTBO loading. Without EL2 DTBO, remoteproc won't be functional with KVM. Revert to Gunyah until multi-DTB support is available. Signed-off-by: Viswanath Kraleti --- conf/machine/qcs9100-ride-sx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/qcs9100-ride-sx.conf b/conf/machine/qcs9100-ride-sx.conf index 7e31cf81d..fc5495262 100644 --- a/conf/machine/qcs9100-ride-sx.conf +++ b/conf/machine/qcs9100-ride-sx.conf @@ -4,7 +4,7 @@ require conf/machine/include/qcom-qcs9100.inc -MACHINE_FEATURES += "efi kvm pci" +MACHINE_FEATURES += "efi pci" QCOM_DTB_DEFAULT ?= "qcs9100-ride-r3"