[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 08/12] x86/shadow: sh_rm_write_access_from_sl1p() is HVM-only
- To: Jan Beulich <jbeulich@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Fri, 20 Feb 2026 15:08:13 +0000
- 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=Mu5RkSTgtONRaYuGBUXlaO6R4hePM/OFbiP49FBow+Y=; b=CNwwiDEw4hs2jyIgh7hVdM1GLOsjEKj0uZUrFReXdYEke+aue5+MFvV7ZNhW4H21FbqqaFILJ5mxgWuYdQkFlrXp9tJl2TTAySJyCuVhpjuqYOkcFhZ+imM2CUm1NZDrTSrwALluxAjOdou4ZiM24qBGVQGxuw5hrIVX0G0s8+EdCGM0UCGdxh5M8ieZveUQy9uHMkOhxBm7Q0xgXGr4sdD+O0VaOzlX9DJv46oRR5VlJmJXG3BVxmRN0OVRRNRCSL6Avi4jyp+KeimwsOr0mKTt9+xs91M+SDO4WcQGkx3M8o4Pmrt/4/q1G2sb2MGXi/RfWPJDFhaZiljCqJo2sw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=vvpZkPzflkKVRfDR6P3JfD7MM/GHzyUJq2h69p5t2NpveRYnVGW+gvyyi1VJSkPvgWT1E5JRuEibtFwFULuauHt/Gv9TzTh+Q0f6CQWAP2Mh4O7ffaI/p/gHgwLOIaGz87lMXA5X3V/Kr3FrgNjjTAoOw6d+de6Gd1J1W6Ei14KHjdSJYLEqELl+CnGhVSWzymiEeD3dnQ4VunixSmkaN7feOZlwVvCyHqgRGnTr4Ps3w4Uukpnxya5LAv6lV6ZBpze11Uvnz80EIUDdT2whEPt+k0ey4WmtKdrXHSt8azIj86TeucB/9qhFhxTSj8BpYwQwp2VQ7NHYyO2uARbEQg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Tim Deegan <tim@xxxxxxx>
- Delivery-date: Fri, 20 Feb 2026 15:08:24 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 16/05/2023 8:41 am, Jan Beulich wrote:
> The function is used from (HVM-only) OOS code only - replace the
> respective #ifdef inside the function to make this more obvious. (Note
> that SHOPT_OUT_OF_SYNC won't be set when !HVM, so the #ifdef surrounding
> the function is already sufficient.)
>
> Requested-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Andrew cooper <andrew.cooper3@xxxxxxxxxx>
|