From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 57605802EF for ; Fri, 10 Mar 2017 01:58:04 -0800 (PST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2017 01:58:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,140,1486454400"; d="scan'208";a="75056780" Received: from mpvats-mobl2.amr.corp.intel.com (HELO localhost) ([10.254.184.25]) by fmsmga006.fm.intel.com with ESMTP; 10 Mar 2017 01:58:03 -0800 MIME-Version: 1.0 To: Laszlo Ersek , edk2-devel-01 Message-ID: <148913988336.26490.6901368604411039649@jljusten-skl> From: Jordan Justen In-Reply-To: <20170223014814.10937-8-lersek@redhat.com> References: <20170223014814.10937-1-lersek@redhat.com> <20170223014814.10937-8-lersek@redhat.com> User-Agent: alot/0.5.1 Date: Fri, 10 Mar 2017 01:58:03 -0800 Subject: Re: [PATCH 07/12] OvmfPkg/QemuFwCfgS3Lib: add boot script opcode generation APIs to libclass X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2017 09:58:04 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 2017-02-22 17:48:09, Laszlo Ersek wrote: > +EFIAPI > +RETURN_STATUS > +QemuFwCfgS3TransferOwnership ( > + IN FW_CFG_BOOT_SCRIPT_APPEND_FUNCTION *Append, > + IN OUT VOID *Context, OPTIONAL > + IN UINTN ScratchBufferSize > + ); I think this might be better named something like QemuFwCfgS3CallWhenBootScriptReady. (Wow, that is verbose. Maybe you have a better idea.) -Jordan