mbox series

[0/2] XSA-337 followup cleanup

Message ID 20200922143245.44595-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series XSA-337 followup cleanup | expand

Message

Roger Pau Monné Sept. 22, 2020, 2:32 p.m. UTC
Hello,

Followup patches from XSA-337 to cleanup unused code.

Thanks, Roger.

Roger Pau Monne (2):
  x86/hpet: remove hpet_msi_read
  x86/iommu: remove code to fetch MSI message from remap table

 xen/arch/x86/hpet.c                         | 10 ---
 xen/drivers/passthrough/amd/iommu.h         |  2 -
 xen/drivers/passthrough/amd/iommu_intr.c    | 41 -----------
 xen/drivers/passthrough/amd/pci_amd_iommu.c |  1 -
 xen/drivers/passthrough/pci.c               |  7 --
 xen/drivers/passthrough/vtd/extern.h        |  1 -
 xen/drivers/passthrough/vtd/intremap.c      | 76 ---------------------
 xen/drivers/passthrough/vtd/iommu.c         |  1 -
 xen/include/xen/iommu.h                     |  1 -
 9 files changed, 140 deletions(-)

Comments

Andrew Cooper Sept. 22, 2020, 2:53 p.m. UTC | #1
On 22/09/2020 15:32, Roger Pau Monne wrote:
> Hello,
>
> Followup patches from XSA-337 to cleanup unused code.
>
> Thanks, Roger.
>
> Roger Pau Monne (2):
>   x86/hpet: remove hpet_msi_read
>   x86/iommu: remove code to fetch MSI message from remap table

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>