Re: [Qemu-devel] [PATCH 4/4] qemu-timer: Fix timers for w32

2011-04-12 Thread Jan Kiszka
On 2011-04-12 14:40, Paolo Bonzini wrote: > On 04/12/2011 02:36 PM, Jan Kiszka wrote: >>> I see the same bug here with two XP hosts and also tried both timer >>> variants >>> of current QEMU (without a difference). >>> >>> I don't get the bug when running on a Linux host using wine. >> >> Passing n

Re: [Qemu-devel] [PATCH 4/4] qemu-timer: Fix timers for w32

2011-04-12 Thread Paolo Bonzini
On 04/12/2011 02:36 PM, Jan Kiszka wrote: I see the same bug here with two XP hosts and also tried both timer variants of current QEMU (without a difference). I don't get the bug when running on a Linux host using wine. Passing no_timer_check to the Linux guest should work around the issue as

Re: [Qemu-devel] [PATCH 4/4] qemu-timer: Fix timers for w32

2011-04-12 Thread Jan Kiszka
On 2011-04-11 19:21, Stefan Weil wrote: > Am 11.04.2011 09:36, schrieb Paolo Bonzini: >> On 04/10/2011 08:28 PM, Stefan Weil wrote: >>> Commit 68c23e5520e8286d79d96ab47c0ea722ceb75041 removed the >>> multimedia timer, but this timer is needed for certain >>> Linux kernels. Otherwise Linux boot stop

Re: [Qemu-devel] [PATCH 4/4] qemu-timer: Fix timers for w32

2011-04-11 Thread Stefan Weil
Am 11.04.2011 09:36, schrieb Paolo Bonzini: On 04/10/2011 08:28 PM, Stefan Weil wrote: Commit 68c23e5520e8286d79d96ab47c0ea722ceb75041 removed the multimedia timer, but this timer is needed for certain Linux kernels. Otherwise Linux boot stops with this error: MP-BIOS bug: 8254 timer not c

[Qemu-devel] [PATCH 4/4] qemu-timer: Fix timers for w32

2011-04-10 Thread Stefan Weil
Commit 68c23e5520e8286d79d96ab47c0ea722ceb75041 removed the multimedia timer, but this timer is needed for certain Linux kernels. Otherwise Linux boot stops with this error: MP-BIOS bug: 8254 timer not connected to IO-APIC So the multimedia timer is added again here. Cc: Paolo Bonzini Signe