How to enable xenguest in linuxkernel

Source: Internet
Author: User
Processortypeandfeatures? Paravirtualizedguestsupport? After Xenguestsupport selects this option, options such as Xenmemoryballoondriver are available under DeviceDrivers. it is enabled by default. Xennetwor under Networkdevicesupport

Processor type and features? Paravirtualized guest support? Xen guest support

After this option is selected, options such as Xen memory balloon driver are available in Device Drivers. it is enabled by default. Xen Network device frontend driver is also available under network device support, which is also enabled by default. The configuration is as follows:

[Root @ test linux] # grep xen-I. config
CONFIG_XEN = y
CONFIG_XEN_MAX_DOMAIN_MEMORY = 16
CONFIG_XEN_SAVE_RESTORE = y
CONFIG_XEN_BLKDEV_FRONTEND = y
CONFIG_XEN_NETDEV_FRONTEND = y
CONFIG_HVC_XEN = y
CONFIG_XEN_BALLOON = y
CONFIG_XEN_SCRUB_PAGES = y
CONFIG_XEN_DEV_EVTCHN = y
CONFIG_XENFS = y
CONFIG_XEN_COMPAT_XENFS = y
CONFIG_XEN_SYS_HYPERVISOR = y

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.