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] Code study. Help needed.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Code study. Help needed.
From: "Arjun \\m/" <arjunmagge@xxxxxxxxx>
Date: Sat, 30 May 2009 14:58:22 +0530
Delivery-date: Sat, 30 May 2009 02:29:05 -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=rbF8k6o8vY0IT3SNqYwxZXAhsrRHCuZHmMt7IqLouXw=; b=QtiZq3XOB64R3lEz4xrjnzEMqCdHBzY2OaD8icfO+x1OXNpyzO7IkfEJG3+wVjCKlC LWfwZSeI+Hf5c2ZFzahuCogz0CO/N1W0Vnfdxf8ssJeenyAomTOSr4vFnIGp5opcd1u6 1sbi97WERxJ4fCQTgxoY+Dydhd6hXH6S10KFI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=sGySmspSpe7RTzfTDoLh71HS5De0B+ZYuzJZ0cyEtScT6M2CD5ecYdDGfe87RLhr2p ZB95UxkLt+Iea2OxAlYd9QqkSrmM//5Hn7CxAAJCc+u8GfdphQo99GJZtVs+y0BF1NaC rIEKrZJ+AnTP4LJWkLwMsxzJCMwF5eylNyicQ=
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
Hi all,
I downloaded the xen source sometime back, I'm currently trying to study the xen-3.3.1 code. I went through the User and Interface Manuals, they'v been of great help in understanding the basics, and many other documents which explain the theory behind its working, but apart from these I could not find any relevant explanation (googling) for code-study on xen.
After spending many hours on the code aimlessly, i found little success (not sure) in the task. I could not find the exact place where i needed to start looking from. I think it would be totally unnecessary to understand the entire code and so here i am with the need of some serious help.
I'm interested in finding out how xen uses virt-install to install a guest, and what does it exactly look for in the iso or the installable distribution of the guest and how it recognizes the guest and proceeds with the installation.
Apart from these i would like to study where the basic hypercalls reside(prototypes and fuctions), how and where these hypercalls from the guests are handled.
Information on the emulation part would also help me understand the working better.
Advice on where i can find the funtions which deal with above would be of great help.
I found main functions in the following files xen-3.3.1\tools\ioemu\vl.c and xen-3.3.1\tools\ioemu-qemu-xen\vl.c. As the filename indicated, i assumed that they deal with io emulation and the other with the aid of qemu emulator. What do these exactly deal with and how is the control passed to them? The increasing number of such assumtions have increased the chances of me being lost in the process.
Help would be greatly appreciated.
Thanks in advance,
Arjun
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Code study. Help needed., Arjun \\m/ <=