[IA64] xencomm: add PHYSDEVOP_pirq_eoi_gmfn support. This patch fixes some weird issues in upstream. Dom0 uses one page shared with hypervisor to notify which pirqs need EOI writes, but the page is set incorrectly for ia64 due to following reasons: 1. the related two hypercalls are not enabled in the correct way, so this page is not really used by dom0 and hypervisor do nothing when dom0 writes eoi. Signed-off-by : Xiantao Zhang diff --git a/arch/ia64/xen/xcom_hcall.c b/arch/ia64/xen/xcom_hcall.c --- a/arch/ia64/xen/xcom_hcall.c +++ b/arch/ia64/xen/xcom_hcall.c @@ -168,6 +168,9 @@ xencommize_physdev_op(struct xencomm_min break; case PHYSDEVOP_unmap_pirq: argsize = sizeof(physdev_unmap_pirq_t); + break; + case PHYSDEVOP_pirq_eoi_gmfn: + argsize = sizeof(physdev_pirq_eoi_gmfn_t); break; default: