sound broken in qemu 0.12.x
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QEMU |
Fix Released
|
Low
|
Unassigned | ||
qemu (Debian) |
New
|
Undecided
|
Unassigned | ||
qemu-kvm (Debian) |
Fix Released
|
Unknown
|
Bug Description
In qemu 0.12.x there is a jitter when sound is played by guest Windows XP SP2. Also there are warnings on console:
alsa: Unexpected state 1
alsa: Unexpected state 1
and qemu tries to eat 100% cpu. According to strace it polls alsa device continuously:
futex(0x849e60, FUTEX_WAKE_PRIVATE, 1) = 1
select(23, [6 10 12 20 22], [18], [], {1, 0}) = 1 (out [18], left {0, 999997})
poll([{fd=18, events=
write(2, "alsa: "..., 6) = 6
write(2, "Unexpected state 1\n"..., 19) = 19
The bug appears with ac97 and es1370 guest sound devices (i didn't test others).
With OSS host sound driver there are no warnings and consumption of cpu by qemu is normal, but jitter in the sound is still there.
tags: | added: windows |
Changed in qemu-kvm (Debian): | |
status: | Unknown → Fix Committed |
Changed in qemu-kvm (Debian): | |
status: | Fix Committed → Fix Released |
Changed in qemu: | |
status: | New → Fix Released |
P.S. qemu 0.11.1 works perfectly in the same situation