On Jun 17, 2012 10:30 AM, "赵佳晖" <jiahui.tar...@gmail.com> wrote: > > I search the xen in the "make menuconfig" .And the result is below > Symbol: XEN_DOM0 [=n] │ > │ Type : boolean │ > │ │ > │ │ > │ Symbol: XEN_COMPAT_XENFS [=n] │ > │ Type : boolean │ > │ Prompt: Create compatibility mount point /proc/xen │ > │ Defined at drivers/xen/Kconfig:97 │ > │ Depends on: XEN [=n] && XENFS [=n] │ > │ Location: │ > │ -> Device Drivers │ > │ -> Xen driver support │ > │ -> Xen filesystem (XENFS [=n]) │ > │ │ > │ │ > │ Symbol: XEN_MAX_DOMAIN_MEMORY [=] │ > │ Type : integer │ > │ │ > │ │ > │ Symbol: XEN_GNTDEV [=n] │ > │ Type : tristate │ > │ Prompt: userspace grant access device driver │ > │ Defined at drivers/xen/Kconfig:123 │ > │ Depends on: XEN [=n] │ > │ Location: │ > │ -> Device Drivers │ > │ -> Xen driver support │ > │ Selects: MMU_NOTIFIER [=y] > Symbol: XEN_PRIVILEGED_GUEST [=n] │ > │ Type : boolean │ > │ │ > │ │ > │ Symbol: XEN_SELFBALLOONING [=n] │ > │ Type : boolean │ > │ Prompt: Dynamically self-balloon kernel memory to target │ > │ Defined at drivers/xen/Kconfig:12 │ > │ Depends on: XEN [=n] && XEN_BALLOON [=n] && CLEANCACHE [=n] && SWAP [=y] && XEN_TMEM [=n] │ > │ Location: │ > │ -> Device Drivers │ > │ -> Xen driver support │ > │ -> Xen memory balloon driver (XEN_BALLOON [=n]) │ > │ │ > │ │ > │ Symbol: XEN_PVHVM [=n] │ > │ Type : boolean │ > │ │ > │ │ > │ Symbol: PCI_XEN [=n] │ > │ Type : boolean │ > │ Selects: SWIOTLB_XEN [=n] │ > │ Selected by: XEN_PCIDEV_FRONTEND [=n] && PCI [=y] && X86 [=y] && XEN [=n] │ > │ │ > │ │ > │ Symbol: XEN [=n] │ > │ Type : boolean │ > │ Prompt: Xen guest support > ..... > for > -> Device Drivers │ > │ -> Xen driver support │ > │ -> Xen memory balloon driver (XEN_BALLOON [=n]) > i can not find Xen driver support under Device Drivers. it is my kernel's problem? >
The "Xen" config will not be visible until you configure other settings in the "Processor" page. There are several; rather than listing them all here, please see the following page by yours truly: http://en.gentoo-wiki.com/wiki/User:Pepoluan/Paravirtualized_Gentoo_VMs_on_XenServer Rgds,