Re: [Qemu-devel] time inside qemu

2007-04-17 Thread Marius Monton
En/na Paul Brook ha escrit: > On Monday 16 April 2007 15:41, Marius Monton wrote: > >>> Any benchmark/performance measurements you make inside qemu are >>> meaningless. qemu performance bears no relation whatsoever to the >>> performance characteristics of re

Re: [Qemu-devel] time inside qemu

2007-04-16 Thread Marius Monton
That's true, and I don't care about it. I'd like to get a method to stop/start time inside qemu in order to simulate execution of large pieces of hw out of qemu (look at qemu-systemc project). If qemu is freeze meanwhile a systemc simulation is in progress (simulating a HW device of system), time

[Qemu-devel] problems using sockets inside qemu code

2007-03-14 Thread Marius Monton
Hi again, I'm using sockets inside qemu code for my work on SystemC + qemu simulation. I've implemented a TCP client inside qemu code to connect to an application (TCP server) outside QEMU (all SystemC stuff). Almost all is working fine, but sometimes receiving data fails with an "Interrupted syst