4 messages in com.xensource.lists.xen-develRe: [Xen-devel] Domain asking for its...
FromSent OnAttachments
Jacob Gorm Hansen07 Jan 2004 09:08 
M.A. Williamson07 Jan 2004 12:08 
Keir Fraser07 Jan 2004 12:27 
Keir Fraser07 Jan 2004 12:39 
Subject:Re: [Xen-devel] Domain asking for its own destruction
From:Keir Fraser (Keir@cl.cam.ac.uk)
Date:01/07/2004 12:39:39 PM
List:com.xensource.lists.xen-devel

hi,

is it possible for a domain != 0 to ask for its own destruction?

Jacob

Not yet. We'll soon have shared comms rings between each guest and domain-0, which can then be used to "proxy" such requests to the existing DOM0 control interface.

Whoops. Actually a domain can request destruction -- that's what the HYPERVISOR_exit() hypercall is for! It's the preferred way to terminate a domain because it allows the guest OS to clean up first.

-- Keir