Re: [kvm-devel] [PATCH] x86: don't allow KVM_CLOCK without HAVE_KVM

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avi Kivity
Date: Monday, March 17, 2008 - 10:01 am

Randy Dunlap wrote:

A depends is horrible from the user point of view as it hides the 
feature completely if paravirt is not enabled.  So your original 
workaround is probably best.

Or maybe
   depends on PARAVIRT_CAPABLE
   selects PARAVIRT

Where PARAVIRT_CAPABLE is a synonym for !(X86_REMOVE_ME || 
X86_TOTAL_SILLYNESS), so we don't have to repeat it everywhere.

-- 
error compiling committee.c: too many arguments to function

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86: don't allow KVM_CLOCK without HAVE_KVM, Randy Dunlap, (Fri Mar 14, 10:44 am)
Re: [PATCH] x86: don't allow KVM_CLOCK without HAVE_KVM, Randy Dunlap, (Mon Mar 17, 8:55 am)
Re: [kvm-devel] [PATCH] x86: don't allow KVM_CLOCK without ..., Avi Kivity, (Mon Mar 17, 10:01 am)