]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
x86: move PIRQ EOI map fields to arch_domain
authorRoger Pau Monné <roger.pau@citrix.com>
Wed, 9 Apr 2014 10:18:10 +0000 (12:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 9 Apr 2014 10:18:10 +0000 (12:18 +0200)
commitbd04059b1179df29c431e7cba17000052ea8e15c
tree050dc18cf343e2186276b309d887801b25733e2b
parent55ee5dea32dfdf121bf11620ffe7e523b948135a
x86: move PIRQ EOI map fields to arch_domain

This is done so PVH guests can use PHYSDEVOP_pirq_eoi_gmfn_v{1/2}.
Update users of this fields, to reflect that this has been moved and
it is now also available to other kind of guests.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Move auto_unmask ahead of the other two fields, to reduce padding.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/domain.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/irq.c
xen/arch/x86/physdev.c
xen/include/asm-x86/domain.h