From: Keir Fraser <keir.fraser@eu.citrix.com>
To: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: "andy@cs.ubc.ca" <andy@cs.ubc.ca>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
"konrad.wilk@oracle.com" <konrad.wilk@oracle.com>
Subject: Re: [PATCH 0 of 3] Remus: control tool
Date: Wed, 02 Dec 2009 18:25:29 +0000 [thread overview]
Message-ID: <C73C6199.35BA%keir.fraser@eu.citrix.com> (raw)
In-Reply-To: <4B16AF4E.3050105@goop.org>
On 02/12/2009 18:17, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:
> On 12/02/09 00:07, Keir Fraser wrote:
>> The issue in 2.6.18 was that, if doing back-to-back save/restores, the next
>> event-channel notification could come in before domU was finished with
>> previous s/r cycle, and then the notification got dropped. There are a
>> number of ways of dealing with that of course: I implemented a little state
>> machine; or you could probably do it with some kind of ticket-based scheme;
>> or perhaps have the evtchn irq handler spawn a kthread which blocks on the
>> mutex (I liked that one least as it needs to allocate resources).
>
> Hm, my first thought is "why does that matter?". But I guess the
> host/guest save protocol is fairly brittle, and if the guest doesn't
> respond to a particular save it will get wedged. But then, should the
> control stack be sending back to back save requests? Shouldn't it wait
> until the previous save has finished?
>From the tools p.o.v. the restore has finished when it kicks off execution
of the guest. It's not that hard to handle this in the guest; you just need
to do it. ;-)
-- Keir
next prev parent reply other threads:[~2009-12-02 18:25 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-13 1:10 [PATCH 0 of 3] Remus: control tool Brendan Cully
2009-11-13 1:10 ` [PATCH 1 of 3] Remus: add python control extensions Brendan Cully
2009-11-13 1:10 ` [PATCH 2 of 3] Remus: add control script to activate remus on a VM Brendan Cully
2009-11-13 1:10 ` [PATCH 3 of 3] Remus: support for network buffering Brendan Cully
2009-11-13 14:18 ` [PATCH 0 of 3] Remus: control tool Konrad Rzeszutek Wilk
2009-11-13 21:36 ` Brendan Cully
2009-12-01 15:20 ` Pasi Kärkkäinen
2009-12-01 16:16 ` Brendan Cully
2009-12-01 23:04 ` Jeremy Fitzhardinge
2009-12-01 23:53 ` Brendan Cully
2009-12-02 8:07 ` Keir Fraser
2009-12-02 18:17 ` Jeremy Fitzhardinge
2009-12-02 18:20 ` Brendan Cully
2009-12-02 18:30 ` Jeremy Fitzhardinge
2009-12-02 18:25 ` Keir Fraser [this message]
2009-12-02 18:34 ` Jeremy Fitzhardinge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=C73C6199.35BA%keir.fraser@eu.citrix.com \
--to=keir.fraser@eu.citrix.com \
--cc=andy@cs.ubc.ca \
--cc=jeremy@goop.org \
--cc=konrad.wilk@oracle.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.