From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web08.3553.1631165010587549177 for ; Wed, 08 Sep 2021 22:23:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=DwtNVOZS; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631165009; 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=S/0F8G+p7pxXEJlex/zSURF9YARVucRyC3LmssvvpEs=; b=DwtNVOZS3Rc1V3oh3+AB9bDUbLe+mvSEwABdCl3m5uo2U2N/A2RHTWGhHRZoB3LBouKEun tKLmHm2Vh43lx0aKZ85ssD+SGZ9/5l1AENwpbPSzJwv2pVZWat6Y4iPMFpFRcwDEkwIliC C5BP+5d6YOd1/OlR2cy0LD0VgczyRcs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-73--zImb91VO2OtfdWZzQxJvw-1; Thu, 09 Sep 2021 01:23:25 -0400 X-MC-Unique: -zImb91VO2OtfdWZzQxJvw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EBE401023F4D; Thu, 9 Sep 2021 05:23:20 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 25F0D1ABD8; Thu, 9 Sep 2021 05:23:20 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 509AD180038E; Thu, 9 Sep 2021 07:23:18 +0200 (CEST) Date: Thu, 9 Sep 2021 07:23:18 +0200 From: "Gerd Hoffmann" To: "Chang, Abner (HPS SW/FW Technologist)" Cc: Leif Lindholm , "Yao, Jiewen" , "devel@edk2.groups.io" , gaoliming , 'Ard Biesheuvel' , "Kinney, Michael D" , "Ni, Ray" , "Schaefer, Daniel" , 'Sunil V L' , 'Ard Biesheuvel' Subject: Re: [edk2-devel] [RFC] RISC-V QEMU virtual package Message-ID: <20210909052318.tqf6rge2y6cv3h5l@sirius.home.kraxel.org> References: <005f01d7a2bb$6d8e5ef0$48ab1cd0$@byosoft.com.cn> <20210907172229.geh4zcz7pvxoyyj6@leviathan> <20210908133705.kc4unk3nizradc4j@sirius.home.kraxel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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=us-ascii Content-Disposition: inline Hi, > One more question, there is already a > QemuFwCfgLib library for ia32/x64. The naming of QemuFwCfgCommonLib > under Library seems confusing. How about we put this library under > /FDT and also name it as QemuFwCfgLib? Because ARM/RISC-V fw_cfg also > depends on FDT. Move it to OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibMMIO.{c,inf} ? take care, Gerd