From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcBht-0002TI-HM for qemu-devel@nongnu.org; Wed, 19 Mar 2008 23:44:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcBhs-0002Sv-41 for qemu-devel@nongnu.org; Wed, 19 Mar 2008 23:44:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcBhr-0002Ss-V2 for qemu-devel@nongnu.org; Wed, 19 Mar 2008 23:44:43 -0400 Received: from wx-out-0506.google.com ([66.249.82.229]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JcBhr-0006SO-IX for qemu-devel@nongnu.org; Wed, 19 Mar 2008 23:44:43 -0400 Received: by wx-out-0506.google.com with SMTP id h31so863435wxd.4 for ; Wed, 19 Mar 2008 20:44:42 -0700 (PDT) Message-ID: Date: Thu, 20 Mar 2008 10:44:41 +0700 From: "Mulyadi Santosa" Subject: Re: [Qemu-devel] Are VM snapshots on Ubuntu host compatible with Fedora host? In-Reply-To: <47E1B6FB.7080306@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> 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 Thu, Mar 20, 2008 at 7:59 AM, David Barrett wrote: > Should I be able to use "loadvm" on one computer to load a VM snapshot > created with "savevm" on another? > > Essentially, I've got my image working great on a local box (dual CPU > Ubuntu), and I've got qemu working on one of my servers (quad CPU > Fedora Core 4), so I've uploaded the guest image to the server and tried > to start it. Unfortunately, it reliably spits out the following: > > > qemu -nographic -serial vc -smb qemu -kernel-kqemu -localtime -m 512 > -monitor stdio -loadvm boot winxp.qcow2 Fast advice, try to take out "-kernel-kqemu" and check if it helps somehow. regards, Mulyadi.