<p>Yeah, I looked at the /boot/config* files and it seemed to indicate that this kernel has the requisite support enabled. However, I didn't see what I thought should be there in proc. I guess since it looks like its in the kernel I need to look at what modules were compiled in association with xen and see what I'm missing. Thanks</p>
<div class="gmail_quote">On May 9, 2012 4:58 PM, "Akemi Yagi" <<a href="mailto:toracat@elrepo.org">toracat@elrepo.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, May 4, 2012 at 9:15 PM, shawn wilson <<a href="mailto:ag4ve.us@gmail.com">ag4ve.us@gmail.com</a>> wrote:<br>
> i haven't found anything saying there is xen support in the latest<br>
> elrepo kernel and i don't have a /proc/xen/ so i'm guessing this isn't<br>
> enabled? also, i see kvm, vbox, etc in the todo list, but not xen -<br>
> why?<br>
<br>
If you have installed kernel-ml, you can inspect the config file.<br>
Below is XEN related lines in the x86_64 kernel-ml config. We only<br>
take the source tarball from the LKA and build that. But if there is<br>
any config option you'd like to see changed, we can certainly consider<br>
it.<br>
<br>
Akemi<br>
<br>
-------------------------------------------------<br>
<br>
config-3.3.5-x86_64:CONFIG_XEN=y<br>
config-3.3.5-x86_64:CONFIG_XEN_DOM0=y<br>
config-3.3.5-x86_64:CONFIG_XEN_PRIVILEGED_GUEST=y<br>
config-3.3.5-x86_64:CONFIG_XEN_PVHVM=y<br>
config-3.3.5-x86_64:CONFIG_XEN_MAX_DOMAIN_MEMORY=500<br>
config-3.3.5-x86_64:CONFIG_XEN_SAVE_RESTORE=y<br>
config-3.3.5-x86_64:# CONFIG_XEN_DEBUG_FS is not set<br>
config-3.3.5-x86_64:CONFIG_PCI_XEN=y<br>
config-3.3.5-x86_64:CONFIG_XEN_PCIDEV_FRONTEND=y<br>
config-3.3.5-x86_64:CONFIG_XEN_BLKDEV_FRONTEND=m<br>
config-3.3.5-x86_64:CONFIG_XEN_BLKDEV_BACKEND=m<br>
config-3.3.5-x86_64:CONFIG_NETXEN_NIC=m<br>
config-3.3.5-x86_64:CONFIG_XEN_NETDEV_FRONTEND=m<br>
config-3.3.5-x86_64:CONFIG_XEN_NETDEV_BACKEND=m<br>
config-3.3.5-x86_64:CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y<br>
config-3.3.5-x86_64:CONFIG_HVC_XEN=y<br>
config-3.3.5-x86_64:CONFIG_XEN_WDT=m<br>
config-3.3.5-x86_64:CONFIG_XEN_FBDEV_FRONTEND=y<br>
config-3.3.5-x86_64:CONFIG_XEN_BALLOON=y<br>
config-3.3.5-x86_64:CONFIG_XEN_SELFBALLOONING=y<br>
config-3.3.5-x86_64:CONFIG_XEN_SCRUB_PAGES=y<br>
config-3.3.5-x86_64:CONFIG_XEN_DEV_EVTCHN=m<br>
config-3.3.5-x86_64:CONFIG_XEN_BACKEND=y<br>
config-3.3.5-x86_64:CONFIG_XENFS=m<br>
config-3.3.5-x86_64:CONFIG_XEN_COMPAT_XENFS=y<br>
config-3.3.5-x86_64:CONFIG_XEN_SYS_HYPERVISOR=y<br>
config-3.3.5-x86_64:CONFIG_XEN_XENBUS_FRONTEND=y<br>
config-3.3.5-x86_64:CONFIG_XEN_GNTDEV=m<br>
config-3.3.5-x86_64:CONFIG_XEN_GRANT_DEV_ALLOC=m<br>
config-3.3.5-x86_64:CONFIG_SWIOTLB_XEN=y<br>
config-3.3.5-x86_64:CONFIG_XEN_TMEM=y<br>
config-3.3.5-x86_64:CONFIG_XEN_PCIDEV_BACKEND=m<br>
config-3.3.5-x86_64:CONFIG_XEN_PRIVCMD=m<br>
_______________________________________________<br>
elrepo mailing list<br>
<a href="mailto:elrepo@lists.elrepo.org">elrepo@lists.elrepo.org</a><br>
<a href="http://lists.elrepo.org/mailman/listinfo/elrepo" target="_blank">http://lists.elrepo.org/mailman/listinfo/elrepo</a><br>
</blockquote></div>