|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Remove vcpu_avail from the S-Expression that's p
On 29 Mar 2006, at 00:45, Anthony Liguori wrote:
While looking into this bug, I realized that the vcpu_avail stuff in
Xend is broken in general. If the guest uses sysfs for hotplugging,
the vcpu_avail bitmap will be inconsistent. I've opened a bug in
bugzilla about it that explains in more detail with my plan on how to
clean this up for 3.0.3.
If the user uses sysfs to hotplug VCPUs, later calls to xm vcpu-set
will result in the wrong thing happening. I don't think this is a
show-stopper for 3.0.2 but we should at least document it.
If you think of the xenstore 'availability' keys as denoting which
VCPUs are available for the guest to use if it wishes, but it doesn't
necessarily need to have all online at the same time, then we do not
need the guest kernel to update those fields in the xenstore. The
current naming of those xenstore keys makes sense to me given the
current semantics.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|