Re: [PATCH v3 0/6] Implement icount=auto using TCG Plugins

2024-05-31 Thread Alex Bennée
Pierrick Bouvier writes: > The goal here is to be able to scale temporally execution of qemu-user/system, > using a given number of instructions per second. > > We define a virtual clock, that can be late or in advance compared to real > time. > When we are in advance, we slow execution (by

[PATCH v3 0/6] Implement icount=auto using TCG Plugins

2024-05-30 Thread Pierrick Bouvier
The goal here is to be able to scale temporally execution of qemu-user/system, using a given number of instructions per second. We define a virtual clock, that can be late or in advance compared to real time. When we are in advance, we slow execution (by sleeping) until catching real time.