From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: [PATCH][VT][1/2] Hook for supporting para virtualized drivers on VMX domains Date: Thu, 11 Aug 2005 15:26:56 -0700 Message-ID: <20050811222656.GA28176@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt , Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hook for supporting para virtualized drivers on VMX domains Signed-off-by: Arun Sharma --- a/linux-2.6-xen-sparse/include/asm-xen/hypervisor.h Wed Aug 10 22:56:50 2005 +++ b/linux-2.6-xen-sparse/include/asm-xen/hypervisor.h Wed Aug 10 15:58:33 2005 @@ -34,6 +34,11 @@ #include #include #include + +#ifndef CONFIG_XEN +#include "vmx-support.h" +#endif + #include #include #include