From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB9Fc-0003Yk-50 for qemu-devel@nongnu.org; Mon, 21 Dec 2015 17:48:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aB9FX-0005W4-9s for qemu-devel@nongnu.org; Mon, 21 Dec 2015 17:48:20 -0500 Received: from mail-by2on0110.outbound.protection.outlook.com ([207.46.100.110]:13696 helo=na01-by2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB9FW-0005Vq-Sc for qemu-devel@nongnu.org; Mon, 21 Dec 2015 17:48:15 -0500 From: Andrew Baumann Date: Mon, 21 Dec 2015 14:47:46 -0800 Message-ID: <1450738069-18664-1-git-send-email-Andrew.Baumann@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v3 0/3] sdhci patches to enable Raspberry Pi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Igor Mitsyanko , Andrew Baumann , Sai Pavan Boddu , Peter Crosthwaite , Stefan Hajnoczi This is a series of three tweaks needed to enable the generic sdhci controller to emulate Raspberry Pi (bcm2835/2836), and boot Linux and Windows. There was some discussion of these changes in the following thread: https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg01401.html v2 is functionally equivalent to v1; the only changes are to commit messages and review metadata. v3 fixes two bugs in patch 3/3 (details there). Cheers, Andrew Andrew Baumann (2): sdhci: don't raise a command index error for an unexpected response sdhci: add optional quirk property to disable card insertion/removal interrupts Peter Crosthwaite (1): sd: sdhci: Delete over-zealous power check hw/sd/sdhci.c | 10 +++++----- include/hw/sd/sdhci.h | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) -- 2.5.3