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.web08.8837.1636441282470614396 for ; Mon, 08 Nov 2021 23:01:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=FxNo0Au8; 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=1636441281; 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=/WjEvZx1YPhC3z+Yvy6eSIdTE+YI3SKXhbWKJLJh0PE=; b=FxNo0Au8QvQ4nzFcrSjWfs0CQXv+ziq5L9fpqKVWk5Dl5/0+5t60IU4CYFZBKrLxsDEfV/ oJIQHNfb3GnZWl7P2//wWivhlDTyW1VYb5MjTix2enUWHQmpVNZbeyzQaCINyZ6XZQGDsQ fSz02N9QHgp5sUhTKWkgLZx6ORKeFII= 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-170-yO7-q192Omm20C7u9HrwGw-1; Tue, 09 Nov 2021 02:01:15 -0500 X-MC-Unique: yO7-q192Omm20C7u9HrwGw-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 726C7420E9; Tue, 9 Nov 2021 07:01:14 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.99]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E0A5C19C59; Tue, 9 Nov 2021 07:01:13 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 7ECD8180A429; Tue, 9 Nov 2021 08:01:11 +0100 (CET) Date: Tue, 9 Nov 2021 08:01:11 +0100 From: "Gerd Hoffmann" To: Michael D Kinney Cc: devel@edk2.groups.io, Anthony Perard , Julien Grall , Ard Biesheuvel , Jiewen Yao , Jordan Justen Subject: Re: [Patch 1/1] OvmfPkg/Xen: Fix VS2019 build issues Message-ID: <20211109070111.7uqownmr4wq5nvx2@sirius.home.kraxel.org> References: <20211108162208.15028-1-michael.d.kinney@intel.com> MIME-Version: 1.0 In-Reply-To: <20211108162208.15028-1-michael.d.kinney@intel.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=us-ascii Content-Disposition: inline On Mon, Nov 08, 2021 at 08:22:08AM -0800, Michael D Kinney wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3722 > > Fix VS2019 NOOPT build issues related to converting > a larger integer value to a smaller integer value. > > Cc: Anthony Perard > Cc: Julien Grall > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Signed-off-by: Michael D Kinney Acked-by: Gerd Hoffmann