[PATCH 0/3] VT-d: macro definition / use tidying

Jan Beulich posted 3 patches 2 years, 3 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/5b1a5093-610d-f7d3-8d48-e843d86609da@suse.com
[PATCH 0/3] VT-d: macro definition / use tidying
Posted by Jan Beulich 2 years, 3 months ago
While putting together patch 1, I've noticed two further aspects to
clean up a little.

1: properly parenthesize a number of macros
2: use DMA_TLB_IVA_ADDR()
3: shorten vtd_flush_{context,iotlb}_reg()

Jan


RE: [PATCH 0/3] VT-d: macro definition / use tidying
Posted by Tian, Kevin 2 years, 3 months ago
> From: Jan Beulich <jbeulich@suse.com>
> Sent: Thursday, December 9, 2021 11:52 PM
> 
> While putting together patch 1, I've noticed two further aspects to
> clean up a little.
> 
> 1: properly parenthesize a number of macros
> 2: use DMA_TLB_IVA_ADDR()
> 3: shorten vtd_flush_{context,iotlb}_reg()
> 

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