Dmitry Nedospasov
2010-Jul-12 16:56 UTC
[Pkg-xen-devel] Bug#588811: [Patch] Import xen.lowlevel.xc later in pygrub
This is a relatively simple fix i found, I don't know if it need to be reported to upstream. Since the script resolves additional dependencies anyway by appending the path, we simply move the import xen.lowlevel.xc line to below the line that appends path. Worked like a charm for me. Rergards, Dmitry -------------- next part -------------- A non-text attachment was scrubbed... Name: xen-utils.diff Type: text/x-diff Size: 515 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20100712/60ffcb77/attachment.diff>
Bastian Blank
2010-Jul-12 17:18 UTC
[Pkg-xen-devel] Bug#588811: Bug#588811: [Patch] Import xen.lowlevel.xc later in pygrub
On Mon, Jul 12, 2010 at 06:56:51PM +0200, Dmitry Nedospasov wrote:> Since the script resolves additional dependencies anyway by appending > the path, we simply move the import xen.lowlevel.xc line to below the > line that appends path.I would believe that the correct fix is to remove the usage of the lowlevel interface. Bastian -- Sometimes a feeling is all we humans have to go on. -- Kirk, "A Taste of Armageddon", stardate 3193.9
Dmitry Nedospasov
2010-Jul-12 17:56 UTC
[Pkg-xen-devel] Bug#588811: Bug#588811: [Patch] Import xen.lowlevel.xc later in pygrub
Hello Bastian, On Mon, Jul 12, 2010 at 07:18:28PM +0200, Bastian Blank wrote:> I would believe that the correct fix is to remove the usage of the > lowlevel interface.I think i agree. I just took a glance over the code, and also fired up a python shell to see what the code is actually used for.