|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] hvm_init_ap_contexts
> -----Original Message-----
> From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
> PUCCETTI Armand
> Sent: 01 March 2007 16:43
> To: xen-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-devel] hvm_init_ap_contexts
>
> Why is there an argument returned in the function below (of hvm.h),
> knowing that there is void?
>
> static inline void
> hvm_init_ap_context(struct vcpu_guest_context *ctxt,
> int vcpuid, int trampoline_vector)
> {
> return hvm_funcs.init_ap_context(ctxt, vcpuid, trampoline_vector);
> }
Seems broken (or rather "unnecessar and confusing" to me - fancy
submitting a fix?
>From what I can tell, this has been "broken" for quite some time, and as
of about 2000 changesets, the return-type of that function hasn't
changed.
--
Mats
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|