From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26D16C47080 for ; Tue, 1 Jun 2021 12:27:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 056546101C for ; Tue, 1 Jun 2021 12:27:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233064AbhFAM3R (ORCPT ); Tue, 1 Jun 2021 08:29:17 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:41170 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231219AbhFAM3Q (ORCPT ); Tue, 1 Jun 2021 08:29:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622550454; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lQvZyUoXVmIb3zfNjpz2vDPXvvVv3DHJGgPXj4NfCyk=; b=OePmFVothO6VTqbdsyk3t9Egv7wYpyZBC/vCx0u2zitJI84k6HAOqlW0A1uNU1wmWpSi6u I6MGOFVv475SQz4uyBKwjXQWu7T2bowofyfRBZYOG7TkYvqDygbkUkmpKqMgVerPndSIvx W1IzL1zjBZaN5mb5T5/ZLhGWMZ1gBds= Received: from mail-ed1-f70.google.com (mail-ed1-f70.google.com [209.85.208.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-502-M8qEEGtdOnCCuT_qzBAKFQ-1; Tue, 01 Jun 2021 08:27:33 -0400 X-MC-Unique: M8qEEGtdOnCCuT_qzBAKFQ-1 Received: by mail-ed1-f70.google.com with SMTP id j13-20020aa7de8d0000b029038fc8e57037so6290234edv.0 for ; Tue, 01 Jun 2021 05:27:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=lQvZyUoXVmIb3zfNjpz2vDPXvvVv3DHJGgPXj4NfCyk=; b=SUX3q9q++PBE2KZqHmX75H6PA9nbdgExASbnPxrfhVZCCann6WZ/2ixNWwu08e2VBW BD2oEShURPUgusNz07mGZFME32rmr4tAsTfcToZzEOh6fMSvX0G2ewuoBgl87CfE2T4p yJL9lWptJYvu26K+5OdbR16TSOlhlLYJxmlvmMHSZd8vDKvYgly7VOdAlNBHkc0vbpGH GhAkJ2AdbkmDJNe8eBXwn3wLQwME5AZM5q9uG8tJLuQSyoTt57fQNXaLby3G+np6fJ7z Uun7le2unoAZS97F4sb+q5FudW2pwVeBAIeOSGdVSZ/lVfDAaS8NnTCVKrnbPHDXcMJo jrSQ== X-Gm-Message-State: AOAM532WtUl/2XHU9HJKSttaPr42b7bS/hF0shUgRqlQMvhaQru3qQ7m ZQPizIk5Gls7lUTCV0y7LHvoS5Z1DlBWS/5AaSCofNMwZ3L4vO4ZrX2gMFYT9ksigW2hwOfNukG ofA6bGccxC0rf X-Received: by 2002:a05:6402:170e:: with SMTP id y14mr23743874edu.367.1622550452662; Tue, 01 Jun 2021 05:27:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyiKHS2wqpO00I6qpAmAouTmxfS631vP+B8lrpX5GWqTUpwzxbzb820iR2grCzdAC1TdTDGlA== X-Received: by 2002:a05:6402:170e:: with SMTP id y14mr23743859edu.367.1622550452504; Tue, 01 Jun 2021 05:27:32 -0700 (PDT) Received: from gator.home (cst2-174-132.cust.vodafone.cz. [31.30.174.132]) by smtp.gmail.com with ESMTPSA id e24sm439285ejb.52.2021.06.01.05.27.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Jun 2021 05:27:32 -0700 (PDT) Date: Tue, 1 Jun 2021 14:27:30 +0200 From: Andrew Jones To: Alex =?utf-8?Q?Benn=C3=A9e?= Cc: kvm@vger.kernel.org, maz@kernel.org, shashi.mallela@linaro.org, qemu-arm@nongnu.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Subject: Re: [kvm-unit-tests PATCH v2 2/4] scripts/arch-run: don't use deprecated server/nowait options Message-ID: <20210601122730.ssdxx7ut6e25e4b5@gator.home> References: <20210525172628.2088-1-alex.bennee@linaro.org> <20210525172628.2088-3-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210525172628.2088-3-alex.bennee@linaro.org> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Tue, May 25, 2021 at 06:26:26PM +0100, Alex Bennée wrote: > The very fact that QEMU drops the deprecation warning while running is > enough to confuse the its-migration test into failing. The boolean > options server and wait have accepted the long form options for a long > time. > > Signed-off-by: Alex Bennée > Cc: Shashi Mallela > --- > scripts/arch-run.bash | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Andrew Jones From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B645C4708F for ; Tue, 1 Jun 2021 12:27:44 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 88774613B1 for ; Tue, 1 Jun 2021 12:27:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 88774613B1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id EABF949E93; Tue, 1 Jun 2021 08:27:42 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@redhat.com Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j3QEPyWpQePP; Tue, 1 Jun 2021 08:27:41 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id C42CB49DE3; Tue, 1 Jun 2021 08:27:41 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 3A64749E8A for ; Tue, 1 Jun 2021 08:27:40 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9xenq1RH-Hb3 for ; Tue, 1 Jun 2021 08:27:37 -0400 (EDT) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 990DD49DE3 for ; Tue, 1 Jun 2021 08:27:37 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622550457; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lQvZyUoXVmIb3zfNjpz2vDPXvvVv3DHJGgPXj4NfCyk=; b=IbIsgXdRAW5WlKb0MFb0vB31/hosFjsR6eGF0Ck+tHP2zD/BzDX98gGJqZx3RGjOOlFgqv AKA10z2CospU24msgOU8o/gyTPZ66V+wbgFzGrsgqEv1QGDNt2aMOrCqTOYTLAMfsv7BGp t1sPpgO8Qk4FSKO4Aq05ZNPTrCpNfJo= Received: from mail-ed1-f69.google.com (mail-ed1-f69.google.com [209.85.208.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-361-SxCoalMrMiS4IXX3JS5LYw-1; Tue, 01 Jun 2021 08:27:33 -0400 X-MC-Unique: SxCoalMrMiS4IXX3JS5LYw-1 Received: by mail-ed1-f69.google.com with SMTP id y7-20020aa7ce870000b029038fd7cdcf3bso4211808edv.15 for ; Tue, 01 Jun 2021 05:27:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=lQvZyUoXVmIb3zfNjpz2vDPXvvVv3DHJGgPXj4NfCyk=; b=j2wiZ3zvKfiNR7yMcIBAn2hgDYa9fTvC5Ezxdd/RGJ0c7tOErTc2QgKGi1aKB8BezG auj3vgGre0vi6P7vCz2sSFCz6lTK5FnwRM9rwbK9PoahmIamhyzFZLltAR30JA0LVZuZ gjgmDMq/gTAkR9a5brKv2uyVo9/8kmOLKtQ2grLSdhtWq5g1d9+61rhfrhdHqguCChC6 Dqh5nSDkc4JPUr4kva5Va7B5HDsQcimy8oSoyJFTdd1pWX8d1cqQ2bNqGWIsr3P8UzG5 UUbFL7+XFksjogRcXITKhNZ1MVF9jKvX3zHs2abre5sNoyjEjLgHzf86XcF07M0A4AoF ymYg== X-Gm-Message-State: AOAM531i+uwgYQr6t1rMJ6CQaTddMBooQ0wW2dliTpgeM4l2+v3XXQ+T df4BwtIXAQli/IHjEunRGxxIINIsXxGPwlnw7Cr+eAf5v+v6a9Erk4rbOXV3nivuldW0u9p1bCP s0vZWJ4Zlu5odIkf/b8cA+lbA X-Received: by 2002:a05:6402:170e:: with SMTP id y14mr23743885edu.367.1622550452728; Tue, 01 Jun 2021 05:27:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyiKHS2wqpO00I6qpAmAouTmxfS631vP+B8lrpX5GWqTUpwzxbzb820iR2grCzdAC1TdTDGlA== X-Received: by 2002:a05:6402:170e:: with SMTP id y14mr23743859edu.367.1622550452504; Tue, 01 Jun 2021 05:27:32 -0700 (PDT) Received: from gator.home (cst2-174-132.cust.vodafone.cz. [31.30.174.132]) by smtp.gmail.com with ESMTPSA id e24sm439285ejb.52.2021.06.01.05.27.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Jun 2021 05:27:32 -0700 (PDT) Date: Tue, 1 Jun 2021 14:27:30 +0200 From: Andrew Jones To: Alex =?utf-8?Q?Benn=C3=A9e?= Subject: Re: [kvm-unit-tests PATCH v2 2/4] scripts/arch-run: don't use deprecated server/nowait options Message-ID: <20210601122730.ssdxx7ut6e25e4b5@gator.home> References: <20210525172628.2088-1-alex.bennee@linaro.org> <20210525172628.2088-3-alex.bennee@linaro.org> MIME-Version: 1.0 In-Reply-To: <20210525172628.2088-3-alex.bennee@linaro.org> Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=drjones@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline Cc: kvm@vger.kernel.org, maz@kernel.org, shashi.mallela@linaro.org, qemu-arm@nongnu.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On Tue, May 25, 2021 at 06:26:26PM +0100, Alex Benn=E9e wrote: > The very fact that QEMU drops the deprecation warning while running is > enough to confuse the its-migration test into failing. The boolean > options server and wait have accepted the long form options for a long > time. > = > Signed-off-by: Alex Benn=E9e > Cc: Shashi Mallela > --- > scripts/arch-run.bash | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Andrew Jones _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AEFA8C47080 for ; Tue, 1 Jun 2021 12:29:22 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6B61A61009 for ; Tue, 1 Jun 2021 12:29:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6B61A61009 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7NM7HcfsDWUiGH+vT9LYvSbjjoD0Jo+7EB3nAuCjjaI=; b=sqjRNJ+8KBmw/i OGsAoLYqnOjr5+mf4bEUrLpVxeK68QJyHuawL6VASgdh0gKBpxgaaGK+aYF3U3z3j2tHVq9p5xso1 FdG5HTQKHkCijjVpOseMNuU3MBTYNcyDnWRG57itQVS9wXG4cvRJRylNcCXYNFhBB59AVPg8ztBHT PVlLzc8g+IntY5PmzR3IOXm3OWRR2Dye4lbt1akkgJOUr46yAYT1CT++gbW3duZo+3IjgZuLfUVX0 Jnh2Q2n1KkmWsINdDiP2lQrCRDMf1mkFLBtBxhswb0+Q3xtVM9N7bc/Xv1qiorddiYpmv8D0N0Q+D SbRcRiJ6PzeGsLY/IFUA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lo3Uk-00GWZp-Vh; Tue, 01 Jun 2021 12:27:43 +0000 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lo3Uh-00GWY6-87 for linux-arm-kernel@lists.infradead.org; Tue, 01 Jun 2021 12:27:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622550455; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lQvZyUoXVmIb3zfNjpz2vDPXvvVv3DHJGgPXj4NfCyk=; b=U8lzqerbN0W8UXZQuhlitOKGQ8lLF3WB5iRYJcMRWG10+s/BjVx+dYO0wPDMl1Pa3yC+sz niE6UjefJSrnh5lwCVDbQzcJu2tsYjKTaDBg7gheq0fJcT+zz9XSq7q076ilBsxajouVob xmCAJzaLNbPcapHTkjxWHkG7ZS1nm0I= Received: from mail-ed1-f69.google.com (mail-ed1-f69.google.com [209.85.208.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-361-5poJYf66PHy-bj6WyzKLQQ-1; Tue, 01 Jun 2021 08:27:33 -0400 X-MC-Unique: 5poJYf66PHy-bj6WyzKLQQ-1 Received: by mail-ed1-f69.google.com with SMTP id s18-20020a0564020372b029038febc2d475so2062754edw.3 for ; Tue, 01 Jun 2021 05:27:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=lQvZyUoXVmIb3zfNjpz2vDPXvvVv3DHJGgPXj4NfCyk=; b=uPHmhuvekWBSOOmQ+F8B0IfxrVrP6KMcJ9z6MOsGRyLdJAmqO3cQXPcLNfJ0cIDIeH N6UFc2npPGfPA935pIzkIA5Z6dE1bOulErOjA/6rXl/l4Ut0lUzrBfdtqpQ2wIUuAMMh h7Z2Niz/1RgEAAYyT7+pysUpO1XqmQE+/DR+BcdAxSKvHibgF1rcxBwE5nGPMoGSTvi6 idpQsE9M4dRlj3O+Of/LhIQa+w7uQu8fXSvNcwrpXNlKAbA+UBvBMxhNs6tYklyC5LId vRD0MtgoTH0ZH31MWXSlpFzyFgd0e0fvnLe43QNvi8cM6iVAhLItQh2aRGxt83d2nEkj bdgw== X-Gm-Message-State: AOAM531wX0Jw95Wt0+opN5yPXQJQPM45DfW87WuUKx44cBZuJ49kszy4 kU4LQAOBeErt2YpT2J+U936aVJJufQZXBNL1OVcprc9SB5x/1KHGZhajSgrFDQkZSgdlZ8Td7uD 8KN5GTRM88UgxEF2BsrWJL2hGEeIXan7PXgs= X-Received: by 2002:a05:6402:170e:: with SMTP id y14mr23743873edu.367.1622550452662; Tue, 01 Jun 2021 05:27:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyiKHS2wqpO00I6qpAmAouTmxfS631vP+B8lrpX5GWqTUpwzxbzb820iR2grCzdAC1TdTDGlA== X-Received: by 2002:a05:6402:170e:: with SMTP id y14mr23743859edu.367.1622550452504; Tue, 01 Jun 2021 05:27:32 -0700 (PDT) Received: from gator.home (cst2-174-132.cust.vodafone.cz. [31.30.174.132]) by smtp.gmail.com with ESMTPSA id e24sm439285ejb.52.2021.06.01.05.27.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Jun 2021 05:27:32 -0700 (PDT) Date: Tue, 1 Jun 2021 14:27:30 +0200 From: Andrew Jones To: Alex =?utf-8?Q?Benn=C3=A9e?= Cc: kvm@vger.kernel.org, maz@kernel.org, shashi.mallela@linaro.org, qemu-arm@nongnu.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Subject: Re: [kvm-unit-tests PATCH v2 2/4] scripts/arch-run: don't use deprecated server/nowait options Message-ID: <20210601122730.ssdxx7ut6e25e4b5@gator.home> References: <20210525172628.2088-1-alex.bennee@linaro.org> <20210525172628.2088-3-alex.bennee@linaro.org> MIME-Version: 1.0 In-Reply-To: <20210525172628.2088-3-alex.bennee@linaro.org> Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=drjones@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210601_052739_405062_BE171C87 X-CRM114-Status: GOOD ( 13.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 25, 2021 at 06:26:26PM +0100, Alex Benn=E9e wrote: > The very fact that QEMU drops the deprecation warning while running is > enough to confuse the its-migration test into failing. The boolean > options server and wait have accepted the long form options for a long > time. > = > Signed-off-by: Alex Benn=E9e > Cc: Shashi Mallela > --- > scripts/arch-run.bash | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Andrew Jones _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel