On 8/18/07, Christian MICHON <[EMAIL PROTECTED]> wrote: > there's a typo line 1432 on vl.c after applying all 4 patches > (missing ';')
Ops... > beyond this small typo, I managed to include this in a win32 qemu build. > is there a specific practical test to see the improvement in a linux guest > when running on a windows host ? The improvements - beyond the refactoring - are either specific to Linux (HPET timer) or to UNIX in general (dynticks - POSIX timers are used). It may be possible to use one-shot timer on windows too, but I'm not really familiar with win32 API. Luca