linux-kernel-test/include/xen/interface
Stefano Stabellini 9846ff10af xen: support pirq_eoi_map
The pirq_eoi_map is a bitmap offered by Xen to check which pirqs need to
be EOI'd without having to issue an hypercall every time.
We use PHYSDEVOP_pirq_eoi_gmfn_v2 to map the bitmap, then if we
succeed we use pirq_eoi_map to check whether pirqs need eoi.

Changes in v3:

- explicitly use PHYSDEVOP_pirq_eoi_gmfn_v2 rather than
PHYSDEVOP_pirq_eoi_gmfn;

- introduce pirq_check_eoi_map, a function to check if a pirq needs an
eoi using the map;

-rename pirq_needs_eoi into pirq_needs_eoi_flag;

- introduce a function pointer called pirq_needs_eoi that is going to be
set to the right implementation depending on the availability of
PHYSDEVOP_pirq_eoi_gmfn_v2.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2012-03-20 15:34:07 -04:00
..
hvm hvc_xen: support PV on HVM consoles 2012-03-13 19:23:32 -04:00
io Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 2012-01-10 10:09:59 -08:00
callback.h
elfnote.h Fix common misspellings 2011-03-31 11:26:23 -03:00
event_channel.h
features.h
grant_table.h xen/granttable: Introducing grant table V2 stucture 2011-11-22 09:23:44 -05:00
memory.h
physdev.h xen: support pirq_eoi_map 2012-03-20 15:34:07 -04:00
platform.h xen/acpi-processor: C and P-state driver that uploads said data to hypervisor. 2012-03-14 12:35:42 -04:00
sched.h
vcpu.h
version.h
xen.h xen/granttable: Introducing grant table V2 stucture 2011-11-22 09:23:44 -05:00
xencomm.h