From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RQqFl-0006aO-23 for mharc-grub-devel@gnu.org; Wed, 16 Nov 2011 19:54:57 -0500 Received: from eggs.gnu.org ([140.186.70.92]:55187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQqFi-0006aE-JS for grub-devel@gnu.org; Wed, 16 Nov 2011 19:54:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQqFh-0000mU-Da for grub-devel@gnu.org; Wed, 16 Nov 2011 19:54:54 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:65283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQqFh-0000mH-6B for grub-devel@gnu.org; Wed, 16 Nov 2011 19:54:53 -0500 Received: by bke17 with SMTP id 17so1565871bke.0 for ; Wed, 16 Nov 2011 16:54:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:content-type; bh=OaIk2exiOdmmJPS0ZlcsnaGyV6Ijr74D/FJpx5WH7mQ=; b=ocSVcUA1fVvkVEZxyL1o9DzT72e0E9mgSwPCRbS00wQPgXl07ZDROkAx0Hnaj+LfAu KmhQGyJk4AgB6t5V1Ld3nyMACyF4MA36i83tziytkkiksi2jRV71DNKACBtOHDq9nYqi Jh3KElCZLXIdL094fWUfNFEA+6TLu8fCvx6xc= Received: by 10.205.119.207 with SMTP id fv15mr31320902bkc.100.1321491291876; Wed, 16 Nov 2011 16:54:51 -0800 (PST) Received: from debian.x201.phnet (109-234.197-178.cust.bluewin.ch. [178.197.234.109]) by mx.google.com with ESMTPS id a10sm370295fam.20.2011.11.16.16.54.50 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Nov 2011 16:54:50 -0800 (PST) Message-ID: <4EC45B57.80602@gmail.com> Date: Thu, 17 Nov 2011 01:54:47 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20111010 Iceowl/1.0b2 Icedove/3.1.15 MIME-Version: 1.0 To: The development of GRUB 2 Subject: Xen branches X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig4F4FDF185E23DD64D9FC5EB8" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 Cc: Samuel Thibault X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2011 00:54:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4F4FDF185E23DD64D9FC5EB8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, all. I have push some work for paravirtualised GRUB2 to XEN branch: http://bzr.savannah.gnu.org/lh/grub/branches/xen. Currently only x86-64 (I'm much less interested in i386). What works: - modules, normal mode, console, date, all of the all-platform commands (not all are tested though) What doesn't (not implemented): -network -disks -loaders -most of platform-specific commands (well as expected, xen is a separate platforms so its platform-specific commands will be different if any) What's kludgy: -Finding and checking xen headers (/usr/include hardcoded, no checking, also it's so annoying that xen mixes its kernels intended for standalone environment with standard userspace headers) -Stack. Right now I just allocate space in .bss. -Heap. Likewise. --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig4F4FDF185E23DD64D9FC5EB8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk7EW1cACgkQNak7dOguQgn46AD+LMykk+ptgBcMRvxdtxUTCoAP 2O2JzrifP+zrY2wPWhYA/iBAWnUnI+W84AbHx2PoiGE2Y2n13G4x76q/eX6IKC1v =V7rX -----END PGP SIGNATURE----- --------------enig4F4FDF185E23DD64D9FC5EB8--