From mboxrd@z Thu Jan 1 00:00:00 1970 From: NAHieu Subject: How console data travel in Xen? Date: Fri, 1 Jul 2005 00:41:52 +0900 Message-ID: <5d7aca950506300841306bad7a@mail.gmail.com> Reply-To: NAHieu Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, I am trying to investigate in detail how console data go thru the Xen system. Suppose that I am running a domainU, when I type at the domainU console (I connect to the console with xencons or ssh), how data (from keyboard in this case) travel from low level (hardware) to Xen, then to dom0, then to domU? I am not afraid of reading and hacking the source to understand this, but I dont know where to start in the jungle of code. (Which files should I pay attention to?) Looks like xen/drivers/char/console.c is not related to this problem? All the helps are highly appreciated ;-) Thank you a lot, Hieu