[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] xen: fix reboot/shutdown with running HVM guests
>>> On 05.06.14 at 13:47, <roger.pau@xxxxxxxxxx> wrote: > --- a/xen/arch/x86/hvm/vmx/vmx.c > +++ b/xen/arch/x86/hvm/vmx/vmx.c > @@ -83,6 +83,8 @@ static void vmx_invlpg_intercept(unsigned long vaddr); > > uint8_t __read_mostly posted_intr_vector; > > +DECLARE_PER_CPU(bool_t, vmxon); This needs to go in a suitable VMX header. And both of the early returns getting added in SVM and VMX code should get a brief comment attached what they are for. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |