[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 07/10] xen/arm: gicv3: modify ICH_LR_PHYSICAL_MASK to allow eSPI processing
- To: Leonid Komarianskyi <Leonid_Komarianskyi@xxxxxxxx>
- From: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Date: Thu, 21 Aug 2025 16:27:26 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.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=Pi2g9RJJIRAJzly1Btetk3fZjJYNdeVEiwRaS/1xOfI=; b=KL3v25kVJ8qJU2/UX1KRIwPIvsglYX98Jj9yvtxESAp+IKfYaIX2GKjmDEaEZmDCq5luTwmXPZhe80DCXDnshF3oCFDfKy0OW9lNRNj0mc+ROQmwI4cjDLl/QZHxQGK1HC2QX8KSqjhKHJqNZKOlRwC3/G+qUOJ4OYjXumrtDm75veVGKPn0sB6OHTNIHYdQCRoPEZC4tEkF5DMerXyzOnfLyggEFzJGM8k9rq2HiwT73sok6bDW8xQvelK7AwZoacqkiLKgv+stT+LPI8eexm5DZ9/mpU/khie2oJV/QqFIC5vskdR1J0WDDGD4ruNagZ7B425Qz7EuGaZKxWsYjQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=khZScyQRrCmK1ggd5WuXyjDnVjol1AzbpIo6hMTdG7LHkUuq4cI0wIktjBgBKWFtkreDnbacHMhuW1SKXU2M2G1ItoD8b40Xh/P7DRyUcJl51Sd0oBCapB+fnXoa99RpGvJrDJsxBQX8r7f0bZkK/9TrQWBPt+QSKHXrbUvSkna+l4Z+/sIpZepo/doOj84fHZlZpOOpVFQFuzcMWzxYtaUOXv2M5JzlQ3Nup5Rk8Kthi5WmPbAREfbzg2l8os7eRY+nVXPqu+3NsdP+r7zXnTTFUOWpeqq8FeMOxYlg/R16Qy6uygbPO7JtU6sj/RmZnGqD65uYqe0PGnbxraA5Fg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>
- Delivery-date: Thu, 21 Aug 2025 16:27:42 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHcB5d+mzEvAktxmEWCQ8jbw0fsdA==
- Thread-topic: [PATCH v2 07/10] xen/arm: gicv3: modify ICH_LR_PHYSICAL_MASK to allow eSPI processing
Hi Leonid,
Leonid Komarianskyi <Leonid_Komarianskyi@xxxxxxxx> writes:
> To properly deactivate guest interrupts and allow them to be retriggered
> after the initial trigger, the LR needs to be updated. The current
> implementation ignores interrupts outside the range specified by the mask
> 0x3FF, which only covers IRQ numbers up to 1023. To enable processing of
> eSPI interrupts, this patch updates the mask to 0x13FF.
I am not sure how this supposed to work. According to the arch
specification, pINTID field in ICH_LR<n>_EL2 is only 12 bits wide.
--
WBR, Volodymyr
|