All of lore.kernel.org
 help / color / mirror / Atom feed
* regression on Xen: 23573 breaks PV on HVM guests
@ 2011-07-25 10:54 Stefano Stabellini
  2011-07-25 11:17 ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: Stefano Stabellini @ 2011-07-25 10:54 UTC (permalink / raw)
  To: xen-devel; +Cc: Jan Beulich

Hi all,
I would just let you know that I found a regression in the hypervisor:
CS 23573 causes PV on HVM guests to hang during boot.
The offending commit is the following:


# HG changeset patch
# User Jan Beulich <jbeulich@novell.com>
# Date 1308825163 -3600
# Node ID 584c2e5e03d96f912cdfe90f8e9f910d5d661706
# Parent  4e9562c1ce4ecaac40011556c16712aefd47afa6
replace d->nr_pirqs sized arrays with radix tree

With this it is questionable whether retaining struct domain's
nr_pirqs is actually necessary - the value now only serves for bounds
checking, and this boundary could easily be nr_irqs.

Note that ia64, the build of which is broken currently anyway, is only
being partially fixed up.

v2: adjustments for split setup/teardown of translation data

v3: re-sync with radix tree implementation changes

Signed-off-by: Jan Beulich <jbeulich@novell.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-25 16:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-25 10:54 regression on Xen: 23573 breaks PV on HVM guests Stefano Stabellini
2011-07-25 11:17 ` Jan Beulich
2011-07-25 11:34   ` Stefano Stabellini
2011-07-25 12:25     ` Jan Beulich
2011-07-25 16:45       ` Stefano Stabellini

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.