[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] vpci: allow 32-bit BAR writes with memory decoding enabled
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Stewart Hildebrand <stewart.hildebrand@xxxxxxx>
- Date: Wed, 23 Jul 2025 12:37:40 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org 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=HPFrvNbmp7KSar5eGPiNbcZZoHVxlKHvodJ1yaE5j0Q=; b=oxwF/+lTHbKeSZrLX0agTv2DzFSeDoqu6PGRbyZVijziJi/E3Y5LmYfRKRpukYaran20iclmLrgh3yn215rpWfhV4XzIRx6+l9nSiJjjskw05CMrjl0vkTH+JS9cUfz+nB597oqcjSr/aOkWJIiOYSSDKUcsGMZ1iAWj5xNuNPSNV5R9oiYjGRqgbcYlrxVCFEp6fIY1vC6fsEnP29YE4OQClEj6/veGvTFqqEO9DJK5Q5VtOEzI1+M/hgIWi1+VHHJoYg0J0gE3dE48ojW970P6GUeYwo3RQD1NFVCtMz/yhmOrTj9Ck7krVKAuPNwVcLLD24MK2ayJ2wAJjtNN6A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=oNVR2eSWy4qN1hhbNZeORLzW5deiF+a4dG8/myeXv0UDcIREQZr+d9AoOIQMnQRbJHopGMS+hb2AcymXdKBv1OqIYQF1cLHYSVu8VjUUFoUvviVid004BI4Dm8IkRnvCzTlyoBg0hYqBN/1nvNoQXw8uMyYxCLj2085MwJN/j6XXC33Xu1+VHskIuDu9xSlQi93uFcvRqwKwZciCc1aaL+wYaEQp6vRpsSob+gE8ntGxVcOzUYul0W01CGPyCJ4E+peM8TCqpYKeZpj/Uw5tsg86+xUFyYhKYEKUmBtUF1Af4+gS9OXSa72MhfG4PhoeJ4GlEvDnnRFKl4NEavKulA==
- Cc: Stewart Hildebrand <stewart.hildebrand@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, "Julien Grall" <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Wed, 23 Jul 2025 16:38:09 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Pipeline:
https://gitlab.com/xen-project/people/stewarthildebrand/xen/-/pipelines/1944094764
v1->v2:
* new approach with queued p2m operations
RFC->v1:
* rework BAR mapping machinery to support unmap-then-map operation
Stewart Hildebrand (3):
vpci: allow queueing of mapping operations
vpci: allow BAR map/unmap without affecting memory decoding bit
vpci: allow 32-bit BAR writes with memory decoding enabled
xen/common/domain.c | 4 +
xen/drivers/vpci/header.c | 249 ++++++++++++++++++++++++--------------
xen/drivers/vpci/vpci.c | 3 -
xen/include/xen/vpci.h | 20 ++-
4 files changed, 179 insertions(+), 97 deletions(-)
base-commit: 5c798ac8854af3528a78ca5a622c9ea68399809b
--
2.50.1
|