|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC] xen: arm: use uncached foreign mappings when building guests
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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |