Re: [Qemu-devel] Problem Running QEMU, and passing new commands

2007-03-04 Thread maestro
> Hi, > I have successfully integrated the statistical simulation package > SimPoint with QEMU. > I am curious where I would edit QEMU to look for such commands, some > point in the code where I can see what command is passed to QEMU, and > do something such as > "if strcmp(command, "start

[Qemu-devel] Problem Running QEMU, and passing new commands

2007-03-03 Thread Shane Brennan
Hi, I have successfully integrated the statistical simulation package SimPoint with QEMU. Now I wish to add some commands to QEMU so a user can start or stop simulation. The goal is that at the QEMU command prompt, the user could enter a command like start_simpoint or stop_simpoint. For example