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] Guest boot loader support
Date: Wed, 27 Apr 2005 04:58:03 +0900 [thread overview]
Message-ID: <9cde8bff050426125864361f4b@mail.gmail.com> (raw)
In-Reply-To: <1114534871.18436.7.camel@bree.local.net>
On 4/27/05, Jeremy Katz <katzj@redhat.com> wrote:
> On Tue, 2005-04-26 at 18:32 +0900, aq wrote:
> > Jeremy, I tried it out with the latest xen-unstable got from the
> > homepage and patch with xen-booloader.patch. There are few "hunk".
> > What xen-unstable version are you using?
>
> Bah, bitkeeper foils me again. Rediffed to current -unstable attached.
> Thanks for catching that.
>
> > By the way, did you forget __init__.py in pygrub/src/ ? pygrub is a
> > python package, and looks like we need it. At the moment compilation
> > spit out an error "... __init__.py not found...".
>
> It was there at one point... added it as well for this diff.
>
> As for your other comment, the r quoting of the strings is to make sure
> that the strings are interpreted as raw strings instead of trying to
> handle escaping which helps in cases where you have "odd" things in your
> grub.conf.
>
> Jeremy
>
I checked the new patch. src/__init__.py is not in yet?
$ diffstat xen-bootloader-2.patch
Makefile | 1
pygrub/Makefile | 18 ++
pygrub/setup.py | 25 ++
pygrub/src/GrubConf.py | 229 ++++++++++++++++++++++++++
pygrub/src/fsys/__init__.py | 61 ++++++
pygrub/src/fsys/ext2/__init__.py | 38 ++++
pygrub/src/fsys/ext2/ext2module.c | 332 ++++++++++++++++++++++++++++++++++++++
pygrub/src/fsys/ext2/test.py | 15 +
pygrub/src/pygrub | 270 ++++++++++++++++++++++++++++++
python/xen/xend/XendBootloader.py | 95 ++++++++++
python/xen/xend/XendDomainInfo.py | 42 ++++
python/xen/xend/server/blkif.py | 9 +
python/xen/xm/create.py | 34 +++
13 files changed, 1165 insertions(+), 4 deletions(-)
when i use diff to produce the patch, if the src/__init__.py is empty,
diff would ignore that file, too. so the trick is to create
__init__.py with a space inside ;-)
regards,
aq
next prev parent reply other threads:[~2005-04-26 19:58 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-25 22:50 [PATCH] Guest boot loader support Jeremy Katz
2005-04-26 9:32 ` aq
2005-04-26 9:54 ` aq
2005-04-26 17:01 ` Jeremy Katz
2005-04-26 19:37 ` aq
2005-04-26 19:48 ` Mark Williamson
2005-04-26 20:24 ` Hollis Blanchard
2005-04-26 20:47 ` Mark Williamson
2005-04-26 21:02 ` aq
2005-04-27 0:30 ` Mark Williamson
2005-04-27 3:14 ` aq
2005-04-29 3:06 ` Jeremy Katz
2005-04-26 20:49 ` aq
2005-04-26 19:58 ` aq [this message]
2005-04-26 20:11 ` Jacob Gorm Hansen
2005-04-26 20:21 ` Anthony Liguori
2005-04-26 20:39 ` Jacob Gorm Hansen
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=9cde8bff050426125864361f4b@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.