* XenServer results from the Test Day for RC2
@ 2014-11-13 16:02 Andrew Cooper
2014-11-13 19:16 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cooper @ 2014-11-13 16:02 UTC (permalink / raw)
To: Konrad Wilk; +Cc: Xen-devel List
Hi,
While attempting to test Konrads new interrupt injection logic, I got
blocked behind yet another Pygrub bug caused by c/s d1b93ea
This is the first time I have looked into the issue, but a cursory
inspection of the first hunk shows that it cannot possibly be correct as
self._default is either an integer or string.
I have a possible workaround which I am testing, but cursory review of
the patch would have shown that it cannot work as intended.
Notice that self._default is now either a string or an integer,
defaulting to an integer, and the top level code is updated to require a
string. As a result, any bootloader configuration which doesn't
explicitly set a default, or still drives this logic with integers
(ExtLinux or LiLO) will die with an AttributeError
~Andrew
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: XenServer results from the Test Day for RC2
2014-11-13 16:02 XenServer results from the Test Day for RC2 Andrew Cooper
@ 2014-11-13 19:16 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-11-13 19:16 UTC (permalink / raw)
To: Andrew Cooper; +Cc: Xen-devel List
On Thu, Nov 13, 2014 at 04:02:47PM +0000, Andrew Cooper wrote:
> Hi,
>
> While attempting to test Konrads new interrupt injection logic, I got
> blocked behind yet another Pygrub bug caused by c/s d1b93ea
>
> This is the first time I have looked into the issue, but a cursory
> inspection of the first hunk shows that it cannot possibly be correct as
> self._default is either an integer or string.
>
> I have a possible workaround which I am testing, but cursory review of
> the patch would have shown that it cannot work as intended.
>
> Notice that self._default is now either a string or an integer,
> defaulting to an integer, and the top level code is updated to require a
> string. As a result, any bootloader configuration which doesn't
> explicitly set a default, or still drives this logic with integers
> (ExtLinux or LiLO) will die with an AttributeError
Thank you for testing it. In case you don't get to it - and are
preempted by other stuff - please do give me a braindump (and
preliminary patch if you have one) so I can dig into it.
Thank you!
>
> ~Andrew
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-13 19:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 16:02 XenServer results from the Test Day for RC2 Andrew Cooper
2014-11-13 19:16 ` Konrad Rzeszutek Wilk
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.