From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDVUJ-0001HU-T4 for qemu-devel@nongnu.org; Fri, 19 Oct 2018 10:10:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDVUG-000316-MR for qemu-devel@nongnu.org; Fri, 19 Oct 2018 10:10:51 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:57551) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDVUG-00030W-Bn for qemu-devel@nongnu.org; Fri, 19 Oct 2018 10:10:48 -0400 Date: Fri, 19 Oct 2018 10:10:46 -0400 From: "Emilio G. Cota" Message-ID: <20181019141046.GA7279@flamenco> References: <1539946806-695-1-git-send-email-thuth@redhat.com> <4837dc8a-c4a7-9bd8-649a-3b35b0fe20fa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4837dc8a-c4a7-9bd8-649a-3b35b0fe20fa@redhat.com> Subject: Re: [Qemu-devel] [PATCH] tests/migration-test: Disable s390x test when running with TCG List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: Thomas Huth , qemu-devel@nongnu.org, Juan Quintela , "Dr. David Alan Gilbert" , Paolo Bonzini , Peter Maydell , Wei Huang , david@redhat.com, Cornelia Huck , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= On Fri, Oct 19, 2018 at 13:14:57 +0200, Laurent Vivier wrote: > On 19/10/2018 13:00, Thomas Huth wrote: > > The migration test for s390x sometimes hangs when running with TCG, > > similar to the problems that we have already observed with TCG for > > the ppc64 guests. Thus disable the s390x test when we are not running > > with KVM for now until the problem with TCG has been resolved. > > > > Signed-off-by: Thomas Huth Reviewed-by: Emilio G. Cota Thanks! E.