]> git.proxmox.com Git - qemu.git/commit
musicpal: Catch null TX qeueues
authorJan Kiszka <jan.kiszka@web.de>
Fri, 18 Sep 2009 18:51:22 +0000 (20:51 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:43 +0000 (09:32 -0500)
commit2e87c5b937444c1155073f7b10d630e0e383e5d8
tree7074a093df1a49bee4a0ecb2647df84e16ecc351
parent0cb892aa268c31a4b082a83e46b422332ea28244
musicpal: Catch null TX qeueues

They likely represent invalid queues that should be skipped. We already
do this for RX queues. Wish I had a spec...

Credits go to malc for analyzing the issue and suggesting this fix.

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/musicpal.c