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] Next vcpu in queue

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Next vcpu in queue
From: Ananth <cbananth@xxxxxxxxx>
Date: Fri, 24 Apr 2009 09:35:49 +0530
Delivery-date: Thu, 23 Apr 2009 21:06:18 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=AR8syHtXDsWRXS5PS9moQPwey9TKec+ZOCKRdUqF3gE=; b=kvmzvJ9OyNYrLFdGKwTu/Kq0uoYwtEl1Fm9CYe374SaCcd9jh8CQel5KcPTTflJjZN MxKTvP9O02KeetzZyKZ4KmKGVc2YzFeLuEl1YVvsg0beWoR9nUeE/XERNSu3MfDhisxj UQYmHAEg9ss3qTqKbLQRi4GSw9Ds1+YbIp76g=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Ut5VGx+IhI5568aLsM9Fu6fIH3Ji8BfCk0m4nxEb/t/2a0isvl12LHaFxfOGqu2NPz czoEy63iEDrr1cmLg5ZNygiwzFB5O7W2tSLcyL3m6y6fdtX7WFFZxfa2CBetQdtqVEBr XQFzut0XdgORCkOnRPa/Jy2OjeYHdTnaRd1S4=
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
Hi,
I am using xen 3.3.1 I want to destroy the head element of that list and assign the next in line vcpu as the head.
I have declared a pointer struct vcpu * vcpu_list_head.
I would like to assign vpu_list_head = ' get the next vcpu in queue which can be scheduled'. I am not sure if there is a already a function available which can do this.
Please guide.


Thank you
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>