|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][1/5] Fix xenctx compilation and support 64 bit.
Arun Sharma wrote:
- ret = xc_domain_getfullinfo(xc_handle, domid, vcpu, &info, &ctx);
+ ret = xc_domain_get_vcpu_context(xc_handle, domid, vcpu, &ctx);
if (ret != 0) {
perror("xc_domain_getfullinfo");
perror("xc_domain_get_vcpu_context");
--
David Hopwood <david.nospam.hopwood@xxxxxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|