|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH 12 of 20] Add APIs to switch n1/n2 VMCS
> > + /* no foreign access */
> > + if ( unlikely(v != current) )
> > + return;
> > +
> > + if ( unlikely(current->arch.hvm_vmx.vmcs != from) )
> > + return;
>
> Do you really want this function to fail silently if called with v !=
> current? Use ASSERT(), or, even better, remove the first argument
> entirely.
>
Deleted.
Thx, Eddie
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|