From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTdsJ-0007zk-Fu for qemu-devel@nongnu.org; Mon, 06 Jun 2011 13:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTdsH-0003AS-Um for qemu-devel@nongnu.org; Mon, 06 Jun 2011 13:46:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTdsH-0003A9-F5 for qemu-devel@nongnu.org; Mon, 06 Jun 2011 13:46:01 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p56HjWVs006522 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 6 Jun 2011 13:46:00 -0400 Message-Id: <20110606165823.787253282@amt.cnet> Date: Mon, 06 Jun 2011 13:55:41 -0300 From: Marcelo Tosatti References: <20110606165536.581119615@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, Marcelo Tosatti , Jes.Sorensen@redhat.com, dlaor@redhat.com, avi@redhat.com, jdenemar@redhat.com 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);