From: Akio Takebe <takebe_akio@jp.fujitsu.com>
To: "Graham, Simon" <Simon.Graham@stratus.com>,
xen-devel <xen-devel@lists.xensource.com>
Subject: RE: [Patch][RFC] Support "xm dump" (is Re: Re:[Patch]Enable "sysrq c" handler for domU coredump)
Date: Fri, 04 Aug 2006 00:24:27 +0900 [thread overview]
Message-ID: <76C6B710E8ABA2takebe_akio@jp.fujitsu.com> (raw)
In-Reply-To: <342BAC0A5467384983B586A6B0B3767103470F5E@EXNA.corp.stratus.com>
Hi, Simon
>Two things:
>
>1. I'm not convinced 'xm crash' is needed - 'xm destroy' will do this
>(and if you want
> a dump, do 'xm dump' followed by 'xm destroy')
>
What do you mean?
I think we cannot dump with "xm destroy" now.
"xm destory" only call the following domain_kill().
void domain_kill(struct domain *d)
{
domain_pause(d);
if ( test_and_set_bit(_DOMF_dying, &d->domain_flags) )
return;
gnttab_release_mappings(d);
domain_relinquish_resources(d);
put_domain(d);
send_guest_global_virq(dom0, VIRQ_DOM_EXC);
}
Will anyone add crash option in "xm destory" in the feature?
>2. I don't see the point of the --noreboot option on 'xm dump' -- I
>think this command
> should simply live-dump the specified domain - as above you can use
>other commands
> to cause the domain to restart afterwards.
>
Ordinary dump features have atomatically rebooting features.
(e.g. diskdump, kdump, and so on)
So I think this is necessary.
>3. There's no need to pause the domain to dump it - I actually wrote a
>little utility
> to live dump a guest (based on xenconsoled and attached) and it seems
>to work
> quite nicely! This could easily be morphed into the 'xm dump' command
>- it just
> didn't occur to me at the time!
>
Your xendump command is dump feature without pause.
In the case without pause, domain's memory is modified while dumping.
I think both w/o and w pause are needed.
Best Regards,
Akio Takebe
next prev parent reply other threads:[~2006-08-03 15:24 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-03 14:45 [Patch][RFC] Support "xm dump" (is Re: Re: [Patch]Enable "sysrq c" handler for domU coredump) Graham, Simon
2006-08-03 15:24 ` Akio Takebe [this message]
2006-08-08 12:31 ` [Patch][RFC] Support "xm dump" (is Re: " John Levon
2006-08-08 15:00 ` Akio Takebe
-- strict thread matches above, loose matches on Subject: below --
2006-08-04 13:58 [Patch][RFC] Support "xm dump" (is " Graham, Simon
2006-08-03 21:52 [Patch][RFC] Support "xm dump" (is Re: Re:[Patch]Enable "sysrq " Graham, Simon
2006-08-04 9:58 ` [Patch][RFC] Support "xm dump" (is " Akio Takebe
2006-08-04 10:29 ` Harry Butterworth
2006-08-01 9:26 [Patch] Enable "sysrq c" handler for domU coredump Horms
2006-08-01 10:33 ` Akio Takebe
2006-08-03 0:18 ` [Patch][RFC] Support "xm dump" (is Re: Re: [Patch] Enable "sysrq c" handler for domU coredump) Akio Takebe
2006-08-03 0:26 ` John Levon
2006-08-03 6:09 ` Tristan Gingold
2006-08-03 11:10 ` Akio Takebe
2006-08-03 11:58 ` Tristan Gingold
2006-08-03 12:57 ` Akio Takebe
2006-08-07 18:04 ` John Levon
2006-08-03 1:50 ` Horms
2006-08-03 11:10 ` Akio Takebe
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=76C6B710E8ABA2takebe_akio@jp.fujitsu.com \
--to=takebe_akio@jp.fujitsu.com \
--cc=Simon.Graham@stratus.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.