From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Duffy Subject: Re: [libvirt] qemu-kvm-0.10.5, kvm-kmod-2.6.30, libvirt-0.6.4 - save/restore still unreliable Date: Fri, 12 Jun 2009 10:23:16 -0500 Message-ID: References: <20090612140109.GA18926@develbox.linuxbox.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: libvir-list@redhat.com Return-path: In-Reply-To: <20090612140109.GA18926@develbox.linuxbox.cz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com List-Id: kvm.vger.kernel.org Nikola Ciprich wrote: > I wanted to try it using just kvm, but for some reason, I can't figure the proper way to execute it, is the > -incoming exec:cat somewhere properly documented? I tried doing cat .../img.vm | qemu-kvm ... -incoming exec:cat > but this doesn't seem to be the proper way. That should work fine. Your "..." sets up the drives, memory amount, etc., right? Why do you say it "doesn't seem to be the proper way"? What fails? BTW, you might also do this: -incoming 'exec:cat .../img.vm', avoiding the need to pipe through stdin.