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.