From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOclv-0005if-0S for qemu-devel@nongnu.org; Mon, 23 May 2011 17:34:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOclu-0001rf-4V for qemu-devel@nongnu.org; Mon, 23 May 2011 17:34:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOclt-0001rE-If for qemu-devel@nongnu.org; Mon, 23 May 2011 17:34:41 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4NLYdsN006413 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 May 2011 17:34:39 -0400 Message-Id: <20110523213410.930384709@amt.cnet> Date: Mon, 23 May 2011 18:31:20 -0300 From: Marcelo Tosatti References: <20110523213115.164535428@amt.cnet> Content-Disposition: inline; filename=vmstop-blockcopy Subject: [Qemu-devel] [patch 5/7] Add vmstop code for live block copy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Jes.Sorensen@redhat.com, dlaor@redhat.com, avi@redhat.com, Marcelo Tosatti Signed-off-by: Marcelo Tosatti Index: qemu-block-copy/sysemu.h =================================================================== --- qemu-block-copy.orig/sysemu.h +++ qemu-block-copy/sysemu.h @@ -33,6 +33,7 @@ void qemu_del_vm_change_state_handler(VM #define VMSTOP_SAVEVM 6 #define VMSTOP_LOADVM 7 #define VMSTOP_MIGRATE 8 +#define VMSTOP_BLOCKCOPY 9 void vm_start(void); void vm_stop(int reason);