[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] (mainly) IOMMU hook adjustments
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 1 Dec 2021 10:35:30 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=/y6RLca+1pUE+izwcBKQFC3EIrdH3gGzNiT0llCVhvk=; b=jaCtiXfZqwr3pqqCMjgniHE8DFGw9lccdJXfo6epX/bo4Pj4RnwvX5LXiPWcNz7W8TiHe0hFPDnmddVIvgL5di9wEtFLveUWv4n5Sv+z0bscNpQfKA8JtR0UyvUtN4jZZCzxQTEx/2b/kUqdY6F+8TM5VUYggK6zguOsSXLJlzqJWR+lQOLUy+kXbmFIThHsj/Av9H4OSKAs9d0snmOE5Hq4Q4deQ7zOuZ6itHK+PYF4ruOwVb8A44od4leCk+MDZWkB3Vb8/G+hE/8VLlVdJlTm+SpT/Pjybf7IpXa7Je715C/wIxcZg2hndOs2xcwQzlXmfgPTwN8gf3J/C0CxYg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RBgZjC4gRr7dN4RWLS8coPxSobfqxXkoblr3i0Hoka7W+gYY1bwS9tikgH5DPFrOH2XndG0OQtwEGHuw1xydZuZIhrCae61Zb5QuhNVqJBiZ3MvFXCQiMxwDAbQbpqZVTMud5c9X4Y/vQGxEckUoMPvqGNBZUsC5bU5B/ewnCWNGEvwd/CQD4EGTdvDYojAjfiOv0N8BzA10KQZyFkqGnXW6Sn41Bk1pLXxKIvuHZv0z3XS5LYiDGoxb44v839u3ENjuRlO7WNRw/GftJNlVyJyu79VQE5JwxHri+C5PWhJ04oB+XKRpHRFlIBcpqaVDk8eet+stUFrBVCqBXaEz2w==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Paul Durrant <paul@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Delivery-date: Wed, 01 Dec 2021 09:35:43 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Besides the altcall conversion, some further adjustments appeared desirable
to do while touching that area.
1: IOMMU/x86: switch to alternatives-call patching in further instances
2: VT-d / x86: re-arrange cache syncing
3: VT-d: replace flush_all_cache()
4: libxc: correct bounce direction in xc_get_device_group()
Jan
|