Re: [Qemu-devel] Problems with dynticks clock

2008-02-19 Thread Victor Shkamerda
Hello >>> On 2/18/2008 at 9:01 PM, in message <[EMAIL PROTECTED]>, "Sergey Bychkov" <[EMAIL PROTECTED]> wrote: > Looks that I had such problem, but only with rtc and unix clock, not with > dynticks. Did You find any solution? The only solution for now is to not use dynticks clock in DOS. I have

Re: [Qemu-devel] Problems with dynticks clock

2008-02-18 Thread Sergey Bychkov
- Original Message - From: "Victor Shkamerda" <[EMAIL PROTECTED]> To: Sent: 4.02.2008 14:09 Subject: [Qemu-devel] Problems with dynticks clock Any DOS game that I've tried eventually hangs the QEMU. GDB shows that QEMU is running in infinite loop in translated

[Qemu-devel] Problems with dynticks clock

2008-02-04 Thread Victor Shkamerda
Hello, Any DOS game that I've tried eventually hangs the QEMU. GDB shows that QEMU is running in infinite loop in translated basic block and does not respond to any keyboard or mouse events. It looks like all events got lost and guest is waiting for timer update, while SDL is not getting its ke