From: Julien Grall <julien.grall@linaro.org>
To: xen-devel@lists.xen.org
Subject: Re: [PATCH RFC] xen: arm: use uncached foreign mappings when building guests
Date: Thu, 19 Dec 2013 04:16:18 +0000 [thread overview]
Message-ID: <52B27312.9050104@linaro.org> (raw)
In-Reply-To: <1387387710.28680.88.camel@kazak.uk.xensource.com>
On 12/18/2013 05:28 PM, Ian Campbell wrote:
> I've tried this on arm64 and it seems ok, Julien, please can you give
> this a go in your midway test case which exposes this issue.
It's even worst :/. Crash every 2 times instead of 5 times.
Did you try to create/destroy numerous time? I have a script shell for
this purpose:
#! /bin/bash
for i in `seq 1 20000`; do
echo "Boot dom $i";
xl create ~/dom1.xl
sleep 5;
xl destroy test;
if [ $? -ne 0 ]; then
exit
fi
done
--
Julien Grall
next prev parent reply other threads:[~2013-12-19 4:16 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-18 17:28 [PATCH RFC] xen: arm: use uncached foreign mappings when building guests Ian Campbell
2013-12-18 17:30 ` [PATCH LINUX RFC] xen: privcmd: implement IOCTL_PRIVCMD_MMAPBATCH_V2_UNCACHED Ian Campbell
2013-12-18 19:24 ` Stefano Stabellini
2013-12-18 21:16 ` Konrad Rzeszutek Wilk
2013-12-20 9:19 ` Ian Campbell
2013-12-20 14:13 ` Konrad Rzeszutek Wilk
2013-12-20 14:18 ` Ian Campbell
2013-12-20 14:38 ` Konrad Rzeszutek Wilk
2013-12-20 14:44 ` Ian Campbell
2013-12-18 17:30 ` [PATCH XEN RFC] libxc: use an uncached mapping of guest ram in domain builder Ian Campbell
2013-12-18 21:14 ` Konrad Rzeszutek Wilk
2013-12-20 9:19 ` Ian Campbell
2013-12-18 18:41 ` [PATCH RFC] xen: arm: use uncached foreign mappings when building guests David Vrabel
2013-12-19 10:10 ` Ian Campbell
2013-12-19 11:23 ` Stefano Stabellini
2013-12-19 11:29 ` Ian Campbell
2014-01-02 15:10 ` David Vrabel
2014-01-06 10:05 ` Ian Campbell
2013-12-19 4:16 ` Julien Grall [this message]
2013-12-19 4:26 ` Julien Grall
2013-12-19 14:30 ` Ian Campbell
2014-01-06 12:10 ` Ian Campbell
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=52B27312.9050104@linaro.org \
--to=julien.grall@linaro.org \
--cc=xen-devel@lists.xen.org \
/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.