From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFlk1-0005Do-Tp for qemu-devel@nongnu.org; Tue, 09 Nov 2010 05:47:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFlk0-0002mk-VR for qemu-devel@nongnu.org; Tue, 09 Nov 2010 05:47:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFlk0-0002mY-On for qemu-devel@nongnu.org; Tue, 09 Nov 2010 05:47:52 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA9Alpjr028703 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Nov 2010 05:47:52 -0500 From: Gerd Hoffmann Date: Tue, 9 Nov 2010 11:47:43 +0100 Message-Id: <1289299669-5504-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/6] intel-hda: bugfixes and msi support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series brings a bunch of bugfixes for the intel-hda driver and it also adds MSI support to reduce interrupt sharing. Changes in v2: * Codestyle fixups. * Added one more bugfix. * Added MSI patch. Fran=C3=A7ois Revol (1): intel-hda: Honor WAKEEN bits. Gerd Hoffmann (5): intel-hda: exit cleanup hda-audio: exit cleanup intel-hda: update irq status on WAKEEN changes. intel-hda: add msi support intel-hda: fix codec addressing. hw/hda-audio.c | 24 +++++++++++++++++++ hw/intel-hda.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++= +----- hw/intel-hda.h | 1 + 3 files changed, 87 insertions(+), 6 deletions(-)