x86: early PV on HVM features initialization.
authorSheng Yang <sheng@linux.intel.com>
Fri, 14 May 2010 11:39:33 +0000 (12:39 +0100)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Thu, 22 Jul 2010 23:45:35 +0000 (16:45 -0700)
commitbee6ab53e652a414af20392899879b58cd80d033
tree96351c583984ec497feae270f09f445a4703a676
parent18f19aa62a267f2f759e278018f1032adf4c3774
x86: early PV on HVM features initialization.

Initialize basic pv on hvm features adding a new Xen HVM specific
hypervisor_x86 structure.

Don't try to initialize xen-kbdfront and xen-fbfront when running on HVM
because the backends are not available.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Yaozu (Eddie) Dong <eddie.dong@intel.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/include/asm/hypervisor.h
arch/x86/kernel/cpu/hypervisor.c
arch/x86/xen/enlighten.c
drivers/input/xen-kbdfront.c
drivers/video/xen-fbfront.c
drivers/xen/xenbus/xenbus_probe.c