From: Jeremy Katz <katzj@redhat.com>
To: aq <aquynh@gmail.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] xen-booloader: pygrub improvement & bug fix
Date: Fri, 29 Apr 2005 11:17:48 -0400 [thread overview]
Message-ID: <1114787869.3574.9.camel@bree.local.net> (raw)
In-Reply-To: <9cde8bff050428205660478f38@mail.gmail.com>
On Fri, 2005-04-29 at 12:56 +0900, aq wrote:
> here is a patch to improve and fix few bugs in pygrub of xen-booloader.
Cool, thanks. Comments below
> List of changes:
> - temporarily remove usage of use_default_colors(), since python 2.3
> doesnt support this method.
It would be better to actually check for the method and call it if
available.. something like
if hasattr(curses, 'use_default_colors') curses.use_default_colors()
> - allow user to press 'q' to quit pygrub
I had this at one point and then removed it -- the question is if you
quit, then what are you wanting to boot? I guess it would be aborting
the domain boot (which is the result you get), but thinking further down
the road, what does that mean on a reboot? So I just decided the best
thing to do was not to allow this.
> - deinitialize curses before quitting.
curses should get de-initialized when you leave curses.wrapper -- are
you not seeing this?
Thanks,
Jeremy
next prev parent reply other threads:[~2005-04-29 15:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-29 3:56 [PATCH] xen-booloader: pygrub improvement & bug fix aq
2005-04-29 15:17 ` Jeremy Katz [this message]
2005-04-29 15:52 ` aq
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=1114787869.3574.9.camel@bree.local.net \
--to=katzj@redhat.com \
--cc=aquynh@gmail.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.