From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmYCk-000525-Ep for qemu-devel@nongnu.org; Tue, 02 Mar 2010 14:56:30 -0500 Received: from [199.232.76.173] (port=36746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmYCk-00051x-3b for qemu-devel@nongnu.org; Tue, 02 Mar 2010 14:56:30 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NmYCh-0008Nt-HR for qemu-devel@nongnu.org; Tue, 02 Mar 2010 14:56:29 -0500 Received: from mail.nooutlook.pl ([193.47.247.21]:38876) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NmYCh-0008Nl-5E for qemu-devel@nongnu.org; Tue, 02 Mar 2010 14:56:27 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.nooutlook.pl (Postfix) with ESMTP id D54D68A003 for ; Tue, 2 Mar 2010 21:04:11 +0100 (CET) Received: from mail.nooutlook.pl ([127.0.0.1]) by localhost (mail.nooutlook.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qCp59gfOK21n for ; Tue, 2 Mar 2010 21:04:11 +0100 (CET) Received: from mail.nooutlook.pl (mail.nooutlook.pl [193.47.247.21]) by mail.nooutlook.pl (Postfix) with ESMTP id 5AD1E8A002 for ; Tue, 2 Mar 2010 21:04:11 +0100 (CET) Date: Tue, 2 Mar 2010 21:04:11 +0100 (CET) From: Piotr 'deletek' Kupisiewicz Message-ID: <2134462868.16491.1267560251227.JavaMail.root@mail> In-Reply-To: <517007765.16489.1267560127127.JavaMail.root@mail> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Loading RAM from /dev/shm List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, As far as qemu makes use of /dev/shm - we can access RAM of any VM running on the system. This gives some nice possibility of copying that RAM to some physical location (disk) and restore it later (something like snapshot, but we can make /dev/shm working in diff way and lot more). Question is how to restore RAM from such file (dump of /dev/shm) ? It would be really nice for implementing some kind of failover on your great (REALLY !) product ! Thanks for help, Piotr Kupisiewicz http://ekg2.org/