qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] a2554a: audio/intel-hda: support FIFORDY


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] a2554a: audio/intel-hda: support FIFORDY
Date: Thu, 22 May 2014 10:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: a2554a334a92db72547a8d15e9d00dc3d37dd3a1
      
https://github.com/qemu/qemu/commit/a2554a334a92db72547a8d15e9d00dc3d37dd3a1
  Author: Stanislav Vorobiov <address@hidden>
  Date:   2014-05-20 (Tue, 20 May 2014)

  Changed paths:
    M hw/audio/intel-hda.c

  Log Message:
  -----------
  audio/intel-hda: support FIFORDY

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 <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: b1fe60cd3525871a4c593ad8c2b39b89c19c00d0
      
https://github.com/qemu/qemu/commit/b1fe60cd3525871a4c593ad8c2b39b89c19c00d0
  Author: Peter Maydell <address@hidden>
  Date:   2014-05-20 (Tue, 20 May 2014)

  Changed paths:
    M hw/audio/intel-hda.c

  Log Message:
  -----------
  hw/audio/intel-hda: Avoid shift into sign bit

Add a U suffix to avoid shifting into the sign bit (which is
undefined behaviour in C).

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 5118dc5975e6aa2e823961e15b162919f94721cc
      
https://github.com/qemu/qemu/commit/5118dc5975e6aa2e823961e15b162919f94721cc
  Author: Peter Maydell <address@hidden>
  Date:   2014-05-22 (Thu, 22 May 2014)

  Changed paths:
    M hw/audio/intel-hda.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-5' into staging

audio: two intel-hda fixes.

# gpg: Signature made Wed 21 May 2014 09:49:39 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-audio-5:
  hw/audio/intel-hda: Avoid shift into sign bit
  audio/intel-hda: support FIFORDY

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/45e66b7beb27...5118dc5975e6

reply via email to

[Prev in Thread] Current Thread [Next in Thread]