* How come Linux kernel 3.10 does not have Xen configuration options any more?
@ 2013-07-12 10:17 Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-12 10:22 ` [Xen-users] " Ian Campbell
2013-07-12 13:46 ` Konrad Rzeszutek Wilk
0 siblings, 2 replies; 3+ messages in thread
From: Singapore Citizen Mr. Teo En Ming (Zhang Enming) @ 2013-07-12 10:17 UTC (permalink / raw)
To: xen-users@lists.xen.org, xen-devel@lists.xen.org,
Teo En Ming (Zhang Enming)
Hi,
I have just downloaded Linux kernel 3.10. I am shocked to find out that
Linux kernel 3.10 does not have Xen configuration options any more.
Where did they all go?
Most of the following Linux kernel configuration options are not
available any more:
3 Configuring the kernel for dom0 support
NOTE: Xen dom0 support depends on ACPI support. Make sure you enable
ACPI support or you
won't see Dom0 options at all.
In addition to the config options above you also need to enable:
CONFIG_X86_IO_APIC=y
CONFIG_ACPI=y
CONFIG_ACPI_PROCFS=y (optional)
CONFIG_XEN_DOM0=y
CONFIG_PCI_XEN=y
CONFIG_XEN_DEV_EVTCHN=y
CONFIG_XENFS=y
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_GNTDEV=y
CONFIG_XEN_BACKEND=y
CONFIG_XEN_NETDEV_BACKEND=m
CONFIG_XEN_BLKDEV_BACKEND=m
CONFIG_XEN_PCIDEV_BACKEND=y
CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=y
CONFIG_XEN_GNTDEV=y
4 Configuring the kernel for domU support
1. If building 32 bit kernel make sure you have CONFIG_X86_PAE enabled
(which is set by
selecting CONFIG_HIGHMEM64G)
non-PAE mode doesn't work in 2.6.25, and has been dropped altogether
from 2.6.26 and newer
kernel versions.
2. Enable these core options (Processor type and features|
Paravirtualized guest support]
CONFIG_PARAVIRT=y
CONFIG_XEN=y
CONFIG_PARAVIRT_GUEST=y
CONFIG_PARAVIRT_SPINLOCKS=y
3. And Xen pv console device support (Device Drivers|Character devices
CONFIG_HVC_DRIVER=y
CONFIG_HVC_XEN=y
4. And Xen disk and network support (Device Drivers|Block devices and
Device Drivers|Network
device support)
CONFIG_XEN_FBDEV_FRONTEND=y
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_XEN_NETDEV_FRONTEND=y
5. And the rest (Device Drivers|Xen driver support)
CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
CONFIG_XEN_FBDEV_FRONTEND=y
CONFIG_XEN_XENBUS_FRONTEND=y
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_XEN_GRANT_DEV_ALLOC=m
6. And for tmem support:
CONFIG_XEN_TMEM=y
CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
CONFIG_XEN_SELFBALLOONING=y
Please advise.
Thank you very much.
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xen-users] How come Linux kernel 3.10 does not have Xen configuration options any more?
2013-07-12 10:17 How come Linux kernel 3.10 does not have Xen configuration options any more? Singapore Citizen Mr. Teo En Ming (Zhang Enming)
@ 2013-07-12 10:22 ` Ian Campbell
2013-07-12 13:46 ` Konrad Rzeszutek Wilk
1 sibling, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2013-07-12 10:22 UTC (permalink / raw)
To: singapore.mr.teo.en.ming; +Cc: xen-users@lists.xen.org
On Fri, 2013-07-12 at 18:17 +0800, Singapore Citizen Mr. Teo En Ming
(Zhang Enming) wrote:
> Hi,
>
Please do not cross-post. xen-devel moved to bcc.
> I have just downloaded Linux kernel 3.10. I am shocked to find out that
> Linux kernel 3.10 does not have Xen configuration options any more.
> Where did they all go?
They haven't gone anywhere, they are still there, but they seem to be
behind a new CONFIG_HYPERVISOR_GUEST option.
Ian.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How come Linux kernel 3.10 does not have Xen configuration options any more?
2013-07-12 10:17 How come Linux kernel 3.10 does not have Xen configuration options any more? Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-12 10:22 ` [Xen-users] " Ian Campbell
@ 2013-07-12 13:46 ` Konrad Rzeszutek Wilk
1 sibling, 0 replies; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-07-12 13:46 UTC (permalink / raw)
To: Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Cc: xen-users@lists.xen.org, xen-devel@lists.xen.org
On Fri, Jul 12, 2013 at 06:17:08PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:
> Hi,
>
> I have just downloaded Linux kernel 3.10. I am shocked to find out
> that Linux kernel 3.10 does not have Xen configuration options any
> more. Where did they all go?
You need to enable CONFIG_HYPERVISOR_GUEST.
>
> Most of the following Linux kernel configuration options are not
> available any more:
>
> 3 Configuring the kernel for dom0 support
> NOTE: Xen dom0 support depends on ACPI support. Make sure you enable
> ACPI support or you
> won't see Dom0 options at all.
> In addition to the config options above you also need to enable:
> CONFIG_X86_IO_APIC=y
> CONFIG_ACPI=y
> CONFIG_ACPI_PROCFS=y (optional)
> CONFIG_XEN_DOM0=y
> CONFIG_PCI_XEN=y
> CONFIG_XEN_DEV_EVTCHN=y
> CONFIG_XENFS=y
> CONFIG_XEN_COMPAT_XENFS=y
> CONFIG_XEN_SYS_HYPERVISOR=y
> CONFIG_XEN_GNTDEV=y
> CONFIG_XEN_BACKEND=y
> CONFIG_XEN_NETDEV_BACKEND=m
> CONFIG_XEN_BLKDEV_BACKEND=m
> CONFIG_XEN_PCIDEV_BACKEND=y
> CONFIG_XEN_PRIVILEGED_GUEST=y
> CONFIG_XEN_BALLOON=y
> CONFIG_XEN_SCRUB_PAGES=y
> CONFIG_XEN_DEV_EVTCHN=y
> CONFIG_XEN_GNTDEV=y
>
> 4 Configuring the kernel for domU support
> 1. If building 32 bit kernel make sure you have CONFIG_X86_PAE
> enabled (which is set by
> selecting CONFIG_HIGHMEM64G)
> non-PAE mode doesn't work in 2.6.25, and has been dropped altogether
> from 2.6.26 and newer
> kernel versions.
> 2. Enable these core options (Processor type and features|
> Paravirtualized guest support]
> CONFIG_PARAVIRT=y
> CONFIG_XEN=y
> CONFIG_PARAVIRT_GUEST=y
> CONFIG_PARAVIRT_SPINLOCKS=y
> 3. And Xen pv console device support (Device Drivers|Character devices
> CONFIG_HVC_DRIVER=y
> CONFIG_HVC_XEN=y
> 4. And Xen disk and network support (Device Drivers|Block devices
> and Device Drivers|Network
> device support)
> CONFIG_XEN_FBDEV_FRONTEND=y
> CONFIG_XEN_BLKDEV_FRONTEND=y
> CONFIG_XEN_NETDEV_FRONTEND=y
> 5. And the rest (Device Drivers|Xen driver support)
> CONFIG_XEN_PCIDEV_FRONTEND=y
> CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
> CONFIG_XEN_FBDEV_FRONTEND=y
> CONFIG_XEN_XENBUS_FRONTEND=y
> CONFIG_XEN_SAVE_RESTORE=y
> CONFIG_XEN_GRANT_DEV_ALLOC=m
> 6. And for tmem support:
> CONFIG_XEN_TMEM=y
> CONFIG_CLEANCACHE=y
> CONFIG_FRONTSWAP=y
> CONFIG_XEN_SELFBALLOONING=y
>
> Please advise.
>
> Thank you very much.
>
>
> --
> Yours sincerely,
>
> Singapore Citizen Mr. Teo En Ming (Zhang Enming)
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-12 13:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-12 10:17 How come Linux kernel 3.10 does not have Xen configuration options any more? Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-12 10:22 ` [Xen-users] " Ian Campbell
2013-07-12 13:46 ` Konrad Rzeszutek Wilk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).