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.133.124]) by mx.groups.io with SMTP id smtpd.web11.9800.1639394508683257300 for ; Mon, 13 Dec 2021 03:21:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=GS7jDOG/; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1639394507; 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=t/SQliAQIPkeK72JOfFX/hVpBZhTbIE5PirVjye0SRU=; b=GS7jDOG/sbMVCeQgX/Ytyki6lH5mvwQzxJka+VVp85aOyZDJ2rMbuPcFJlt/aYePG2UEZ+ xms7HsTCINRsH2g2e3/bE/vXEBskMTT2VK/3S0tyAf9a2gSocurV7+r9wAgstDYcWbgT7E IpkcRJqeb/Ecb0BpV9Il3Z/sm157xZc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-418-xKS6G3JdNWWlDvP_7PB8-w-1; Mon, 13 Dec 2021 06:21:44 -0500 X-MC-Unique: xKS6G3JdNWWlDvP_7PB8-w-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9F96D425DB; Mon, 13 Dec 2021 11:21:43 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.14]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6555F19741; Mon, 13 Dec 2021 11:21:43 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 74EEB180009C; Mon, 13 Dec 2021 12:21:41 +0100 (CET) Date: Mon, 13 Dec 2021 12:21:41 +0100 From: "Gerd Hoffmann" To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: devel@edk2.groups.io, Jordan Justen , Jiewen Yao , Pawel Polawski , Ard Biesheuvel Subject: Re: [PATCH v3 2/5] OvmfPkg/Microvm/fdt: load fdt from fw_cfg Message-ID: <20211213112141.vefkecwiytgiwb7p@sirius.home.kraxel.org> References: <20211213081658.3535809-1-kraxel@redhat.com> <20211213081658.3535809-3-kraxel@redhat.com> <8f133fbe-34ae-bd0a-3dd0-b249b3ce215b@redhat.com> MIME-Version: 1.0 In-Reply-To: <8f133fbe-34ae-bd0a-3dd0-b249b3ce215b@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Mon, Dec 13, 2021 at 10:33:55AM +0100, Philippe Mathieu-Daudé wrote: > On 12/13/21 09:16, Gerd Hoffmann wrote: > > Needed for hardware detection: virtio-mmio devices for now, > > later also pcie root bridge. > > > > Depends on patched qemu which actually provides an fdt: > > https://gitlab.com/kraxel/qemu/-/commits/sirius/microvm-device-tree > > Link returns 404. Oh, need to fix the commit message. It's upstream in qemu 6.2+ meanwhile. take care, Gerd