Il 22/07/2014 17:28, Sebastian Tanase ha scritto: > When not using "-icount" everything is fine because QEMU_CLOCK_VIRTUAL > is based on the real clock and the offset; qemu_icount_bias > doesn't come into play. So the vm_clock_warp_start fix is only for the case > where we use "-icount".
I meant that with the fix the QEMU_CLOCK_VIRTUAL clock behaves the same way (it is based at 0) with and without -icount. This is why I think the fix is correct. Paolo