|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: Is hypercall_hvm_op in changeset 11060 effective?
On 12/8/06 4:20 pm, "Li, Xin B" <xin.b.li@xxxxxxxxx> wrote:
> Just found the code in hvmloader.c seems not work.
> hvm_param.domid = DOMID_SELF;
> hvm_param.index = HVM_PARAM_APIC_ENABLED;
> if (!hypercall_hvm_op(HVMOP_get_param, &hvm_param) &&
> hvm_param.value)
> create_mp_tables();
>
> Need more investigation.
The use of HVMOP_get_param in hvmloader was inconsistent with its
implementation within Xen. This is now fixed in c/s 11070. Thanks for
pointing out the problem!
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|