|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] RE: Is hypercall_hvm_op in changeset 11060 effective?
>> 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!
>
Still can not work, I got:
(XEN) (GUEST: 6) HVM Loader
(XEN) (GUEST: 6) Detected Xen v3.0
(XEN) (GUEST: 6) Loading ROMBIOS ...
(XEN) (file=hvm.c, line=596) Bad HVM op 1222980.
(XEN) (GUEST: 6) hypercall_hvm_op returned error: 38
(XEN) (GUEST: 6) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 6) Loading VMXAssist ...
(XEN) (GUEST: 6) VMX go ...
Maybe caused by the hypercall page
-Xin
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|