Dave Feustel wrote:
Is there any way to control Qemu with a script? (e.g. start Qemu with Qemu -S -hda disk.imgthen 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 [email protected] http://lists.nongnu.org/mailman/listinfo/qemu-devel
