xen/x86: Remove PVH support
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Fri, 3 Feb 2017 21:57:22 +0000 (16:57 -0500)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Tue, 7 Feb 2017 13:07:01 +0000 (08:07 -0500)
commit063334f30543597430f172bd7690d21e3590e148
tree66ecb71e2297708467e28ab41ee7f6765add8e60
parent5a7670ee23f2c07a639c263b70140eaf1da9f68f
xen/x86: Remove PVH support

We are replacing existing PVH guests with new implementation.

We are keeping xen_pvh_domain() macro (for now set to zero) because
when we introduce new PVH implementation later in this series we will
reuse current PVH-specific code (xen_pvh_gnttab_setup()), and that
code is conditioned by 'if (xen_pvh_domain())'. (We will also need
a noop xen_pvh_domain() for !CONFIG_XEN_PVH).

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/enlighten.c
arch/x86/xen/mmu.c
arch/x86/xen/setup.c
arch/x86/xen/smp.c
arch/x86/xen/smp.h
arch/x86/xen/xen-head.S
arch/x86/xen/xen-ops.h
drivers/xen/events/events_base.c
include/xen/xen.h