Dave Feustel wrote:
Is there any way to control Qemu with a script?
(e.g.   start Qemu with
         Qemu -S -hda disk.img
then feed the commands loadvm <vm state file>
        c
        <...>
        stop
        savevm <vm state file>
        q
 to the monitor console)

Thanks,
Dave Feustel

You can redirect the monitor to stdio and then send your commands over that connection. IIRC the monitor can also be redirected to a pty - maybe that's even better than stdio.

Oliver


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to