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

Re: [PATCH v5 02/11] xen/dom0less: rename kernel_zimage_probe() to kernel_image_probe()


  • To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: "Orzel, Michal" <michal.orzel@xxxxxxx>
  • Date: Wed, 13 May 2026 13:07:53 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=gmail.com 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 (0)
  • 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=YeASYNi/s9le+LhlUEurTSp9ik2KbZ34qZ9jed191Pw=; b=DUPuhKXxntpPKiKVS9Dor0QJ1NtezpakF5+O8esc1BLbnfZxrsf4UfJgP8qkFjkJRF0kmGkHD07ZgvalaOnROBEHYJVjEKJrTnkyi14hPLh6cAVUsqeVeOXFYfXTRLAuH3b/dWla6jRx5cWJnfP20jX5BQYdatkE+pthFkA7Wc+UE3mGhtzVHC7hWD3ZLvY+vHHrRyQn11IqLnvhmebCmVhXEUjEiih7GCSE0dSjD1R3868Riu1HLnVDLse0cY/gM1tfh34Tyz0MM6dCsYcC/v3keNx8aRrklnAB5qCPqKwX2tVG22nsE+hrG2RKpmywVnALVE2CCAnDmIO6z9byWw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=fZX5D/NrSECkZH59ya87/UNhl6xvV/QYL9UaLAbn1malzkL+BRDZQbAm4WRk+4HwybygygA+vfCwBNg1W7zubCsArIYagsJJycHgNzmA/5HA/7rBNqOCCrq52WH+D9mWt3bM1YYRmB2HqG7NVucCaYmBGa6TdAw5LW8cUka+UF5ru87exhxNOUbNjdYB10DADDbd6ualiE8JdfFabp8cb7W9MygLGHLW6jpamkWuocKKeiEkjqDO5KP/Sumawa+oWWm7v60UwUzRNtSC1LiC39JSvNYYpwB2fOO/5/ea4xAWA0KI5aFboIfV9c/n6ZkJ4HFOFoHt+8OVoGXXL/gnJQ==
  • Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=amd.com header.i="@amd.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
  • Cc: Romain Caritey <Romain.Caritey@xxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Luca Fancellu <luca.fancellu@xxxxxxx>
  • Delivery-date: Wed, 13 May 2026 11:08:38 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>


On 07-May-26 10:58, Oleksii Kurochko wrote:
> The helper kernel_zimage_probe() is referenced from common code
> (xen/common/device-tree/kernel.c), but its name is tied to the zImage
> format which is specific to Arm (from architectures supported by Xen).
> 
> Other architectures supported by Xen, such as RISC-V, do not use the
> zImage format and instead rely on other kernel image types (e.g. Image
> or compressed Image variants: Image.gz, etc). Using "zimage" in the
> name is therefore misleading in architecture-independent code.
> 
> Rename kernel_zimage_probe() to kernel_image_probe() and update the
> associated structure field from "zimage" to "image" to reflect that the
> code handles generic kernel images rather than the zImage format
> specifically.
> 
> No functional change intended.
> 
> Reported-by: Jan Beulich <jbeulich@xxxxxxxx>
> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
Acked-by: Michal Orzel <michal.orzel@xxxxxxx>

~Michal




 


Rackspace

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