From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1cEdJ2-0000UW-K4 for mharc-grub-devel@gnu.org; Wed, 07 Dec 2016 09:34:48 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEdJ0-0000TO-MQ for grub-devel@gnu.org; Wed, 07 Dec 2016 09:34:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEdIw-0005rY-OA for grub-devel@gnu.org; Wed, 07 Dec 2016 09:34:46 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:43196) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cEdIw-0005rH-FA for grub-devel@gnu.org; Wed, 07 Dec 2016 09:34:42 -0500 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id uB7EYax2010318 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 7 Dec 2016 14:34:36 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id uB7EYaZD006322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 7 Dec 2016 14:34:36 GMT Received: from abhmp0014.oracle.com (abhmp0014.oracle.com [141.146.116.20]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id uB7EYYH5031513; Wed, 7 Dec 2016 14:34:35 GMT Received: from x230.dumpdata.com (/172.56.23.100) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 07 Dec 2016 06:34:33 -0800 Date: Wed, 7 Dec 2016 09:34:30 -0500 From: Konrad Rzeszutek Wilk To: Daniel Kiper Cc: grub-devel@gnu.org, xen-devel@lists.xenproject.org, andrew.cooper3@citrix.com, arvidjaar@gmail.com, eric.snowberg@oracle.com, jgross@suse.com, phcoder@gmail.com, seth.goldberg@oracle.com, tsoome@me.com Subject: Re: [MULTIBOOT2 DOC PATCH v3 00/13] multiboot2: Update documentation Message-ID: <20161207143429.GE22961@x230.dumpdata.com> References: <1481064781-16949-1-git-send-email-daniel.kiper@oracle.com> <59D2A79F-82A8-41D4-9FDE-0C3DDF8678CF@oracle.com> <20161207112619.GY15286@olila.local.net-space.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161207112619.GY15286@olila.local.net-space.pl> User-Agent: Mutt/1.7.1 (2016-10-04) X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 156.151.31.81 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 14:34:47 -0000 On Wed, Dec 07, 2016 at 12:26:19PM +0100, Daniel Kiper wrote: > On Tue, Dec 06, 2016 at 10:45:54PM -0500, Konrad Rzeszutek Wilk wrote: > > On December 6, 2016 5:52:48 PM EST, Daniel Kiper wrote: > > >Hi, > > > > > >This updated patch series adds description of the Multiboot2 protocol > > >new > > >features and fixes some issues found here and there. > > > > > >It applies to multiboot2 branch in GRUB2 git tree. > > > > Why not the master one? > > Because doc lives in multiboot2 branch. I am going to > move it to master after 2.02 and then... > > > >Here is short list of changes since v2: > > > - new patches: 01, 02, > > > - changed patches: 07. > > > > > > > How about the rename of the file? Or would it make sense > > to do that in some other followup patches? > > ...rename relevant files. I only had one question on #7, otherwise feel free to stick Reviewed-by: Konrad Rzeszutek Wilk Thank you for documenting this! > > Daniel