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.web11.8463.1685518437283178541 for ; Wed, 31 May 2023 00:33:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=e8fbt+cK; 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=1685518436; 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=ouEJ7C0bbi9DfDTBeJwKL/CKWBxnmR+vi+7nKdUhfpg=; b=e8fbt+cK3ckyau5W65paFNoVAIOpWJviQluYR9yjm0jilKaXUlSmYrJ7pB1HyMhD8ReEFG 0xxB53nkYV0U8C434aijdKbZxhEqcZfyjZDOhInUs+tAUY+nb+i9vHbcL/5fKgN1qEK7NQ IOABrxcomZ3rrHzafXczF0HcIlKY/ok= 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-435-_AF2NFuzML2aEI4wbp-WFg-1; Wed, 31 May 2023 03:33:53 -0400 X-MC-Unique: _AF2NFuzML2aEI4wbp-WFg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C89A9800888; Wed, 31 May 2023 07:33:52 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.102]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8F35420296C6; Wed, 31 May 2023 07:33:52 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 645331800929; Wed, 31 May 2023 09:33:49 +0200 (CEST) Date: Wed, 31 May 2023 09:33:49 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, michael.d.kinney@intel.com Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen Subject: Re: [edk2-devel] [Patch 1/1] OvmfPkg/VirtIoSerialDxe: Update for VS2015x86 compatibility Message-ID: References: <20230526231734.1445-1-michael.d.kinney@intel.com> MIME-Version: 1.0 In-Reply-To: <20230526231734.1445-1-michael.d.kinney@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, May 26, 2023 at 04:17:34PM -0700, Michael D Kinney wrote: > Move initialization of local variable structure from declaration > to statements to fix VS2015x86 build break. Acked-by: Gerd Hoffmann take care, Gerd