[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V3 1/2] x86/vm_event: added hvm/vm_event.{h, c}
>>> On 04.05.17 at 11:00, <rcojocaru@xxxxxxxxxxxxxxx> wrote: > Created arch/x86/hvm/vm_event.c and include/asm-x86/hvm/vm_event.h, > where HVM-specific vm_event-related code will live. This cleans up > hvm_do_resume() and ensures that the vm_event maintainers are > responsible for changes to that code. > > Signed-off-by: Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx> > Acked-by: Tamas K Lengyel <tamas@xxxxxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> albeit I wonder ... > +void hvm_vm_event_do_resume(struct vcpu *v) > +{ > + struct monitor_write_data *w; > + > + if ( likely(!v->arch.vm_event) ) > + return; ... whether this now wouldn't better be an ASSERT(). Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |