From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fo0KV-0004E0-Pv for mharc-grub-devel@gnu.org; Wed, 07 Jun 2006 11:52:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fo0KT-0004Da-Qc for grub-devel@gnu.org; Wed, 07 Jun 2006 11:52:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fo0KS-0004D6-H5 for grub-devel@gnu.org; Wed, 07 Jun 2006 11:52:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fo0KS-0004D3-AH for grub-devel@gnu.org; Wed, 07 Jun 2006 11:52:20 -0400 Received: from [194.109.24.37] (helo=smtp-vbr17.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fo0S4-0000bt-Pu for grub-devel@gnu.org; Wed, 07 Jun 2006 12:00:13 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr17.xs4all.nl (8.13.6/8.13.6) with ESMTP id k57FqGRI081973 for ; Wed, 7 Jun 2006 17:52:16 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <447CB449.9080901@nic.fi> <200605310231.49399.okuji@enbug.org> <87bqtdykn0.wl%jeroen@vrijschrift.org> <200606011739.13486.okuji@enbug.org> <87hd2xxlk8.wl%jeroen@vrijschrift.org> Mail-Copies-To: mgerards@xs4all.nl Date: Wed, 07 Jun 2006 17:55:40 +0200 In-Reply-To: <87hd2xxlk8.wl%jeroen@vrijschrift.org> (Jeroen Dekkers's message of "Wed, 07 Jun 2006 13:16:39 +0200") Message-ID: <87zmgp9czn.fsf@xs4all.nl> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: [PATCH] Another fix for x86_64 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 15:52:22 -0000 Jeroen Dekkers writes: [...] > Now I actually booted GRUB 2 in qemu, I found another bug. :-) We are > still using grub_host_* types in grub/kernel.h, but the types of those > changed. We should use grub_target_* types there. As I didn't see any > other use of grub_host_* types, I just renamed those to grub_target_* > and changed the #ifdef. See the patch below. This looks fine to me, could you please commit this patch? -- Marco