[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [PATCH v2 03/24] xen/arm: Introduce CONFIG_DEVICE_TREE_NUMA config option
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Hirokazu Takahashi <taka@xxxxxxxxxxxxx>
- Date: Wed, 3 Jun 2026 08:07:12 +0000
- Accept-language: ja-JP, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=valinux.co.jp; dmarc=pass action=none header.from=valinux.co.jp; dkim=pass header.d=valinux.co.jp; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=iEHeTls/6xv5dycGuBcEyWGJTo+duUAmIXOHEGMdFZ8=; b=IMUMoUezTSYtdTUFOpp4zSHb9HtkMOya1do31ReeAlAm1LTtWPN9pA/Lpa2C4fjQYoVDA16iPr3adiVT1UBa8OrgM+gk2ErVPq3ae2fUk24g4hwL+zGgWuFCvde6J/IYkpbojUwLhpv1W9rr7iD1YjxLFkV9sJgMYqUr/YQ295Sv3W92e5avCTLqdqMBtRcOgM/W0IVfA3g/jihmGm53mHS+GdM+rwjrnd5eO64f6YsW/817Uwu22tmcl806COebe+uclyDo73jomqXB0QNg3QzsTmJ+BhTlO59i2hvA3zxK5Est4heeuKVqrac8FT+DkQW/mMwz8n0eo1fdxfQ4PA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=QPmmVIMcmPm6Gqnz/G0FFvU1/aktMMEvyXMvunlqYWT8mxLETTkQqvVWOLBnm0dq7ZVkOvBnwSMvQtfyi13v1Tuw7r0/8sbd6eG6jpHOC64i13wTcXCYO3CwtVkEJtIVHzWeeLxIGtPQE3odH3DS8y6sac9B+ASDhRODhwjRLGWWxUytbCaFuClsxkObyKr7Kk8mSUER/sDHFEBeiB8ECf4xjYnnkbXj8SP07OdZ6WkrvqVxlnvr75Efw4Lj2T6dTDxTTVeFEmTNstKL+CEZ1Ta1w/FNF3EgMnGI2H1sKqUddXu/CxuWbpuAlT158E1TcwQ4ZEF4rcALb3k1Vu+izA==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=valinux.co.jp header.i="@valinux.co.jp" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:x-ms-exchange-senderadcheck"
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=valinux.co.jp;
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Wed, 03 Jun 2026 08:07:22 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHc8U+LMsab0l8GlEOATMpCtUjho7YrBYyAgAF2RoA=
- Thread-topic: [PATCH v2 03/24] xen/arm: Introduce CONFIG_DEVICE_TREE_NUMA config option
Hello,
> > +config ARM_NUMA
> > + bool "Device tree based NUMA support (UNSUPPORTED)" if
> UNSUPPORTED
> > + select DEVICE_TREE_NUMA
>
> Nit: Indentation.
Ok, I will fix it.
> > --- a/xen/common/Kconfig
> > +++ b/xen/common/Kconfig
> > @@ -188,6 +188,10 @@ config VM_EVENT
> > config NEEDS_LIBELF
> > bool
> >
> > +config DEVICE_TREE_NUMA
> > + select NUMA
> > + bool
>
> Nit: Can we have type ("bool") first, with "select" (or "depends on") coming
> afterwards?
Ok.
|