Re: [Xen-devel] [PATCH v2] xen: move pv irq related functions under CONFIG_XEN_PV umbrella

2018-08-24 Thread Thomas Gleixner
On Fri, 24 Aug 2018, Juergen Gross wrote: > On 08/08/18 17:13, Boris Ostrovsky wrote: > > x86 maintainers, this needs you ack too even though it has "xen" tag in > > the subject, thanks. > > Ping? I thought I sent one already, but here you go: Acked-by: Thomas Gleixner

Re: [Xen-devel] [PATCH v2] xen: move pv irq related functions under CONFIG_XEN_PV umbrella

2018-08-24 Thread Juergen Gross
On 08/08/18 17:13, Boris Ostrovsky wrote: > x86 maintainers, this needs you ack too even though it has "xen" tag in > the subject, thanks. Ping? Juergen > > > On 08/08/2018 02:19 AM, Juergen Gross wrote: >> All functions in arch/x86/xen/irq.c and arch/x86/xen/xen-asm*.S are >> specific to PV

Re: [Xen-devel] [PATCH v2] xen: move pv irq related functions under CONFIG_XEN_PV umbrella

2018-08-08 Thread Boris Ostrovsky
x86 maintainers, this needs you ack too even though it has "xen" tag in the subject, thanks. On 08/08/2018 02:19 AM, Juergen Gross wrote: > All functions in arch/x86/xen/irq.c and arch/x86/xen/xen-asm*.S are > specific to PV guests. Include them in the kernel with > CONFIG_XEN_PV only. > > Make

[Xen-devel] [PATCH v2] xen: move pv irq related functions under CONFIG_XEN_PV umbrella

2018-08-08 Thread Juergen Gross
All functions in arch/x86/xen/irq.c and arch/x86/xen/xen-asm*.S are specific to PV guests. Include them in the kernel with CONFIG_XEN_PV only. Make the PV specific code in arch/x86/entry/entry_*.S dependent on CONFIG_XEN_PV instead of CONFIG_XEN. The HVM specific code should depend on