[PATCH 0/6] VT-d: assorted cleanup

Jan Beulich posted 6 patches 3 years ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/157e4a65-6d0b-7ea8-1c23-cd393c8c0d7f@suse.com
[PATCH 0/6] VT-d: assorted cleanup
Posted by Jan Beulich 3 years ago
This is effectively the other "half" of what was submitted as 4.15
candidates in "[PATCH 0/4][4.15?] VT-d: mostly S3 related corrections".

1: improve save/restore of registers across S3
2: don't open-code dmar_readl()
3: bring print_qi_regs() in line with print_iommu_regs()
4: qinval indexes are only up to 19 bits wide
5: avoid pointless use of 64-bit constants
6: drop unused #define-s

Jan

RE: [PATCH 0/6] VT-d: assorted cleanup
Posted by Tian, Kevin 3 years ago
> From: Jan Beulich <jbeulich@suse.com>
> Sent: Thursday, April 1, 2021 4:43 PM
> 
> This is effectively the other "half" of what was submitted as 4.15
> candidates in "[PATCH 0/4][4.15?] VT-d: mostly S3 related corrections".
> 
> 1: improve save/restore of registers across S3
> 2: don't open-code dmar_readl()
> 3: bring print_qi_regs() in line with print_iommu_regs()
> 4: qinval indexes are only up to 19 bits wide
> 5: avoid pointless use of 64-bit constants
> 6: drop unused #define-s
> 
> Jan

For the whole series:

Reviewed-by: Kevin Tian <kevin.tian@intel.com>