From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: [Xense-devel][RFC][PATCH][1/4] Xen Security Modules: XSM Date: Fri, 1 Sep 2006 12:00:07 -0700 Message-ID: <20060901190007.GE21066@sequoia.sous-sol.org> References: <1157129908.22006.188.camel@moss-walleye.epoch.ncsc.mil> <20060901185502.GC21066@sequoia.sous-sol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20060901185502.GC21066@sequoia.sous-sol.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "George S. Coker, II" Cc: Chris Wright , xen-devel@lists.xensource.com, xense-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org * Chris Wright (chrisw@sous-sol.org) wrote: > > --- a/xen/arch/x86/x86_32/entry.S Fri May 26 09:23:33 2006 +0100 > > +++ b/xen/arch/x86/x86_32/entry.S Thu Aug 31 17:14:49 2006 -0400 > > @@ -648,6 +648,7 @@ ENTRY(hypercall_table) > > .long do_acm_op > > .long do_nmi_op > > .long do_arch_sched_op > > + .long do_xsm_op /* 30 */ And I forgot to ask, do you change the acm_op entrypoints to go through this callback? thanks, -chris