From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsVWc-0000ly-1i for qemu-devel@nongnu.org; Tue, 08 Jan 2013 04:31:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsVWa-00049S-N9 for qemu-devel@nongnu.org; Tue, 08 Jan 2013 04:31:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsVWa-00048x-Fd for qemu-devel@nongnu.org; Tue, 08 Jan 2013 04:31:12 -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.14.4/8.14.4) with ESMTP id r089VAEJ028503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Jan 2013 04:31:10 -0500 From: Gerd Hoffmann Date: Tue, 8 Jan 2013 10:31:05 +0100 Message-Id: <1357637467-13674-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] q35: two little patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Patch 1 adds a intel HD Audio controller with the ich9 PCI IDs (otherwise identical to the existing ich6 one). Patch 2 documents the q35 chipset devices. cheers, Gerd Gerd Hoffmann (2): q35: add ich9 intel hda controller q35: document chipset devices docs/q35-chipset.cfg | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++ hw/intel-hda.c | 41 +++++++++++++--- 2 files changed, 163 insertions(+), 7 deletions(-) create mode 100644 docs/q35-chipset.cfg