Re: [Qemu-devel] User mode restart execution

2010-12-08 Thread Mulyadi Santosa
Hi... On Tue, Dec 7, 2010 at 18:43, John Vele wrote: > Grettings, > > I am using user mode qemu for running stand-alone i386 binaries in linux. > What I want to do is this: > I want to run a binary until it ends,  but I don't want qemu-i386 to exit > (that is what > it does normally) but restart

[Qemu-devel] User mode restart execution

2010-12-07 Thread John Vele
Grettings, I am using user mode qemu for running stand-alone i386 binaries in linux. What I want to do is this: I want to run a binary until it ends, but I don't want qemu-i386 to exit (that is what it does normally) but restart the execution of the same binary from the beginning without exiting.