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] Is this a bug of xentrace?

To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Is this a bug of xentrace?
From: Hui Kang <hkang@xxxxxxxxxxxxx>
Date: Sat, 09 May 2009 14:56:47 -0400
Delivery-date: Sat, 09 May 2009 11:57:41 -0700
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
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)
Hi,
I am using xentrace to trace the events of guest domains on a host physical machine. In the parsed trace file,
if the guest domain is created on the host machine, then the entry is good
switch_infprev    [ old_domid = 0x00000002
// the guest domain has a id of 2.
switch_infnext    [ new_domid = 0x00000000

However, if the guest domain is migrated from another host machine, the parsed trace file shows
switch_infprev    [ old_domid = 0x00007ffff
// the guest domain has a id of 2.
switch_infnext    [ new_domid = 0x00000000
Even the domain Id is 2, it shows 0x00007ffff.
Can anyone explain this? Thanks.




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

<Prev in Thread] Current Thread [Next in Thread>