WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 05/11] [XEN] Basic cpumap utils

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 05/11] [XEN] Basic cpumap utils
From: Dulloor <dulloor@xxxxxxxxx>
Date: Sun, 4 Apr 2010 15:30:25 -0400
Delivery-date: Sun, 04 Apr 2010 12:38:36 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=DGoAzITstGuZODja21duR3t/62O6PBPbNqhKx+vZ3+s=; b=N77tzxuJsonZMr9P3vwPBV2W8w6G3016PeGOD7dXPGyJQHeMFcn4MqXrENDCUmayKd 31KZ9N3f7JhFc/kdNsuIYlJy0/5E+Exy/EX5bBLz1Iiu1cPb+I7HqZ2va4RUMiZTCujP DZjCBiuXmcTTCW35AklQusaKvY4Laecc4B050=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=S08RKrr2ky2/0MSPxmjTj214LMdlLozXfIaB37B6JgN4chyKdCdWU3QydfvO5wWuef pZhjfAVu0o0s4e9NA+U0XrldZDMSe8kqwRMQTkFwpDhnTGxOIPcxO9kZUhynuagkuaUh Wytyfhs7BumHZfhlh23A0BZ7k/lhMy8d5RHyI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch implements very basic helper functions (all of ~130 lines)
for xenctl_cpumap. The patch also uses these macros in
xc_get/set_vcpuaffinity as an example. There are other places that use
xc_get/set_vcpuaffinity too, which I will attend to later.

-dulloor

Signed-off-by: Dulloor Rao <dulloor@xxxxxxxxxx>

Attachment: xen-05-basic-cpumap-utils.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 05/11] [XEN] Basic cpumap utils, Dulloor <=