Stefano Stabellini
2012-Jan-26 17:59 UTC
[PATCH v2 0/2] use pirq_eoi_map in modern Linux kernels
Hi all, this small patch series consists of two patches: a patch for Xen and a patch for Linux. The Xen patch implements PHYSDEVOP_pirq_eoi_gmfn_v2, a new version of PHYSDEVOP_pirq_eoi_gmfn that does not change the semantics of PHYSDEVOP_eoi. The Linux patch introduces pirq_eoi_map in drivers/xen/events.c, using PHYSDEVOP_pirq_eoi_gmfn_v2. Cheers, Stefano