|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 1/2] balloon driver: relax BUG_ON() in increasee_
On Fri, Apr 28, 2006 at 07:59:04AM +0100, Keir Fraser wrote:
> x86 phys_to_machine_ampping_valid() includes a check of the
> autotranslate feature flag. It always returns 1 if that flag is set.
Yes. So when autotranslate feature flag is set,
BUG_ON(phys_to_machine_mapping_valid(pfn)) becomes BUG_ON(1)
which results in kernel panic.
This means that the balloon driver can't be used with autotranslate
feature flag set.
Is this really your intention?
--
yamahata
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|