On Di, 2014-04-29 at 16:48 +0400, Stanislav Vorobiov wrote:
> linux kernel 3.12 has changed intel-hda
> driver to always check for FIFORDY, this
> causes long hangs in guest since QEMU
> always has this bit set to 0. We now simply set
> it to 1 always, since we're synchronous anyway
> and always re
linux kernel 3.12 has changed intel-hda
driver to always check for FIFORDY, this
causes long hangs in guest since QEMU
always has this bit set to 0. We now simply set
it to 1 always, since we're synchronous anyway
and always ready to receive the stream
Signed-off-by: Stanislav Vorobiov
---
hw/au
linux kernel 3.12 has changed intel-hda
driver to always check for FIFORDY, this
causes long hangs in guest since QEMU
always has this bit set to 0. We now simply set
it to 1 always, since we're synchronous anyway
and always ready to receive the stream
m.b. a better solution would
include somethin