|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
RE: [Xen-ia64-devel] Destroy VTI domain would cause Xen crashing inlates
>It seems that commenting out the following line will fix.
>But I haven't confirmed/tested it.
>
>in vmx_init.c
>static void vmx_release_assist_channel(struct vcpu *v)
>{
>- free_xen_event_channel(v, v->arch.arch_vmx.xen_port);
>+ //free_xen_event_channel(v, v->arch.arch_vmx.xen_port);
>}
[Wing] Yes, this modification can work. We have done testing on this
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|