Jeremy Fitzhardinge wrote: > +config XEN > + bool "Enable support for Xen hypervisor" > + depends on PARAVIRT && !PREEMPT && !SMP > + default y > + help > + This is the Linux Xen port. Enabling this will allow the > + kernel to boot in a paravirtualized environment under the > + Xen hypervisor. > > Since the default assumption of paravirt is to support running on multiple hypervisors and backends are now defaulting to being on, make the same true of VMI. Zach