[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 10/17] hvmloader: Add support for HVMOP_set|get_ecam_space hypercalls
- To: Thierry Escande <thierry.escande@xxxxxxxxxx>
- From: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Date: Tue, 28 Apr 2026 16:14:12 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; 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=CukSQNxOQSTJ4dLPqBWpRPut0hjkzvM89VnQxwzgTE4=; b=KKSl56edqDM5fr0Zvci3oF7p/wTBzWVQ/aSA86w+a4sAt9+KdIVYx6nkX4eJISrgswywEvef7l4uwYAbgssqSg+LvxTnfhiYquizvwmO98NEB33/towWR/o81EeZD+LnTvQy0nTW7FHG/wAUlHdURB6g82LlTWJO1llgMr619o4IgFZbOb6tRwHcNbHlIHToI9OiBin3PmC6D8kxhj0T813HNd+9Ca7hfljgPMN5Lhj5WzgLvUZKx1U6UtThaf4X8hg8FwIvxqtBFBL1PrvfQqwFXdvxWFcH3JbjPlHhDSD03HFpEwPdV6ZMW1XcIq2dZgRkAsPPiFCRmz5aCwQ7Iw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=sf/qiIDfiHlCk1JhIfP6XCLoIcrXeMuPK4KbtKZovUDs5JPPvftKC51IIfhXeGohLLDjkjIurf7wUFy4E9LLLb8FUH7+BVm4BtovAqKWPy0mYOIoe558FNW+1BYNqzVgzhzY5l3ghj2dLvA/IXPMtjDG8lU5U5fznLkzU3wQPysrB6OzVkD0Tb7c+AtrF51NI3HVVU9je+v76iFGwY16EhacLgw4+eJ7cFS14EqulX0DGvugFP0XRSukt8cNIo5igW3nj1Sw2IELPsoFICQ88yul1TFsLmY1R6WDVUr5GxJvaEOgScGsAKjXzoNF3wv3S0A4tsdEq0Sh4CU59vEMDg==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=citrix.com header.i="@citrix.com" 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=citrix.com;
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Delivery-date: Tue, 28 Apr 2026 14:14:38 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Fri, Mar 13, 2026 at 04:35:03PM +0000, Thierry Escande wrote:
> This patch adds wrappers in hvmloader for the hypercalls used to set and
> get the ECAM space base address and size.
This would better be introduced with at least one user, as otherwise
it's just unreachable code. And then I'm not convinced we should use
hypercalls to set the ECAM position/size from hvmloader, if it can be
done using the native registers and QEMU can forward those to Xen.
Thanks, Roger.
|