[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XEN][PATCH v5 03/17] xen/arm: Add CONFIG_OVERLAY_DTB


  • To: Vikram Garhwal <vikram.garhwal@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Thu, 13 Apr 2023 11:58:06 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=s7hXF7uogdRLXdoz4J9okqV8ECVMCAycJUpqZlbPpR0=; b=frUgQpfv5ZZDlnfLjv1Wg4goY2RiR4OKPdFX4WZEim8PoZkKvuBXG9HDZyNV97IwNvpliw5f3mICS0CHp8bwdyMjgAonXjEIg8JhcF3y9hHQmb4MTu5i+k18Tc4Z5Jv8sevBcJ372zddHnFHaUa7Es9TvpDa/Mb8LQ+3we7BQXwephPmhnh7AHCAD23pJjn86TMG2zrnSZkB1RdAd3Q+Sbe4sNsJ2efXLRq3MFjdQxJqwPNPD38Mj6SZjF6XRAW027/aVow1jLnNB2oAuE7kikFmo6/Y9+G7CjoWrx3ayDoZKa3rJklq5uIsplB8Wavrund7rCokHt+xNCh8khjW7g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AdmCoO3i0uOWdS5tE2iX6csiz103s+ES9/P7W8pL8UVqCVu5MA7+cZ0SeKxVtbguyHRQGByHw5ICRQSgmw4/Ph0RdsoouRs/G7n6cg1+8dgAEoevWzk+9N/ZwMDN+wob372C0XRtFaEYy6sDq6fjYNt7/s84pNQHS0KRwdydkCnW2d0PfGuo6lNqQb9XGEH8KvklEVdVSZO5vkVrkJf6JRX8iTITz/WG9Vcq8LYh3gGOd7SFgpt1EYtVLo5N6Djyalw0CDMDq391Vxaz+/v83+Y7fYCCUiNgsbCrZLtLfqd7gvary2augLNs3VtB1yazeLEczFDXdLI/IqfGCmh5yA==
  • Cc: <sstabellini@xxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Wei Liu <wl@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
  • Delivery-date: Thu, 13 Apr 2023 09:58:22 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Hi Vikram,

On 11/04/2023 21:16, Vikram Garhwal wrote:
> 
> 
> Introduce a config option where the user can enable support for 
> adding/removing
> device tree nodes using a device tree binary overlay.
> 
> Signed-off-by: Vikram Garhwal <vikram.garhwal@xxxxxxx>
> ---
>  SUPPORT.md           | 6 ++++++
>  xen/arch/arm/Kconfig | 5 +++++
>  2 files changed, 11 insertions(+)
> 
> diff --git a/SUPPORT.md b/SUPPORT.md
> index aa1940e55f..0a31f40af4 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -822,6 +822,12 @@ No support for QEMU backends in a 16K or 64K domain.
> 
>      Status: Supported
> 
> +### Device Tree Overlays
> +
> +Add/Remove device tree nodes using a device tree overlay binary(.dtbo).
> +
> +    Status: Supported for ARM
Hmm, so here you say supported but in Kconfig - unsupported.
I think, this should be:
Status, ARM: Tech Preview
or Experimental

> +
>  ### ARM: Guest ACPI support
> 
>      Status: Supported
> diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig
> index 239d3aed3c..1fe3d698a5 100644
> --- a/xen/arch/arm/Kconfig
> +++ b/xen/arch/arm/Kconfig
> @@ -53,6 +53,11 @@ config HAS_ITS
>          bool "GICv3 ITS MSI controller support (UNSUPPORTED)" if UNSUPPORTED
>          depends on GICV3 && !NEW_VGIC && !ARM_32
> 
> +config OVERLAY_DTB
> +       bool "DTB overlay support (UNSUPPORTED)" if UNSUPPORTED
> +       help
> +         Dynamic addition/removal of Xen device tree nodes using a dtbo.
> +
>  config HVM
>          def_bool y
> 
> --
> 2.17.1
> 
> 

~Michal



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.