From patchwork Wed May 25 08:59:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konstantin Kostiuk X-Patchwork-Id: 12860831 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2D083C433F5 for ; Wed, 25 May 2022 09:06:50 +0000 (UTC) Received: from localhost ([::1]:35344 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ntmyf-0003bv-15 for qemu-devel@archiver.kernel.org; Wed, 25 May 2022 05:06:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58028) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntmsE-00011X-Jz for qemu-devel@nongnu.org; Wed, 25 May 2022 05:00:13 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:54722) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntms7-0002ib-QI for qemu-devel@nongnu.org; Wed, 25 May 2022 05:00:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1653469201; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=khHPwGmVxFuE/dyZ99vt9QZZu9wYchV5wE1PhlLkuOg=; b=F7M4Y8ILG+wg0Nw3DEyZHwNz1Ag/Pezgt6v8Ot14CanuOstONBom7CaGwfwQ7mshogLYIp cWndJLz7zW9F3fEz/krvyfJ8oPjuex/sdvsMmldlUkGOGu6B0y6GR3wk2yK98uSYse8Lau BTsFgs4G5P5mnaZGhVQ6zHubYeJB7fc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-154-XRrcq_BEPmmHsKY_7hRm_g-1; Wed, 25 May 2022 04:59:59 -0400 X-MC-Unique: XRrcq_BEPmmHsKY_7hRm_g-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B3A53801228; Wed, 25 May 2022 08:59:58 +0000 (UTC) Received: from kostyanf14nb.redhat.com (unknown [10.40.195.88]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4B1CE40C128B; Wed, 25 May 2022 08:59:56 +0000 (UTC) From: Konstantin Kostiuk To: qemu-devel@nongnu.org Cc: =?utf-8?q?Alex_Benn=C3=A9e?= , =?utf-8?q?Philipp?= =?utf-8?q?e_Mathieu-Daud=C3=A9?= , Thomas Huth , Wainer dos Santos Moschetta , Beraldo Leal , =?utf-8?q?Daniel_P_=2E_Berrang=C3=A9?= , Stefan Weil , Richard Henderson , =?utf-8?q?Marc-Andr=C3=A9?= =?utf-8?q?_Lureau?= Subject: [PATCH v2 0/1] tests: Bump Fedora image version for cross-compilation Date: Wed, 25 May 2022 11:59:52 +0300 Message-Id: <20220525085953.940116-1-kkostiuk@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.11.54.2 Received-SPF: pass client-ip=170.10.133.124; envelope-from=kkostiuk@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" v1 -> v2: Fix spelling in the commit message v1: https://patchew.org/QEMU/20220524181111.922031-1-kkostiuk@redhat.com/ Konstantin Kostiuk (1): tests: Bump Fedora image version for cross-compilation tests/docker/dockerfiles/fedora-win32-cross.docker | 2 +- tests/docker/dockerfiles/fedora-win64-cross.docker | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- 2.25.1