Re: [Qemu-devel] [PATCH] audio/intel-hda: support FIFORDY

2014-04-30 Thread Gerd Hoffmann
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

[Qemu-devel] [PATCH] audio/intel-hda: support FIFORDY

2014-04-29 Thread Stanislav Vorobiov
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

[Qemu-devel] [PATCH] audio/intel-hda: support FIFORDY

2014-04-29 Thread Stanislav Vorobiov
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