|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel][PATCH] Change vcpu_avail type to hex string when passing
On 20/01/2010 05:11, "Xu, Dongxiao" <dongxiao.xu@xxxxxxxxx> wrote:
> Change vcpu_avail to hex string when passing to xc.hvm_build()
> - vcpu_avail is the bitmap to present the online vcpus in guest.
> vcpu online/offline patchset defines its type as uint64_t, so it
> could maxium support 64 vcpus. When passing parameters to hvm_build(),
> change its type to str to support more vcpus per VM (ex. 128 vcpus).
>
> Signed-off-by: Dongxiao Xu <dongxiao.xu@xxxxxxxxx>
Ugly. Try out c/s 20825 instead.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|