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

Re:[Xen-devel] where is tools\xcutils\xc_save used?

To: <fly.limin@xxxxxxxxx>,<Xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re:[Xen-devel] where is tools\xcutils\xc_save used?
From: "James Song" <jsong@xxxxxxxxxx>
Date: Tue, 04 Nov 2008 19:38:55 -0700
Cc:
Delivery-date: Tue, 04 Nov 2008 18:39:23 -0800
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 want to add some parameters when vm is migrated. As I can see , vmm will
>use xc_domain_save(tools\libxc\Xc_domain_save.c) function ,and the main
>function of xc_save.c is responsible for inputting parameters.
>so I just want to know which function will use this executable file.

Pls see this file  xen/xend/XendCheckpoint.py
" cmd = [xen.util.auxbin.pathTo(XC_SAVE), str(fd),
               str(dominfo.getDomid()), "0", "0",
               str(int(live) | (int(hvm) << 2)) ]
        log.debug("[xc_save]: %s", string.join(cmd))"

-- Song Wei


Thanks, -- James

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>