All of lore.kernel.org
 help / color / mirror / Atom feed
From: aq <aquynh@gmail.com>
To: Jeremy Katz <katzj@redhat.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] xen bootloader
Date: Wed, 27 Apr 2005 18:24:13 +0900	[thread overview]
Message-ID: <9cde8bff050427022417d59c62@mail.gmail.com> (raw)
In-Reply-To: <9cde8bff0504270221eded71f@mail.gmail.com>

sorry, I forgot to note that the patch I have just sent to list should
be applied on top of the last patch of Jeremy.

regards,
aq

On 4/27/05, aq <aquynh@gmail.com> wrote:
> hello Jeremy,
> 
> Here is a patch to fix few problems in Xen bootloader you sent to the
> list yesterday.
> 
> list of changes:
> - make a dummy tools/pygrub/src/__init__.py
> - extend filesystem abstraction by adding file_exist() method. this
> method is used to check for existent of a file given its name. now
> ext2fs implements this method.
> - pygrub opens and parses /boot/grub/menu.lst or /boot/grub/grub.conf,
> in that order.
> - add /usr/lib/python to system path (see pygrub). without this
> change, pygrub cannot find grub python package.
> - remove few blank lines
> 
> $ diffstat xen-grub.patch
>  __init__.py            |    1
>  fsys/__init__.py       |    5 +++-
>  fsys/ext2/ext2module.c |   51 ++++++++++++++++++++++++++++++++++++++++---------
>  pygrub                 |   12 +++++++++--
>  4 files changed, 57 insertions(+), 12 deletions(-)
> 
> Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
> 
> I wonder why the patch you sent to list is in CR/LF format? arent you
> programming on Windows, are you ;-). could you please remove them next
> time ?
> 
> regards,
> aq
> 
> 
>

  reply	other threads:[~2005-04-27  9:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-27  9:21 [PATCH] xen bootloader aq
2005-04-27  9:24 ` aq [this message]
2005-04-28 13:51 ` Mike Wray
2005-04-28 14:26   ` aq
2005-04-29  3:10 ` Jeremy Katz
2005-04-29  3:25   ` aq
2005-04-29  7:59   ` Mike Wray
2005-04-29 15:30     ` Jeremy Katz
2005-05-01  1:01     ` aq
2005-05-03 13:48       ` Mike Wray

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9cde8bff050427022417d59c62@mail.gmail.com \
    --to=aquynh@gmail.com \
    --cc=katzj@redhat.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.