From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyH3H-0001Uy-Ad for qemu-devel@nongnu.org; Wed, 12 Apr 2017 08:07:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyH37-0001Ur-NG for qemu-devel@nongnu.org; Wed, 12 Apr 2017 08:07:11 -0400 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:35565) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyH37-0001Ts-Ix for qemu-devel@nongnu.org; Wed, 12 Apr 2017 08:07:01 -0400 Received: by mail-qk0-x235.google.com with SMTP id f133so20887520qke.2 for ; Wed, 12 Apr 2017 05:07:00 -0700 (PDT) MIME-Version: 1.0 From: ali saeedi Date: Wed, 12 Apr 2017 16:36:58 +0430 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] help for code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi I am new in qemu vm live migration. why we have this condition "current_time >= initial_time + BUFFER_DELAY" in qemu? thanks