From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hopwood Subject: Re: [PATCH][1/5] Fix xenctx compilation and support 64 bit. Date: Sun, 10 Jul 2005 22:30:03 +0100 Message-ID: <42D1935B.4070708@blueyonder.co.uk> References: <20050710185951.GA12004@intel.com> Reply-To: david.nospam.hopwood@blueyonder.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050710185951.GA12004@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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