|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] VMX domain should call domain_crash_synchronous
On 3 Dec 2005, at 14:02, Li, Xin B wrote:
VMX domain should call domain_crash_synchronous instead of
domain_crash.
Since domain_crash will return at last, VMX domain should not use it.
Sometimes delaying the crash is the right thing to do, if you are in a
context with locks held (for example). You will still stop executing
before returning to guest context. Are you sure that all the changes
from domain_crash -> domain_crash_synchronous are correct?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|