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.web10.13908.1636711442201372416 for ; Fri, 12 Nov 2021 02:04:02 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ZhIMmdeX; 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=1636711441; 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=IBeIteeUTswk6KYaK6WGXFAGkNLMKsDPHD5WRQHlgyI=; b=ZhIMmdeX7TnbVwHQkg0EH0tzWGt1UfnTP425eOqN2IH+zSSdpqq9WHO30auG6txQFoRUHM xdznAixdkkJkwNxjOkAe6zGV+iiBM1HGaiGGWtFyh2XdvEkpp5K8AT2moxApk0UKzLHt1/ KeIuwHv8Ml9GRO6YblecPTyjJNxafuI= 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-446-0_aLK1-HNv2WOhUVculx9Q-1; Fri, 12 Nov 2021 05:03:56 -0500 X-MC-Unique: 0_aLK1-HNv2WOhUVculx9Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 80D67804148; Fri, 12 Nov 2021 10:03:55 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.245]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 19B2660C17; Fri, 12 Nov 2021 10:03:55 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 4037A18000AA; Fri, 12 Nov 2021 11:03:53 +0100 (CET) Date: Fri, 12 Nov 2021 11:03:53 +0100 From: "Gerd Hoffmann" To: Michael D Kinney Cc: devel@edk2.groups.io, Ard Biesheuvel , Jiewen Yao Subject: Re: [Patch edk2-stable202111 1/1] OvmfPkg/Library/ResetSystemLib: Fix Microvm VS2019 NOOPT build issue Message-ID: <20211112100353.egbi6eqe6lmawe5a@sirius.home.kraxel.org> References: <20211111194923.1358-1-michael.d.kinney@intel.com> MIME-Version: 1.0 In-Reply-To: <20211111194923.1358-1-michael.d.kinney@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 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 On Thu, Nov 11, 2021 at 11:49:23AM -0800, Michael D Kinney wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3731 > > Fix VS2019 NOOPT build issues with OvmfPkg/Microvm/MicrovmX64.dsc > by fixing typecast of MICROVM_GED_MMIO_BASE_REGS to a VOID *. > > Cc: Gerd Hoffmann > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Signed-off-by: Michael D Kinney Reviewed-by: Gerd Hoffmann