[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 03/27] x86: move PV gate op emulation code
>>> On 08.06.17 at 19:11, <wei.liu2@xxxxxxxxxx> wrote: > --- a/xen/include/asm-x86/pv/traps.h > +++ b/xen/include/asm-x86/pv/traps.h > @@ -26,10 +26,12 @@ > #include <public/xen.h> > > int pv_emulate_privileged_op(struct cpu_user_regs *regs); > +void pv_emulate_gate_op(struct cpu_user_regs *regs); > > #else /* !CONFIG_PV */ > > int pv_emulate_privileged_op(struct cpu_user_regs *regs) { return 0; } > +void pv_emulate_gate_op(struct cpu_user_regs *regs) {} Missing "inline" (also applies to patch 2 as I've just noticed)? With that corrected, 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 |