]> xenbits.xensource.com Git - xen.git/commit
x86/dpci: move hvm_dpci_isairq_eoi() to generic HVM code
authorXenia Ragiadakou <burzalodowa@gmail.com>
Mon, 13 Feb 2023 15:29:20 +0000 (16:29 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 13 Feb 2023 15:29:20 +0000 (16:29 +0100)
commitbb1057ed40840633a9f430edb95df2d7fb23470c
tree3b968333b20afaba20c14cfbdaa0a70080a632b3
parent0d57bba8ad0ef3d1ae5dd1ad3677ec34351ef530
x86/dpci: move hvm_dpci_isairq_eoi() to generic HVM code

The function hvm_dpci_isairq_eoi() has no dependencies on VT-d driver code
and can be moved from xen/drivers/passthrough/vtd/x86/hvm.c to
xen/drivers/passthrough/x86/hvm.c, along with the corresponding copyrights.

Remove the now empty xen/drivers/passthrough/vtd/x86/hvm.c.

Since the function is used only in this file, declare it static.

No functional change intended.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
xen/drivers/passthrough/vtd/x86/Makefile
xen/drivers/passthrough/vtd/x86/hvm.c [deleted file]
xen/drivers/passthrough/x86/hvm.c
xen/include/xen/iommu.h