From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgW19-0005y6-DV for qemu-devel@nongnu.org; Mon, 31 Mar 2008 22:14:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgW17-0005wj-Na for qemu-devel@nongnu.org; Mon, 31 Mar 2008 22:14:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgW17-0005wV-F7 for qemu-devel@nongnu.org; Mon, 31 Mar 2008 22:14:29 -0400 Received: from wf-out-1314.google.com ([209.85.200.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JgW17-0001U6-7x for qemu-devel@nongnu.org; Mon, 31 Mar 2008 22:14:29 -0400 Received: by wf-out-1314.google.com with SMTP id 28so1870577wff.4 for ; Mon, 31 Mar 2008 19:14:27 -0700 (PDT) Message-ID: Date: Tue, 1 Apr 2008 09:14:27 +0700 From: "Mulyadi Santosa" Subject: Re: [Qemu-devel] Are VM snapshots on Ubuntu host compatible with Fedora host? In-Reply-To: <47F19456.20807@quinthar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47E1B6FB.7080306@quinthar.com> <47E342FF.5010703@quinthar.com> <47F19456.20807@quinthar.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi On Tue, Apr 1, 2008 at 8:48 AM, David Barrett wrote: > Following up on this, I created a brand-new WinXP image from scratch (on > my Ubuntu box), uploaded to my headless Fedora box, and it still has the > exact same crash: > > > qemu: warning: error while loading state for instance 0x0 of device 'ram' > qemu: fatal: triple fault > > So is it safe to say that QEMU VM snapshots are not transferable between > hosts? I think something is "hard coded"....but I still can't figure it out. It could be memory layout, registers state, side effect of memory protection such as exec shield or things like SELinux. http://en.wikipedia.org/wiki/Triple_fault makes me wonder, does this bug tell something about improper restore of IDT? regards, Mulyadi.