Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options.
From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-13 23:29:34
Also in:
lkml, xen-devel
From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-13 23:29:34
Also in:
lkml, xen-devel
Dan Hecht wrote:
I assume you plan to eventually get all this stuff working but just
want to prevent configurations that the Xen paravirt-ops isn't ready
for at the moment?
Instead can you do it this way:
config XEN
depends on PARAVIRT && !PREEMPT && HZ_100 && !DOUBLEFAULT && !KEXEC
That's a bit simpler code-wise, but it does make it pretty complex to
get everything just-so to even see the CONFIG_XEN option.
J