[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [Xen-devel] need help about CPU offline/hotplug in Xen Unstable


  • To: "Ke, Liping" <liping.ke@xxxxxxxxx>
  • From: Ting Shen <christieshum@xxxxxxxxx>
  • Date: Wed, 13 May 2009 13:40:51 +0800
  • Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Tue, 12 May 2009 22:41:22 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gQdKGdSUznXYfhUcWugdMvNWQUt45r3ElQpWgiVJ78A1yIT/whRi6BJ3WTGxDMwkmK 50glMhyOVMtOzm2DLQhiyzmtF/9vvQ67sn3D82PY9UfBPBia1ev47Aaw1PyZWtfUvB/y bUQkQja8IGpd2SRPudb8GF+ScBqfPpfbsgQ4s=
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

Yes, It works well. Thank you very much indeed!

2009/5/13 Ke, Liping <liping.ke@intel.com>
please try below test code piece. Hope it could help you.
 
Thanks& Regards,
Criping
 
#include <stdio.h>
#include <stdlib.h>
 
#include <xenctrl.h>
 
int main(int argc, char *argv[] )
{
    int cpu, xc_id;
    if ( argc < 2) {
        printf("Please input offline CPU-id\n");
        exit(0);
    }
    cpu = atoi(argv[1]);
    printf("Offline CPU %d\n", cpu);
    xc_id = xc_interface_open();
    xc_cpu_offline(xc_id, cpu);
    printf("CPU offlined\n");
    xc_interface_close(xc_id);
    return 0;
}


From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of ChristieShum@xxxxxxxxx
Sent: 2009年5月13日 12:30
To: Xen-devel
Subject: Re: Re: [Xen-devel] need help about CPU offline/hotplug in Xen Unstable

Thanks a lot.
Is there a sample or tutorial for how to implement the offline process using this library?

On May 12, 2009 11:02pm, Keir Fraser <keir.fraser@xxxxxxxxxxxxx> wrote:
> On 12/05/2009 15:47, "Ting Shen" christieshum@xxxxxxxxx> wrote:
>
>
>
> > Then I downloaded the stable version from xen.org http://xen.org>  and
>
> > installed.
>
> > But since the document is not updated, I don't know the detail method to
>
> > offline a physical CPU.
>
>
>
> It's available as a library function (xc_cpu_offline) but not actually
>
> plumbed into a xm command, or other tool.
>
>
>
>  -- Keir
>
>
>
>
>



--
Yours Sincerely,
Ting Shen
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.