From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4WWE-0002CN-R9 for qemu-devel@nongnu.org; Thu, 23 Aug 2012 08:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4WWB-0007OJ-UV for qemu-devel@nongnu.org; Thu, 23 Aug 2012 08:28:14 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:54402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4WWB-0007O3-NQ for qemu-devel@nongnu.org; Thu, 23 Aug 2012 08:28:11 -0400 Received: by wibhm2 with SMTP id hm2so488531wib.4 for ; Thu, 23 Aug 2012 05:28:11 -0700 (PDT) From: "=?UTF-8?q?Beno=C3=AEt=20Canet?=" Date: Thu, 23 Aug 2012 14:28:06 +0200 Message-Id: <1345724888-30204-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/2] Add file url support to migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= This patchset add support of file: urls allowing a user to save to and restore from disk the state of a vm in an easy way. An fflush was added before closing the fd for this use case in order to be sure that all data have reached stable storage. One new usage would be migrating between two virtualizer which share only the storage but do not see each other on the network. (cisco pvlan for example) BenoƮt Canet (2): migration: Allow the migrate command to work on file: urls migration: Allow -incoming to work on file: urls migration-fd.c | 9 ++++----- migration.c | 34 ++++++++++++++++++++++++++++++++-- migration.h | 4 ++-- 3 files changed, 38 insertions(+), 9 deletions(-) -- 1.7.9.5