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] context switch between HVM and idle domain

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] context switch between HVM and idle domain
From: shi roger <rogershijicheng@xxxxxxxxx>
Date: Mon, 23 Aug 2010 16:59:04 +0800
Delivery-date: Mon, 23 Aug 2010 02:00:43 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=w8ERgvyH4pmNuGPM1kg0QE5RrmjKL/VHdI5JjuSnhtQ=; b=nrU6i4If6817eiE/Y3Rw0R4G0ZyWOrsopFZKdMmcqisGAegIutg4ILSJ35x1ys9JUD HS48R2XFZoEnHZCIPfNHP3DA7hyM4AXvm6S/G34BZBWW9I+UHjtRD75DwkkK5ZnvKvgo NkCaeCPNTk479Lf8bP+ykLjmeQ3fP0iEA66WM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=I1MOtD+YRLPsMROZ8Zt8Ce4OyY6MkOtgj9HpXfi8Oiczf1nKw8C7Mwa3se5xTnnWGg 6Bh+q0//C+pR4jIcpZMPSDB4raUWraRswrhh87xxNbkF62Nd3MNlpO7x7igSFprqhkUC p9i5hi+GwossGTNIWv1Fi+O4tw6zYEaq9/g3c=
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
I build a HVM on xen which os is linux(debian), and pinned it to a
particular core. When try to send ipi to this core from xen, I find
the ipi receiver is idle domain whose domian id is 7FFFU. Then I want
to get the real domain pinned to that core. Because I use AMD CPU, I
have a test to get domain id in svm_ctxt_switch_to function. The
result was not like my expection. I even not get any hvm context
switch when all guest domains were ready. What happened when idle
domain switchs to hvm domain? Is there other method to achieve my
goal?

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] context switch between HVM and idle domain, shi roger <=