-
- Downloads
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>
Showing
- arch/x86/xen/enlighten.c 19 additions, 121 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/mmu.c 1 addition, 20 deletionsarch/x86/xen/mmu.c
- arch/x86/xen/setup.c 2 additions, 35 deletionsarch/x86/xen/setup.c
- arch/x86/xen/smp.c 27 additions, 51 deletionsarch/x86/xen/smp.c
- arch/x86/xen/smp.h 0 additions, 8 deletionsarch/x86/xen/smp.h
- arch/x86/xen/xen-head.S 4 additions, 58 deletionsarch/x86/xen/xen-head.S
- arch/x86/xen/xen-ops.h 0 additions, 1 deletionarch/x86/xen/xen-ops.h
- drivers/xen/events/events_base.c 0 additions, 1 deletiondrivers/xen/events/events_base.c
- include/xen/xen.h 1 addition, 12 deletionsinclude/xen/xen.h
Loading
Please register or sign in to comment