pci: move ATS code to common directory
authorRahul Singh <rahul.singh@arm.com>
Fri, 9 Apr 2021 07:22:26 +0000 (09:22 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 9 Apr 2021 07:22:26 +0000 (09:22 +0200)
commitb4c3d45c26d22490c08872596fcd1f8db9153dfc
treec453d8b28a429ec65fa5089d3e578c65839ca7ed
parente67b9816427a62f0b12916bab36763840fa41854
pci: move ATS code to common directory

PCI ATS code is common for all architecture, move code to common
directory to be usable for other architectures.

No functional change intended.

Signed-off-by: Rahul Singh <rahul.singh@arm.com>
xen/drivers/passthrough/Makefile
xen/drivers/passthrough/ats.c [new file with mode: 0644]
xen/drivers/passthrough/x86/Makefile
xen/drivers/passthrough/x86/ats.c [deleted file]