|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 3 of 7] Make suspend return 1 when a domain is re
On Friday, 19 January 2007 at 15:32, Keir Fraser wrote:
> On 15/1/07 19:05, "Brendan Cully" <brendan@xxxxxxxxx> wrote:
>
> > Make suspend return 1 when a domain is resumed.
> >
> > Signed-off-by: Brendan Cully <brendan@xxxxxxxxx>
>
> We'll do this the other way round (0 on resume; 1 on
> checkpoint/suspend-cancel) for backwards compat.
sorry, that was a bad comment. I'd been using "resume" to mean
suspend-cancel and "reconnect" to mean run in a new domain. This patch
is the backwards compatible version (it sets EAX to 1 in xc_linux_save
rather than xc_linux_restore).
> xc_set_vcpucontext() is a nice thing to have, but it belongs in xc_domain.c
> and it would be great if all direct users of the domctl could be ported to
> use it. I'd gladly take that patch. :-)
ok, I'll prepare that in a bit.
I poked around the elfnote route for advertising kernel features to
xend, and I have a feeling someone else should be designing the API
for that - I only want very little out of it and would probably be
shortsighted. For instance, it wasn't clear to me whether it'd be
better to have an xc function that returns almost raw elfnotes (an
array of (type, length, contents)) or only parsed, named elfnotes, or
only features.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|