[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/5] x86/hvm: Split the hypercall dispatching infrastructure out of hvm.c
>>> On 13.02.17 at 14:03, <andrew.cooper3@xxxxxxxxxx> wrote: > --- /dev/null > +++ b/xen/arch/x86/hvm/hypercall.c > @@ -0,0 +1,332 @@ > +/****************************************************************************** > + * arch/hvm/hypercall.c > + * > + * HVM hypercall dispatching routines > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; If not, see <http://www.gnu.org/licenses/>. > + * > + * Copyright (c) 2017 Citrix Systems Ltd. > + */ > +#include <xen/lib.h> > +#include <xen/hypercall.h> > + > +#include <asm/hvm/support.h> > + > +static int grant_table_op_is_allowed(unsigned int cmd) > +{ > + switch (cmd) { Pure code motion or not, I think it would be nice to fix coding style (here and elsewhere, albeit the only other issue I can spot are a few missing blanks lines between non-fall-through case statements). With that Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |