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-users

[Xen-users] one question about struct vcpu and struct domain in sched.h

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] one question about struct vcpu and struct domain in sched.h
From: you_bear zhou <youbear.zhou@xxxxxxxxx>
Date: Wed, 4 Feb 2009 15:42:48 -0500
Delivery-date: Wed, 04 Feb 2009 12:43:32 -0800
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=hIw9jk2MrTV6lUNagc7nbfXwv1RUlZ1yC4rXwOCvukU=; b=rVNuBrTckd0/t+3cp9A18l0RvMJBAPY8jx15JGJwneMJdUAJlpGbItXmsIH0MhZMGf dFs002DrBlpBXD8FKSnhVIpaj01DkwmBMJdjB8iqoUWjuFAIW9CCUfmvESv4zayqxmEP SyKtxMvwRXA6zAsHZ5bCVbaGya9TCR+1rFWys=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=V3I2ye7IH9Gm2RkL6+NM+BPdCoAeYRCx9Rgx8vY4YolarlervHkgNbMhCEV2mg7vGQ 8/95TbPBsg/0aqaW+IZmOUOZTnmkuVq2vyvVr6qaLHGuiUuHG0b/uBY3qBkRQ0xzhxmP W5z3pY6VrRqCDhfc+hnhAk6hmKJCrCm6wJcuo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hei guys,

Did anyone ever look at struct vcpu and struct domain in /xen/sched.h?

In each of the two structures, there's a member named "next_in_list", can anyone tell me what's that stand for?

For next_in_list in struct vcpu, does that mean the next vcpu for the same domain?

Then what about the "next_in_list" in struct domain??

Thank you.

Best,
Fangfei

--
Fangfei Zhou
----------------------------------------------------
I have a dream, fly to the sky
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] one question about struct vcpu and struct domain in sched.h, you_bear zhou <=