This is an archived copy of the Xen.org mailing list, which we have
preserved to ensure that existing links to archives are not broken.
The live archive, which contains the latest emails, can be found at
http://lists.xen.org/
I took the .config from the default opensuse 11.1 NON-xen kernel and
tried to use it for Jeremy's pvops kernel and tried to do a make oldconfig,
then no matter how i try, even if i enable >4GB memory addressing support
and enable PAE, the Xen options would not show up at all.
Now, I take the .config from the default opensuse 11.1 XENified kernel
and tried to do a make oldconfig with Jeremy's kernel, it works and now i am
able to enable PAE and Xen options also shows up as well. Now I am building
the new kernel. Hurray!!!
Think it's getting late in Singapore here right now. Too tired and not
thing. 11:49 PM Singapore time now.
Thank you Boris and Palis for help me!!!
Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical
Engineering)
Technical Support Engineer
Asiasoft Online Pte Ltd
Tampines Central 1 #04-01 Tampines Plaza
Singapore 529541
Mobile: +65-96489798
MSN: teoenming@xxxxxxxxxxx
-----Original
Message-----
From: "Teo En Ming" <enming.teo@xxxxxxxxxxxxxxx>
To: "Pasi Kärkkäinen" <pasik@xxxxxx>
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Date: Wed, 22 Jul 2009 21:54:52 +0800
Subject: Re: [Xen-devel] Unable to Configure Xen Dom 0 in Jeremy's
PVOPS Kernel
Thank you!
I have enabled PAE support and the XEN Dom0 options show up.
However, when I tried to copy over the .config from the default
OpenSUSE 11.1 32-bit kernel (/boot directory), do a "make oldconfig" and
then a "make menuconfig", the Xen Dom0 options do not show up anymore even
though I have enabled PAE support. Any idea why this is so?
If I do a make oldconfig using Opensuse 11.1 default config, then a
make menuconfig and then Xen options do not show up, can I edit
linux-2.6-xen/.config directly using vi and then add the following Xen
configuration options manually?
CONFIG_XEN=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=32
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_PCI=y
CONFIG_PCI_XEN=y
CONFIG_XEN_BLKDEV_FRONTEND=m
CONFIG_NETXEN_NIC=m
CONFIG_XEN_NETDEV_FRONTEND=m
CONFIG_XEN_KBDDEV_FRONTEND=m
CONFIG_HVC_XEN=y
CONFIG_XEN_FBDEV_FRONTEND=m
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=y
CONFIG_XEN_BACKEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
CONFIG_XEN_NETDEV_BACKEND=y
CONFIG_XENFS=y
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_XENBUS_FRONTEND=m
Thank you!
Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical
Engineering)
Technical Support Engineer
Asiasoft Online Pte Ltd
Tampines Central 1 #04-01 Tampines Plaza
Singapore 529541
Mobile: +65-96489798
MSN: teoenming@xxxxxxxxxxx
-----Original
Message-----
From: Pasi Kärkkäinen <pasik@xxxxxx>
To: Teo En Ming <enming.teo@xxxxxxxxxxxxxxx>
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Date: Wed, 22 Jul 2009 16:30:12 +0300
Subject: Re: [Xen-devel] Unable to Configure Xen Dom 0 in
Jeremy's PVOPS Kernel