From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C7EBF23750; Fri, 22 Dec 2023 15:17:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.ibm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.ibm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=ibm.com header.i=@ibm.com header.b="CoiTB7gi" Received: from pps.filterd (m0360083.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3BMEEQDr030339; Fri, 22 Dec 2023 15:17:41 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ibm.com; h=date : from : to : cc : subject : message-id : in-reply-to : references : mime-version : content-type : content-transfer-encoding; s=pp1; bh=d4+FFRh9BeZ5ad/M9qyQ0UvAg9QjTqEuVZsmPLq+Gj0=; b=CoiTB7gip12mKbwhO4iS/drglt9R1YXgQvnb5lBznp/wCFtvbiqhgO4HJZTC5JLvSyP8 uy/qN82K4osJ7XPSOKXw8LZEbAb47vfIlXX1zgJZZoLRgcAcbuWWbfN1V3LIh2eAms48 YVyXf2ADM1HE+PmqaOYI3wcR1J+RWV1kDc/5xG4wTd1RtLuiUQP0opDM4BbjXHPleup+ ExGOTAm43vtfnXsy1KC9FmAWmmeI6M1mhUc9KVqXSu5Yoy5v3Xqhw/lnKbb3GnZmkiWg TOunm+Nl/dgVRszKGMsMgHfTTX+WSuiZvYzzxVJ2vlpGrmTpctR6xEKZ3pQjGoYQIWaP Dw== Received: from pps.reinject (localhost [127.0.0.1]) by mx0a-001b2d01.pphosted.com (PPS) with ESMTPS id 3v5afmkfqb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 22 Dec 2023 15:17:39 +0000 Received: from m0360083.ppops.net (m0360083.ppops.net [127.0.0.1]) by pps.reinject (8.17.1.5/8.17.1.5) with ESMTP id 3BMFBM8w011899; Fri, 22 Dec 2023 15:17:39 GMT Received: from ppma11.dal12v.mail.ibm.com (db.9e.1632.ip4.static.sl-reverse.com [50.22.158.219]) by mx0a-001b2d01.pphosted.com (PPS) with ESMTPS id 3v5afmkf58-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 22 Dec 2023 15:17:39 +0000 Received: from pps.filterd (ppma11.dal12v.mail.ibm.com [127.0.0.1]) by ppma11.dal12v.mail.ibm.com (8.17.1.19/8.17.1.19) with ESMTP id 3BMEa9fm012313; Fri, 22 Dec 2023 15:16:00 GMT Received: from smtprelay01.fra02v.mail.ibm.com ([9.218.2.227]) by ppma11.dal12v.mail.ibm.com (PPS) with ESMTPS id 3v1rx2bek2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 22 Dec 2023 15:15:59 +0000 Received: from smtpav02.fra02v.mail.ibm.com (smtpav02.fra02v.mail.ibm.com [10.20.54.101]) by smtprelay01.fra02v.mail.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 3BMFFvR133882386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 22 Dec 2023 15:15:57 GMT Received: from smtpav02.fra02v.mail.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id F06182004E; Fri, 22 Dec 2023 15:15:56 +0000 (GMT) Received: from smtpav02.fra02v.mail.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2086E20043; Fri, 22 Dec 2023 15:15:56 +0000 (GMT) Received: from p-imbrenda (unknown [9.179.5.15]) by smtpav02.fra02v.mail.ibm.com (Postfix) with SMTP; Fri, 22 Dec 2023 15:15:56 +0000 (GMT) Date: Fri, 22 Dec 2023 16:15:49 +0100 From: Claudio Imbrenda To: Nicholas Piggin Cc: Thomas Huth , kvm@vger.kernel.org, Laurent Vivier , "Shaoqin Huang" , Andrew Jones , Nico Boehr , Paolo Bonzini , Alexandru Elisei , Eric Auger , Janosch Frank , David Hildenbrand , linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, kvmarm@lists.linux.dev Subject: Re: [kvm-unit-tests PATCH 9/9] migration: add a migration selftest Message-ID: <20231222161549.6fed1b71@p-imbrenda> In-Reply-To: <20231222135048.1924672-10-npiggin@gmail.com> References: <20231222135048.1924672-1-npiggin@gmail.com> <20231222135048.1924672-10-npiggin@gmail.com> Organization: IBM X-Mailer: Claws Mail 4.2.0 (GTK 3.24.38; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-s390@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-GUID: JCQSn4a2epfoyIOHOrRODpJXroktbMDc X-Proofpoint-ORIG-GUID: DecLRSh3UUACpUuv2MFkzU5zne3b7qe8 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.997,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-12-22_09,2023-12-21_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 priorityscore=1501 spamscore=0 lowpriorityscore=0 suspectscore=0 impostorscore=0 adultscore=0 phishscore=0 malwarescore=0 clxscore=1011 mlxlogscore=918 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2311290000 definitions=main-2312220112 On Fri, 22 Dec 2023 23:50:48 +1000 Nicholas Piggin wrote: > Add a selftest for migration support in guest library and test harness > code. It performs migrations a tight loop to irritate races, and has > flushed out several bugs in developing in the complicated test harness > migration code already. > > Signed-off-by: Nicholas Piggin for s390x: Acked-by: Claudio Imbrenda [...]