From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.43346.1674129629478260845 for ; Thu, 19 Jan 2023 04:00:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=a6sr7baw; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674129628; 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: in-reply-to:in-reply-to:references:references; bh=WpU7ynvs53NZGMyz47pqO+y22LBv44R9aLm50A6nBNU=; b=a6sr7baw2CtCb9Nu+Nulov80/wjce63uv3f8+afFIk92+pznJdnsyaHFEeKXdRI3/MUVf2 DzPMd/+aL6K5P0Kyt4XiXsXwNMrTHrWWFIroNJfH/RWtjlyykjg72lA/xupndTrkkYpBwQ cJ+JN6BOXeqpEi22+8CrX7KQDwca844= 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-629-gE5q4m7vOJypyVHUtMzlsw-1; Thu, 19 Jan 2023 07:00:25 -0500 X-MC-Unique: gE5q4m7vOJypyVHUtMzlsw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 63299100F904; Thu, 19 Jan 2023 12:00:24 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.186]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 12D6C40C2064; Thu, 19 Jan 2023 12:00:24 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id B0B361801A85; Thu, 19 Jan 2023 13:00:21 +0100 (CET) Date: Thu, 19 Jan 2023 13:00:21 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, ardb@kernel.org Cc: Oliver Steffen , Marc Zyngier , dann.frazier@canonical.com Subject: Re: [edk2-devel] [PATCH v2 2/2] ArmVirtPkg/ArmVirtQemu: Avoid early ID map on ThunderX Message-ID: <20230119120021.4yohqindvj3ghwky@sirius.home.kraxel.org> References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, > > I tried the most recent Qemu master (v7.2.50) and also v7.0.0, > > on the 5.14 (RHEL) kernel and on 6.1.6-200.fc37.aarch64 (from Fedora). > > No luck. > > > > Does that include a backport of commit 406504c7b0405d74d74c15a667cd4c4620c3e7a9? Probably not given that fedora kernels are almost vanilla and the backport landed in stable in v6.1.7 (commit 9a1195c584321). Oliver: try pulling the latest kernel directly from koji: https://koji.fedoraproject.org/koji/buildinfo?buildID=2112315 take care, Gerd