[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V2] xen/arm: dm: Drop XEN_DMOP_get_ioreq_server_info from supported
- To: Oleksandr Tyshchenko <Oleksandr_Tyshchenko@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Tue, 2 Sep 2025 12:18:51 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=epam.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=CgTOqle6Otd2aLtwdCqdFpw9U+fbJotdJG/ecMLIEuA=; b=n0nTzmkdUUu2E8OcZSlOv+6MqXZgv9gwuAunu+jmITmL12OiYbFjSSJg6u1xug89GY3m4p9P9AJGkNCYxNPumVO07IVxN2SbAxU088F6OHRsLz6KH/xvCLjFEP/VSFgfJyAxF9LZ3hv4YTPk7Lo2ETb/eeQcxDTqKBkhXYV+zHRCNCVeZKmGh1nWiv11YiABUH8P1z2lzej9wxTGRUea0TrmHRFlsNsaHkq4krEwYAMBTgkHzefwis1cXnHN7VfgYSVc7gVMR5LegSUAnJqE6t2OVc0oOnoWkqkUHegoAYjiO4QxmnbOGx8vBA4GlMBp02zEIZLVLy2zFxljtA5/fA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=LXOSzFPb2FGWL5b7LTjIVYIqtP4efcbp2FoN4Ubo+Y245FNbHufoH6OUG/BNpIqh4D2SKaSDeuFdmWX7GTkZgOmqsBqG/cX7cwkqZL2u211rYXBAFEILv0sZry3pxWTT9zXzs/DkMMYmkOsE9NR0nbre/oKs/nZKp/VuW4a+Fn7vJuz7vzi0gkwZ/vTREvEy2rlPy0lWc+Y8Apd7cgUtPd4zrHFRbLEYaX3iWDbsIhcnfln/AChdfW45ljL5WDHH7/YqgBx6ksMwW3cDzKmYuDCPy3GNDe7/hpmmqOhGo4uQq55gvSVoS7nR6FdA4f/cSmLCnhsTNEekQa3EEBXPdQ==
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Tue, 02 Sep 2025 10:19:03 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 02/09/2025 11:49, Oleksandr Tyshchenko wrote:
> The said sub-op is not supported on Arm, since it:
> - does not support the buffered emulation (so bufioreq_port/bufioreq_gfn
> cannot be returned), please refer to ioreq_server_create()
> - does not support "legacy" mechanism of mapping IOREQ Server
> magic pages (so ioreq_gfn/bufioreq_gfn cannot be returned), please
> refer to arch_ioreq_server_map_pages(). On Arm, only the Acquire
> Resource infrastructure is used to query and map the IOREQ Server pages.
>
> Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
Could we perhaps add a Fixes tag here pointing to the commit introducing these
DM ops and thus add this patch for this release? Not sure what others think.
~Michal
|